Uses of Interface
org.openscience.cdk.reaction.type.parameters.IParameterReact
Packages that use IParameterReact
-
Uses of IParameterReact in org.openscience.cdk.reaction
Fields in org.openscience.cdk.reaction with type parameters of type IParameterReactMethods in org.openscience.cdk.reaction that return IParameterReactModifier and TypeMethodDescriptionIReactionProcess.getParameterClass
(Class<?> paramClass) Return the IParameterReact if it exists given the class.ReactionEngine.getParameterClass
(Class<?> paramClass) Return the IParameterReact if it exists given the class.Methods in org.openscience.cdk.reaction that return types with arguments of type IParameterReactModifier and TypeMethodDescriptionIReactionProcess.getParameterList()
Returns the current parameter values.ReactionEngine.getParameterList()
Returns the current parameter values.Method parameters in org.openscience.cdk.reaction with type arguments of type IParameterReactModifier and TypeMethodDescriptionvoid
IReactionProcess.setParameterList
(List<IParameterReact> params) Sets the parameters for this reaction.void
ReactionEngine.setParameterList
(List<IParameterReact> params) Returns the current parameter Map for this reaction. -
Uses of IParameterReact in org.openscience.cdk.reaction.type.parameters
Classes in org.openscience.cdk.reaction.type.parameters that implement IParameterReactModifier and TypeClassDescriptionclass
Class which defines the allowed parameters of a reaction.class
Class extension of ParameterReact class which defines if a reaction is set already the reaction center in the reactants.