public class ReactionEngine extends Object
The base class for all chemical reactions objects in this cdk. It provides methods for adding parameters
Modifier and Type | Field and Description |
---|---|
IReactionMechanism |
mechanism |
HashMap<String,Object> |
paramsMap |
List<IParameterReact> |
paramsMap2 |
Constructor and Description |
---|
ReactionEngine()
Constructor of the ReactionEngine object.
|
Modifier and Type | Method and Description |
---|---|
IParameterReact |
getParameterClass(Class<?> paramClass)
Return the IParameterReact if it exists given the class.
|
List<IParameterReact> |
getParameterList()
Returns the current parameter values.
|
void |
setParameterList(List<IParameterReact> params)
Returns the current parameter Map for this reaction.
|
public IReactionMechanism mechanism
public List<IParameterReact> paramsMap2
public void setParameterList(List<IParameterReact> params) throws CDKException
params
- A List of Objects containing the parameters for this reaction.
The key must be included into the Dictionary reacton-processesCDKException
- if invalid number of type of parameters are passed to itgetParameterList()
public List<IParameterReact> getParameterList()
setParameterList(java.util.List<org.openscience.cdk.reaction.type.parameters.IParameterReact>)
public IParameterReact getParameterClass(Class<?> paramClass)
paramClass
- The classCopyright © 2018. All Rights Reserved.