public class EntryReact extends Entry
Dictionary
Constructor and Description |
---|
EntryReact(String identifier)
Constructor of the EntryReact.
|
EntryReact(String identifier,
String term)
Constructor of the EntryReact.
|
Modifier and Type | Method and Description |
---|---|
void |
addExampleReaction(String xml)
add a example for this reaction.
|
void |
addParameter(List<String> param)
Add a IParameterReact's of the reaction.
|
List<String> |
getExampleReactions() |
String |
getMechanism()
Get the mechanism of this reaction.
|
List<List<String>> |
getParameterClass()
Get the IParameterReact's of the reaction.
|
HashMap<String,String> |
getParameters()
Get the parameters of the reaction.
|
List<String> |
getParameterValue()
Get the parameter value of the reaction.
|
List<String> |
getReactionMetadata() |
List<String> |
getRepresentations()
Get the Representation of the reaction.
|
void |
setMechanism(String mechani)
Set the mechanism of this reaction.
|
void |
setParameters(String nameParam,
String typeParam,
String value)
Set the parameters of the reaction.
|
void |
setReactionMetadata(String metadata) |
void |
setRepresentation(String contentRepr)
Set the representation of the reaction.
|
getClassName, getDefinition, getDescription, getDescriptorMetadata, getID, getLabel, getRawContent, setClassName, setDefinition, setDescription, setDescriptorMetadata, setID, setLabel, setRawContent, toString
public EntryReact(String identifier, String term)
identifier
- The ID valueterm
- public EntryReact(String identifier)
identifier
- The ID valuepublic void setReactionMetadata(String metadata)
public void setRepresentation(String contentRepr)
contentRepr
- The representation of the reaction as Stringpublic List<String> getRepresentations()
public void setParameters(String nameParam, String typeParam, String value)
nameParam
- The parameter names of the reaction as StringtypeParam
- The parameter types of the reaction as Stringvalue
- The value default of the parameterpublic HashMap<String,String> getParameters()
public List<List<String>> getParameterClass()
public void addParameter(List<String> param)
param
- A String List containing the information about this parameter.public List<String> getParameterValue()
public void setMechanism(String mechani)
mechani
- The mechanismpublic String getMechanism()
public void addExampleReaction(String xml)
xml
- A reaction in XML schemeCopyright © 2021. All rights reserved.