public class BoundaryCondition extends ParameterType
| Constructor and Description |
|---|
BoundaryCondition() |
BoundaryCondition(BoundaryCondition sb) |
| Modifier and Type | Method and Description |
|---|---|
BoundaryCondition |
clone() |
boolean |
equals(Object object) |
String |
getBoundaryDomainType()
Returns the value of boundaryDomainType
|
String |
getCoordinateBoundary()
Returns the value of coordinateBoundary
|
BoundaryConditionKind |
getType()
Returns the value of type
|
int |
hashCode() |
boolean |
isSetBoundaryDomainType()
Returns whether boundaryDomainType is set
|
boolean |
isSetCoordinateBoundary()
Returns whether coordinateBoundary is set
|
boolean |
isSetType()
Returns whether type is set
|
boolean |
readAttribute(String attributeName,
String prefix,
String value) |
void |
setBoundaryDomainType(String boundaryDomainType)
Sets the value of boundaryDomainType
|
void |
setCoordinateBoundary(String coordinateBoundary)
Sets the value of coordinateBoundary
|
void |
setType(BoundaryConditionKind type)
Sets the value of type
|
void |
setType(String type) |
boolean |
unsetBoundaryDomainType()
Unsets the variable boundaryDomainType
|
boolean |
unsetCoordinateBoundary()
Unsets the variable coordinateBoundary
|
boolean |
unsetType()
Unsets the variable type
|
Map<String,String> |
writeXMLAttributes() |
getAllowsChildren, getChildAt, getChildCount, getGeometryInstance, getSpeciesInstance, getSpeciesReference, getSpId, getVariable, getVariableInstance, initDefaults, isSetSpatialRef, isSetSpeciesReference, isSetSpId, isSetVariable, setSpeciesReference, setSpId, setVariable, toStringaddCVTerm, addDeclaredNamespace, addExtension, addPlugin, appendAnnotation, appendAnnotation, appendNotes, appendNotes, checkAndSetPackageNamespaceAndVersion, checkAndSetPackageNamespaceAndVersion, 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, getPackageName, getPackageVersion, getParent, getParentSBMLObject, getPlugin, getSBMLDocument, getSBOTerm, getSBOTermID, getURI, getVersion, hasValidAnnotation, hasValidLevelVersionNamespaceCombination, isExtendedByOtherPackages, isPackageEnabled, isPackageURIEnabled, isPkgEnabled, isPkgURIEnabled, isSetAnnotation, isSetHistory, isSetLevel, isSetLevelAndVersion, isSetMetaId, isSetNotes, isSetPackageVErsion, isSetParentSBMLObject, isSetPlugin, isSetSBOTerm, isSetVersion, isValidLevelAndVersionCombination, isValidMetaId, notifyChildChange, registerChild, removeCVTerm, removeCVTerm, setAnnotation, setAnnotation, setAnnotation, setHistory, setLevel, setMetaId, setNamespace, setNotes, setNotes, setPackageVersion, 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, waitaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeUserObject, userObjectKeySetpublic BoundaryCondition()
public BoundaryCondition(BoundaryCondition sb)
sb - public BoundaryCondition clone()
clone in interface org.sbml.jsbml.SBaseclone in class ParameterTypepublic boolean equals(Object object)
equals in interface org.sbml.jsbml.SBaseequals in class ParameterTypepublic int hashCode()
hashCode in interface org.sbml.jsbml.SBasehashCode in class ParameterTypepublic BoundaryConditionKind getType()
public boolean isSetType()
public void setType(BoundaryConditionKind type)
type - public void setType(String type)
type - public boolean unsetType()
true, if type was set before,
otherwise falsepublic String getCoordinateBoundary()
public boolean isSetCoordinateBoundary()
public void setCoordinateBoundary(String coordinateBoundary)
coordinateBoundary - public boolean unsetCoordinateBoundary()
true, if coordinateBoundary was set before,
otherwise falsepublic String getBoundaryDomainType()
public boolean isSetBoundaryDomainType()
public void setBoundaryDomainType(String boundaryDomainType)
boundaryDomainType - public boolean unsetBoundaryDomainType()
true, if boundaryDomainType was set before,
otherwise falsepublic Map<String,String> writeXMLAttributes()
writeXMLAttributes in interface org.sbml.jsbml.SBasewriteXMLAttributes in class ParameterTypepublic boolean readAttribute(String attributeName, String prefix, String value)
readAttribute in interface org.sbml.jsbml.SBasereadAttribute in class ParameterTypeCopyright © 2009–2016. All rights reserved.