java.io.Serializable, java.lang.Cloneable, javax.swing.tree.TreeNode, SBasePlugin, TreeNodeWithChangeSupportpublic class MultiModelPlugin extends AbstractSBasePlugin
MultiSpeciesTypes.elementNamespace, extendedSBase, packageVersionlistOfListeners, parent, resourceBundle| Constructor | Description |
|---|---|
MultiModelPlugin(MultiModelPlugin multiModel) |
|
MultiModelPlugin(Model model) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
addSpeciesType(MultiSpeciesType speciesType) |
Adds a
MultiSpeciesType. |
MultiModelPlugin |
clone() |
|
BindingSiteSpeciesType |
createBindingSiteSpeciesType() |
Creates a new
BindingSiteSpeciesType inside this MultiModelPlugin and returns it. |
BindingSiteSpeciesType |
createBindingSiteSpeciesType(java.lang.String id) |
Creates a new
BindingSiteSpeciesType inside this MultiModelPlugin and returns it. |
IntraSpeciesReaction |
createIntraSpeciesReaction() |
Creates a new
IntraSpeciesReaction inside this MultiModelPlugin and returns it. |
IntraSpeciesReaction |
createIntraSpeciesReaction(java.lang.String id) |
Creates a new
IntraSpeciesReaction inside this MultiModelPlugin and returns it. |
MultiSpeciesType |
createSpeciesType() |
Creates a new
MultiSpeciesType inside this MultiModelPlugin and returns it. |
MultiSpeciesType |
createSpeciesType(java.lang.String id) |
Creates a new
MultiSpeciesType inside this MultiModelPlugin and returns it. |
boolean |
getAllowsChildren() |
|
SBase |
getChildAt(int childIndex) |
|
int |
getChildCount() |
|
ListOf<MultiSpeciesType> |
getListOfSpeciesTypes() |
Returns the listOfSpeciesTypes.
|
Model |
getModel() |
Returns the
Model |
java.lang.String |
getPackageName() |
|
SBMLDocument |
getParent() |
|
SBMLDocument |
getParentSBMLObject() |
|
java.lang.String |
getPrefix() |
|
MultiSpeciesType |
getSpeciesType(int i) |
Gets the ith
MultiSpeciesType. |
MultiSpeciesType |
getSpeciesType(java.lang.String id) |
Gets the
MultiSpeciesType that has the given id. |
java.lang.String |
getURI() |
|
boolean |
isSetListOfSpeciesTypes() |
Returns
true if the listOfSpeciesType is set. |
boolean |
readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value) |
|
void |
setListOfSpeciesTypes(ListOf<MultiSpeciesType> listOfSpeciesTypes) |
Sets the listOfSpeciesTypes.
|
boolean |
unsetListOfSpeciesTypes() |
Sets the listOfSpeciesTypes to null
|
java.util.Map<java.lang.String,java.lang.String> |
writeXMLAttributes() |
equals, fireNodeAddedEvent, fireNodeRemovedEvent, firePropertyChange, getElementNamespace, getExtendedSBase, getLevel, getPackageVersion, getSBMLDocument, getVersion, hashCode, isSetExtendedSBase, isSetPackageVersion, removeFromParent, setExtendedSBase, setNamespace, setPackageVersionaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, children, clearUserObjects, containsUserObjectKey, filter, filter, filter, getIndex, getListOfTreeNodeChangeListeners, getNumChildren, 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 MultiModelPlugin(Model model)
model - public MultiModelPlugin(MultiModelPlugin multiModel)
multiModel - public java.lang.String getPackageName()
public java.lang.String getPrefix()
public java.lang.String getURI()
public SBMLDocument getParent()
getParent in interface javax.swing.tree.TreeNodegetParent in class AbstractTreeNodepublic SBMLDocument getParentSBMLObject()
getParentSBMLObject in interface SBasePlugingetParentSBMLObject in class AbstractSBasePluginpublic MultiModelPlugin clone()
clone in interface SBasePluginclone in class AbstractSBasePluginpublic ListOf<MultiSpeciesType> getListOfSpeciesTypes()
public boolean addSpeciesType(MultiSpeciesType speciesType)
MultiSpeciesType.speciesType - the speciesType to addpublic BindingSiteSpeciesType createBindingSiteSpeciesType()
BindingSiteSpeciesType inside this MultiModelPlugin and returns it.
BindingSiteSpeciesType object created
addSpeciesType(MultiSpeciesType r)public BindingSiteSpeciesType createBindingSiteSpeciesType(java.lang.String id)
BindingSiteSpeciesType inside this MultiModelPlugin and returns it.id - the id of the new element to createBindingSiteSpeciesType object createdpublic IntraSpeciesReaction createIntraSpeciesReaction()
IntraSpeciesReaction inside this MultiModelPlugin and returns it.
IntraSpeciesReaction object created
createIntraSpeciesReaction(String)public IntraSpeciesReaction createIntraSpeciesReaction(java.lang.String id)
IntraSpeciesReaction inside this MultiModelPlugin and returns it.id - the id of the new element to createIntraSpeciesReaction object createdpublic MultiSpeciesType createSpeciesType()
MultiSpeciesType inside this MultiModelPlugin and returns it.
MultiSpeciesType object created
addSpeciesType(MultiSpeciesType r)public MultiSpeciesType createSpeciesType(java.lang.String id)
MultiSpeciesType inside this MultiModelPlugin and returns it.id - the id of the new element to createMultiSpeciesType object createdpublic MultiSpeciesType getSpeciesType(int i)
MultiSpeciesType.i - MultiSpeciesTypejava.lang.IndexOutOfBoundsException - if the index is invalid.public MultiSpeciesType getSpeciesType(java.lang.String id)
MultiSpeciesType that has the given id.id - MultiSpeciesType that has the given id or null if
no MultiSpeciesType are found that match id.public boolean isSetListOfSpeciesTypes()
true if the listOfSpeciesType is set.true if the listOfSpeciesType is set.public void setListOfSpeciesTypes(ListOf<MultiSpeciesType> listOfSpeciesTypes)
listOfSpeciesTypes - the list of MultiSpeciesTypes to setpublic boolean unsetListOfSpeciesTypes()
true is successfulpublic boolean readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value)
public SBase getChildAt(int childIndex)
public int getChildCount()
public boolean getAllowsChildren()
public java.util.Map<java.lang.String,java.lang.String> writeXMLAttributes()
writeXMLAttributes in interface SBasePluginwriteXMLAttributes in class AbstractSBasePluginCopyright © 2009–2022. All rights reserved.