public class PluginFunctionDefinition extends PluginSBase
sbase| Constructor and Description |
|---|
PluginFunctionDefinition(java.lang.String id)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId() |
org.sbml.libsbml.ASTNode |
getMath() |
java.lang.String |
getName() |
void |
setMath(org.sbml.libsbml.ASTNode math)
Sets the Math of this PluginFunctionDefinition to the given ASTNode.
|
void |
setName(java.lang.String name)
Sets the name of this PluginFunctionDefinition.
|
void |
update(PluginFunctionDefinition function)
Updates all properties of this PluginFunctionDefinition to the same as the given PluginFunctionDefinition.
|
addCVTerm, ChangeCVTermToMiriamDefinition, getAnnotation, getAnnotationString, getCVTerm, getNotes, getNotesString, getNumCVTerms, getParentSBase, getRelationFromCVTerm, setAnnotation, setAnnotationString, setCVTerm, setNotes, setNotes, setParentSBase, toSBMLpublic PluginFunctionDefinition(java.lang.String id)
id - the id of this PluginFunctionDefinition.public void update(PluginFunctionDefinition function)
function - PluginFunctionDefinitionpublic java.lang.String getId()
public java.lang.String getName()
public void setName(java.lang.String name)
name - Stringpublic org.sbml.libsbml.ASTNode getMath()
public void setMath(org.sbml.libsbml.ASTNode math)
math - ASTNode