public class SpeciesType extends SpeciesType implements UniqueNamedSBase
| SBO identifier | Definition |
|---|---|
| SBO:0000242 | channel |
| SBO:0000244 | receptor |
| SBO:0000284 | transporter |
| SBO:0000280 | ligand |
| SBO:0000493 | functional domain |
| SBO:0000494 | binding site |
| SBO:0000495 | catalytic site |
| SBO:0000496 | transmembrane domain |
ignoredExtensions, ignoredXMLElementslistOfListeners, parent, UNKNOWN_ATTRIBUTES, UNKNOWN_ELEMENTS| Constructor and Description |
|---|
SpeciesType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStateFeature(StateFeature stateFeature)
Adds a StateFeature.
|
SpeciesType |
clone() |
StateFeature |
createStateFeature()
Creates a new
StateFeature inside this SpeciesType and returns it. |
StateFeature |
createStateFeature(String id)
Creates a new
StateFeature inside this SpeciesType and returns it. |
TreeNode |
getChildAt(int index) |
int |
getChildCount() |
ListOf<StateFeature> |
getListOfStateFeatures()
Returns the listOfStateFeatures
|
StateFeature |
getStateFeature(int i)
Gets the ith
StateFeature. |
StateFeature |
getStateFeature(String id)
Gets the
StateFeature that has the given id. |
void |
initDefaults() |
boolean |
isBindingSite() |
boolean |
isIdMandatory() |
boolean |
isSetBindingSite() |
boolean |
isSetListOfStateFeatures()
Returns
true if the listOfStateFeature is set. |
boolean |
readAttribute(String attributeName,
String prefix,
String value) |
void |
setBindingSite(boolean bindingSite) |
boolean |
unsetListOfStateFeatures()
Sets the listOfStateFeatures to null
|
Map<String,String> |
writeXMLAttributes() |
getParentequals, getId, getName, hashCode, isSetId, isSetName, isValidId, setId, setName, toString, unsetId, unsetNameaddCVTerm, addDeclaredNamespace, addExtension, addPlugin, appendNotes, appendNotes, checkLevelAndVersionCompatibility, createHistory, createPlugin, disablePackage, enablePackage, enablePackage, filterCVTerms, filterCVTerms, filterCVTerms, filterCVTerms, fireNodeRemovedEvent, firePropertyChange, getAllowsChildren, getAnnotation, getAnnotationString, getCVTerm, getCVTermCount, getCVTerms, getDeclaredNamespaces, getElementName, getExtension, getExtensionCount, getExtensionPackages, getHistory, getIdManager, 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, 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, waitgetId, getName, isSetId, isSetName, setId, setName, unsetId, unsetNameaddCVTerm, addDeclaredNamespace, addExtension, addPlugin, appendNotes, appendNotes, createPlugin, disablePackage, enablePackage, enablePackage, equals, 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, hashCode, 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 boolean isIdMandatory()
isIdMandatory in interface NamedSBaseisIdMandatory in class SpeciesTypepublic SpeciesType clone()
clone in interface SBaseclone in class SpeciesTypepublic ListOf<StateFeature> getListOfStateFeatures()
public void addStateFeature(StateFeature stateFeature)
stateFeature - the stateFeature to addpublic StateFeature createStateFeature()
StateFeature inside this SpeciesType and returns it.
StateFeature object created
addStateFeature(StateFeature r)public StateFeature createStateFeature(String id)
StateFeature inside this SpeciesType and returns it.id - the id of the new element to createStateFeature object createdpublic StateFeature getStateFeature(int i)
StateFeature.i - StateFeatureIndexOutOfBoundsException - if the index is invalid.public StateFeature getStateFeature(String id)
StateFeature that has the given id.id - StateFeature that has the given id or null if
no StateFeature are found that match id.public boolean isSetListOfStateFeatures()
true if the listOfStateFeature is set.true if the listOfStateFeature is set.public boolean unsetListOfStateFeatures()
true is successfulpublic boolean isBindingSite()
public boolean isSetBindingSite()
public void setBindingSite(boolean bindingSite)
bindingSite - the bindingSite to setpublic void initDefaults()
public TreeNode getChildAt(int index)
getChildAt in interface TreeNodegetChildAt in class AbstractSBasepublic int getChildCount()
getChildCount in interface TreeNodegetChildCount in class AbstractSBasepublic boolean readAttribute(String attributeName, String prefix, String value)
readAttribute in interface SBasereadAttribute in class AbstractNamedSBasepublic Map<String,String> writeXMLAttributes()
writeXMLAttributes in interface SBasewriteXMLAttributes in class AbstractNamedSBaseCopyright © 2009–2016. All rights reserved.