public interface ASTCSymbolBaseNode extends ASTNode2
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefinitionURL()
Returns the definitionURL of the MathML element represented by
this
ASTCSymbolBaseNode |
java.lang.String |
getName()
Returns the name of the MathML element represented by
this
ASTCSymbolBaseNode |
boolean |
isSetDefinitionURL()
Returns True iff definitionURL has been set
|
boolean |
isSetName()
Returns True iff name has been set
|
boolean |
refersTo(java.lang.String id)
Returns
true if this node or one of its descendants contains some
identifier with the given id. |
void |
setName(java.lang.String name)
Set the name of the MathML element represented by
this
ASTCSymbolBaseNode |
clone, compile, getId, getMathMLClass, getParentSBMLObject, getStyle, getType, isAllowableType, isSetId, isSetMathMLClass, isSetParentSBMLObject, isSetStyle, isSetType, isStrict, setId, setMathMLClass, setParent, setParentSBMLObject, setStrictness, setStyle, setType, setType, toFormula, toLaTeX, toMathML, toString, unsetParentSBMLObjectaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, fireNodeRemovedEvent, firePropertyChange, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeTreeNodeChangeListener, removeUserObject, userObjectKeySetjava.lang.String getDefinitionURL()
ASTCSymbolBaseNodejava.lang.String getName()
ASTCSymbolBaseNodeboolean isSetDefinitionURL()
boolean isSetName()
boolean refersTo(java.lang.String id)
true if this node or one of its descendants contains some
identifier with the given id. This method can be used to scan a formula
for a specific parameter or species and detect whether this component is
used by this formula. This search is done using a DFS.id - the id of an SBML element.true if this node or one of its descendants contains the
given id.void setName(java.lang.String name)
ASTCSymbolBaseNodename -