public class CompartmentMapping extends AbstractSpatialNamedSBase
ignoredExtensions, ignoredXMLElementslistOfListeners, parent, UNKNOWN_ATTRIBUTES, UNKNOWN_ELEMENTS| Constructor and Description |
|---|
CompartmentMapping() |
CompartmentMapping(CompartmentMapping cm) |
CompartmentMapping(int level,
int version) |
CompartmentMapping(String id,
int level,
int version) |
| Modifier and Type | Method and Description |
|---|---|
CompartmentMapping |
clone() |
boolean |
equals(Object object) |
String |
getCompartment()
Returns the value of compartment
|
Compartment |
getCompartmentInstance() |
String |
getDomainType()
Returns the value of domainType
|
DomainType |
getDomainTypeInstance() |
double |
getUnitSize()
Returns the value of unitSize
|
int |
hashCode() |
boolean |
isSetCompartment()
Returns whether compartment is set
|
boolean |
isSetDomainType()
Returns whether domainType is set
|
boolean |
isSetUnitSize()
Returns whether unitSize is set
|
boolean |
readAttribute(String attributeName,
String prefix,
String value) |
void |
setCompartment(String compartment)
Sets the value of compartment
|
void |
setDomainType(String domainType)
Sets the value of domainType
|
void |
setUnitSize(double unitSize)
Sets the value of unitSize
|
String |
toString() |
boolean |
unsetCompartment()
Unsets the variable compartment
|
boolean |
unsetDomainType()
Unsets the variable domainType
|
boolean |
unsetUnitSize()
Unsets the variable unitSize
|
Map<String,String> |
writeXMLAttributes() |
getAllowsChildren, getChildAt, getChildCount, getSpatialId, isSetSpatialId, setSpatialId, unsetSpatialIdaddCVTerm, addDeclaredNamespace, addExtension, addPlugin, appendNotes, appendNotes, checkLevelAndVersionCompatibility, createHistory, createPlugin, disablePackage, enablePackage, enablePackage, filterCVTerms, filterCVTerms, filterCVTerms, filterCVTerms, fireNodeRemovedEvent, firePropertyChange, getAnnotation, getAnnotationString, getCVTerm, getCVTermCount, getCVTerms, getDeclaredNamespaces, getElementName, getExtension, getExtensionCount, getExtensionPackages, getHistory, getIdManager, getLevel, getLevelAndVersion, getMetaId, getModel, getNamespace, getNotes, getNotesString, getNumCVTerms, getNumPlugins, getParent, getParentSBMLObject, getPlugin, getSBMLDocument, getSBOTerm, getSBOTermID, getVersion, hasValidAnnotation, hasValidLevelVersionNamespaceCombination, isExtendedByOtherPackages, isPackageEnabled, isPackageURIEnabled, isPkgEnabled, isPkgURIEnabled, isSetAnnotation, isSetHistory, isSetLevel, isSetLevelAndVersion, isSetMetaId, isSetNotes, isSetParentSBMLObject, isSetPlugin, isSetSBOTerm, isSetVersion, isValidLevelAndVersionCombination, isValidMetaId, notifyChildChange, registerChild, removeCVTerm, removeCVTerm, setAnnotation, setHistory, setLevel, setMetaId, setNamespace, setNotes, setNotes, setParentSBML, setParentSBMLObject, setSBOTerm, setSBOTerm, setThisAsParentSBMLObject, setVersion, unregisterChild, unsetAnnotation, unsetCVTerms, unsetExtension, unsetHistory, unsetMetaId, unsetNamespace, unsetNotes, unsetPlugin, unsetSBOTermaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, children, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, getIndex, getListOfTreeNodeChangeListeners, getNumChildren, getRoot, getTreeNodeChangeListenerCount, getUserObject, indexOf, isLeaf, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeTreeNodeChangeListener, removeUserObject, setParent, userObjectKeySetfinalize, getClass, notify, notifyAll, wait, wait, waitaddCVTerm, addDeclaredNamespace, addExtension, addPlugin, appendNotes, appendNotes, createPlugin, disablePackage, enablePackage, enablePackage, filterCVTerms, filterCVTerms, filterCVTerms, filterCVTerms, getAnnotation, getAnnotationString, getCVTerm, getCVTermCount, getCVTerms, getDeclaredNamespaces, getElementName, getExtension, getExtensionCount, getExtensionPackages, getHistory, getLevel, getLevelAndVersion, getMetaId, getModel, getNamespace, getNotes, getNotesString, getNumCVTerms, getNumPlugins, getParentSBMLObject, getPlugin, getSBMLDocument, getSBOTerm, getSBOTermID, getVersion, hasValidAnnotation, hasValidLevelVersionNamespaceCombination, isExtendedByOtherPackages, isPackageEnabled, isPackageURIEnabled, isPkgEnabled, isPkgURIEnabled, isSetAnnotation, isSetHistory, isSetLevel, isSetLevelAndVersion, isSetMetaId, isSetNotes, isSetParentSBMLObject, isSetPlugin, isSetSBOTerm, isSetVersion, registerChild, removeCVTerm, removeCVTerm, removeTreeNodeChangeListener, setAnnotation, setHistory, setLevel, setMetaId, setNotes, setNotes, setSBOTerm, setSBOTerm, setThisAsParentSBMLObject, setVersion, unregisterChild, unsetAnnotation, unsetCVTerms, unsetExtension, unsetHistory, unsetMetaId, unsetNotes, unsetPlugin, unsetSBOTermaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, fireNodeRemovedEvent, firePropertyChange, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeUserObject, userObjectKeySetpublic CompartmentMapping()
public CompartmentMapping(CompartmentMapping cm)
cm - public CompartmentMapping(int level,
int version)
level - version - public CompartmentMapping(String id, int level, int version)
id - level - version - public CompartmentMapping clone()
clone in interface SBaseclone in class AbstractSBasepublic boolean equals(Object object)
equals in interface SBaseequals in class AbstractSpatialNamedSBasepublic String getCompartment()
public boolean isSetCompartment()
public void setCompartment(String compartment)
public boolean unsetCompartment()
true, if compartment was set before,
otherwise falsepublic String getDomainType()
public boolean isSetDomainType()
public void setDomainType(String domainType)
public boolean unsetDomainType()
true, if domainType was set before,
otherwise falsepublic double getUnitSize()
public boolean isSetUnitSize()
public void setUnitSize(double unitSize)
public boolean unsetUnitSize()
true, if unitSize was set before,
otherwise falsepublic Compartment getCompartmentInstance()
Compartment classpublic DomainType getDomainTypeInstance()
DomainType classpublic int hashCode()
hashCode in interface SBasehashCode in class AbstractSpatialNamedSBasepublic Map<String,String> writeXMLAttributes()
writeXMLAttributes in interface SBasewriteXMLAttributes in class AbstractSpatialNamedSBasepublic boolean readAttribute(String attributeName, String prefix, String value)
readAttribute in interface SBasereadAttribute in class AbstractSpatialNamedSBasepublic String toString()
toString in class AbstractSpatialNamedSBaseCopyright © 2009–2016. All rights reserved.