public class SpeciesTypeComponentMapInProduct extends AbstractSBase
ignoredExtensions, ignoredXMLElements, JSBML_WRONG_SBO_TERM, packageNamelistOfListeners, parent, resourceBundle| Constructor and Description |
|---|
SpeciesTypeComponentMapInProduct()
Creates an SpeciesTypeComponentMapInProduct instance
|
SpeciesTypeComponentMapInProduct(int level,
int version)
Creates a SpeciesTypeComponentMapInProduct instance with a level and version.
|
SpeciesTypeComponentMapInProduct(SpeciesTypeComponentMapInProduct obj)
Clone constructor
|
addCVTerm, addDeclaredNamespace, addExtension, addPlugin, appendAnnotation, appendAnnotation, appendNotes, appendNotes, checkAndSetPackageNamespaceAndVersion, checkAndSetPackageNamespaceAndVersion, checkAttribute, checkLevelAndVersionCompatibility, createHistory, createPlugin, disablePackage, enablePackage, enablePackage, filterCVTerms, filterCVTerms, filterCVTerms, filterCVTerms, fireNodeRemovedEvent, firePropertyChange, getAnnotation, getAnnotationString, getCVTerm, getCVTermCount, getCVTerms, getDeclaredNamespaces, getElementByMetaId, getElementBySId, getElementName, getExtension, getExtensionCount, getExtensionPackages, getHistory, getId, getIdManager, getLevel, getLevelAndVersion, getMetaId, getModel, getName, getNamespace, getNotes, getNotesString, getNumCVTerms, getNumPlugins, getPackageName, getPackageVersion, getParent, getParentSBMLObject, getPlugin, getSBMLDocument, getSBOTerm, getSBOTermID, getURI, getVersion, hasValidAnnotation, hasValidLevelVersionNamespaceCombination, isExtendedByOtherPackages, isIdMandatory, isPackageEnabled, isPackageURIEnabled, isPkgEnabled, isPkgURIEnabled, isSetAnnotation, isSetHistory, isSetId, isSetLevel, isSetLevelAndVersion, isSetMetaId, isSetName, isSetNotes, isSetPackageVErsion, isSetParentSBMLObject, isSetPlugin, isSetSBOTerm, isSetVersion, isValidLevelAndVersionCombination, isValidMetaId, notifyChildChange, registerChild, removeCVTerm, removeCVTerm, setAnnotation, setAnnotation, setAnnotation, setHistory, setId, setLevel, setMetaId, setName, setNamespace, setNotes, setNotes, setPackageVersion, setParentSBML, setParentSBMLObject, setSBOTerm, setSBOTerm, setThisAsParentSBMLObject, setVersion, unregisterChild, unsetAnnotation, unsetCVTerms, unsetExtension, unsetHistory, unsetId, unsetMetaId, unsetName, unsetNamespace, unsetNotes, unsetPlugin, unsetSBOTermaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, children, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, getIndex, getListOfTreeNodeChangeListeners, getNumChildren, getRoot, getTreeNodeChangeListenerCount, getUserObject, indexOf, isLeaf, isReadingInProgress, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeTreeNodeChangeListener, removeUserObject, setParent, toString, userObjectKeySetfinalize, getClass, notify, notifyAll, wait, wait, waitremoveTreeNodeChangeListeneraddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeUserObject, userObjectKeySetpublic SpeciesTypeComponentMapInProduct()
public SpeciesTypeComponentMapInProduct(int level,
int version)
level - SBML Levelversion - SBML Versionpublic SpeciesTypeComponentMapInProduct(SpeciesTypeComponentMapInProduct obj)
public SpeciesTypeComponentMapInProduct clone()
clone in interface SBaseclone in class AbstractSBasepublic void initDefaults()
public int hashCode()
hashCode in interface SBasehashCode in class AbstractSBasepublic boolean equals(Object obj)
equals in interface SBaseequals in class AbstractSBasepublic boolean isSetListOfSpeciesFeatureChanges()
true if listOfSpeciesFeatureChanges contains at least
one element.true if listOfSpeciesFeatureChanges contains at least
one element, otherwise false.public ListOf<SpeciesFeatureChange> getListOfSpeciesFeatureChanges()
listOfSpeciesFeatureChanges.
Creates it if it does not already exist.listOfSpeciesFeatureChanges.public void setListOfSpeciesFeatureChanges(ListOf<SpeciesFeatureChange> listOfSpeciesFeatureChanges)
ListOf<SpeciesFeatureChange>.
If listOfSpeciesFeatureChanges was defined before and contains some
elements, they are all unset.listOfSpeciesFeatureChanges - public boolean unsetListOfSpeciesFeatureChanges()
true if listOfSpeciesFeatureChanges contains at least
one element, otherwise false.public boolean addSpeciesFeatureChange(SpeciesFeatureChange speciesFeatureChange)
SpeciesFeatureChange to the listOfSpeciesFeatureChanges.
The listOfSpeciesFeatureChanges is initialized if necessary.
speciesFeatureChange - the element to add to the listtrue (as specified by Collection.add(E))Collection.add(Object)public boolean removeSpeciesFeatureChange(SpeciesFeatureChange speciesFeatureChange)
listOfSpeciesFeatureChanges.speciesFeatureChange - the element to be removed from the list.true if the list contained the specified element and it was
removed.List.remove(Object)public SpeciesFeatureChange removeSpeciesFeatureChange(String speciesFeatureChangeId)
listOfSpeciesFeatureChanges.speciesFeatureChangeId - the id of the element to be removed from the list.null.public SpeciesFeatureChange removeSpeciesFeatureChange(int i)
listOfSpeciesFeatureChanges at the given index.i - the index where to remove the SpeciesFeatureChange.IndexOutOfBoundsException - if the listOf is not set or if the index is
out of bound ((i < 0) || (i > listOfSpeciesFeatureChanges)).public SpeciesFeatureChange createSpeciesFeatureChange()
listOfSpeciesFeatureChanges list.listOfSpeciesFeatureChangespublic SpeciesFeatureChange createSpeciesFeatureChange(String id)
SpeciesFeatureChange element and adds it to the
listOfSpeciesFeatureChanges list.id - the identifier that is to be applied to the new element.SpeciesFeatureChange element, which is the last
element in the listOfSpeciesFeatureChanges.public SpeciesFeatureChange getSpeciesFeatureChange(int i)
listOfSpeciesFeatureChanges at the given index.i - the index of the SpeciesFeatureChange element to get.IndexOutOfBoundsException - if the listOf is not set or
if the index is out of bound (index < 0 || index > list.size).public SpeciesFeatureChange getSpeciesFeatureChange(String speciesFeatureChangeId)
speciesFeatureChangeId - the id of the SpeciesFeatureChange element to get.null.public int getSpeciesFeatureChangeCount()
SpeciesFeatureChanges in this
SpeciesTypeComponentMapInProduct.SpeciesFeatureChanges in this
SpeciesTypeComponentMapInProduct.public int getNumSpeciesFeatureChanges()
SpeciesFeatureChanges in this
SpeciesTypeComponentMapInProduct.SpeciesFeatureChanges in this
SpeciesTypeComponentMapInProduct.getSpeciesFeatureChangeCount()public String getReactant()
reactant.reactant.public boolean isSetReactant()
reactant is set.reactant is set.public void setReactant(String reactant)
reactant - the value of reactant to be set.public boolean unsetReactant()
true if reactant was set before, otherwise false.public String getReactantComponent()
reactantComponent.reactantComponent.public boolean isSetReactantComponent()
reactantComponent is set.reactantComponent is set.public void setReactantComponent(String reactantComponent)
reactantComponent - the value of reactantComponent to be set.public boolean unsetReactantComponent()
true if reactantComponent was set before, otherwise false.public String getProductComponent()
productComponent.productComponent.public boolean isSetProductComponent()
productComponent is set.productComponent is set.public void setProductComponent(String productComponent)
productComponent - the value of productComponent to be set.public boolean unsetProductComponent()
true if productComponent was set before, otherwise false.public boolean getAllowsChildren()
getAllowsChildren in interface TreeNodegetAllowsChildren in class AbstractSBasepublic int getChildCount()
getChildCount in interface TreeNodegetChildCount in class AbstractSBasepublic TreeNode getChildAt(int index)
getChildAt in interface TreeNodegetChildAt in class AbstractSBasepublic Map<String,String> writeXMLAttributes()
writeXMLAttributes in interface SBasewriteXMLAttributes in class AbstractSBasepublic boolean readAttribute(String attributeName, String prefix, String value)
readAttribute in interface SBasereadAttribute in class AbstractSBaseCopyright © 2009–2016. All rights reserved.