Uses of Interface
org.openscience.cdk.reaction.type.parameters.IParameterReact
-
Packages that use IParameterReact Package Description org.openscience.cdk.reaction org.openscience.cdk.reaction.type.parameters -
-
Uses of IParameterReact in org.openscience.cdk.reaction
Fields in org.openscience.cdk.reaction with type parameters of type IParameterReact Modifier and Type Field Description List<IParameterReact>
ReactionEngine. paramsMap2
Methods in org.openscience.cdk.reaction that return IParameterReact Modifier and Type Method Description IParameterReact
IReactionProcess. getParameterClass(Class<?> paramClass)
Return the IParameterReact if it exists given the class.IParameterReact
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 IParameterReact Modifier and Type Method Description List<IParameterReact>
IReactionProcess. getParameterList()
Returns the current parameter values.List<IParameterReact>
ReactionEngine. getParameterList()
Returns the current parameter values.Method parameters in org.openscience.cdk.reaction with type arguments of type IParameterReact Modifier and Type Method Description void
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 IParameterReact Modifier and Type Class Description class
ParameterReact
Class which defines the allowed parameters of a reaction.class
SetReactionCenter
Class extension of ParameterReact class which defines if a reaction is set already the reaction center in the reactants.
-