java.io.Serializable, java.lang.Cloneable, javax.swing.tree.TreeNode, ASTNodePlugin, TreeNodeWithChangeSupportpublic class MultiASTNodePlugin extends AbstractASTNodePlugin
elementNamespace, extendedASTNode, packageVersionlistOfListeners, parent, resourceBundle| Constructor | Description |
|---|---|
MultiASTNodePlugin() |
|
MultiASTNodePlugin(ASTNode astNode) |
|
MultiASTNodePlugin(MultiASTNodePlugin multiASTNodePlugin) |
| Modifier and Type | Method | Description |
|---|---|---|
MultiASTNodePlugin |
clone() |
|
boolean |
equals(java.lang.Object obj) |
|
boolean |
getAllowsChildren() |
|
javax.swing.tree.TreeNode |
getChildAt(int childIndex) |
|
int |
getChildCount() |
|
java.lang.String |
getPackageName() |
|
java.lang.String |
getPrefix() |
|
RepresentationType |
getRepresentationType() |
Returns the value of
representationType. |
java.lang.String |
getSpeciesReference() |
Returns the value of
speciesReference. |
java.lang.String |
getURI() |
|
int |
hashCode() |
|
boolean |
isSetRepresentationType() |
Returns whether
representationType is set. |
boolean |
isSetSpeciesReference() |
Returns whether
speciesReference is set. |
boolean |
readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value) |
|
void |
setRepresentationType(RepresentationType representationType) |
Sets the value of representationType
|
void |
setSpeciesReference(java.lang.String speciesReference) |
Sets the value of speciesReference
|
boolean |
unsetRepresentationType() |
Unsets the variable representationType.
|
boolean |
unsetSpeciesReference() |
Unsets the variable speciesReference.
|
java.util.Map<java.lang.String,java.lang.String> |
writeXMLAttributes() |
fireNodeAddedEvent, fireNodeRemovedEvent, firePropertyChange, getElementNamespace, getExtendedASTNode, getLevel, getPackageVersion, getParentSBMLObject, getSBMLDocument, getVersion, isSetExtendedASTNode, isSetPackageVersion, removeFromParent, setExtendedASTNode, setNamespace, setPackageVersionaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, children, clearUserObjects, containsUserObjectKey, filter, filter, filter, getIndex, getListOfTreeNodeChangeListeners, getNumChildren, getParent, getRoot, getTreeNodeChangeListenerCount, getUserObject, indexOf, isCloningInProgress, isInvalidSBMLAllowed, isLeaf, isReadingInProgress, isRoot, isSetParent, isSetUserObjects, notifyChildChange, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeTreeNodeChangeListener, removeTreeNodeChangeListener, removeUserObject, setParent, toString, userObjectKeySetfinalize, getClass, notify, notifyAll, wait, wait, waitaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeTreeNodeChangeListener, removeTreeNodeChangeListener, removeUserObject, userObjectKeySetpublic MultiASTNodePlugin()
public MultiASTNodePlugin(MultiASTNodePlugin multiASTNodePlugin)
public MultiASTNodePlugin(ASTNode astNode)
public java.lang.String getSpeciesReference()
speciesReference.speciesReference.public boolean isSetSpeciesReference()
speciesReference is set.speciesReference is set.public void setSpeciesReference(java.lang.String speciesReference)
speciesReference - the value of speciesReference to be set.public boolean unsetSpeciesReference()
true if speciesReference was set before, otherwise false.public RepresentationType getRepresentationType()
representationType.representationType.public boolean isSetRepresentationType()
representationType is set.representationType is set.public void setRepresentationType(RepresentationType representationType)
representationType - the value of representationType to be set.public boolean unsetRepresentationType()
true if representationType was set before, otherwise false.public java.util.Map<java.lang.String,java.lang.String> writeXMLAttributes()
writeXMLAttributes in interface ASTNodePluginwriteXMLAttributes in class AbstractASTNodePluginpublic boolean readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value)
public int hashCode()
hashCode in interface ASTNodePluginhashCode in class AbstractASTNodePluginpublic boolean equals(java.lang.Object obj)
equals in interface ASTNodePluginequals in class AbstractASTNodePluginpublic java.lang.String getPackageName()
public java.lang.String getPrefix()
public java.lang.String getURI()
public javax.swing.tree.TreeNode getChildAt(int childIndex)
public int getChildCount()
public boolean getAllowsChildren()
public MultiASTNodePlugin clone()
clone in interface ASTNodePluginclone in class AbstractASTNodePluginCopyright © 2009–2022. All rights reserved.