public class ComodiXmlEntity extends ComodiBranchTerm
Modifier | Constructor and Description |
---|---|
protected |
ComodiXmlEntity(String term)
The Constructor -- just to call the constructor of the super class.
|
Modifier and Type | Method and Description |
---|---|
static ComodiXmlEntity |
getAttribute()
Gets the term representing an XML attribute.
|
static ComodiXmlEntity |
getEntityIdentifier()
Gets the term representing an XML entity identifier, typically the
id attribute. |
static ComodiXmlEntity |
getEntityName()
Gets the resenting an XML entity name, typically the
name
attribute. |
static ComodiXmlEntity |
getModelId()
Gets the term representing a change in the model identifier.
|
static ComodiXmlEntity |
getModelName()
Gets the representing a change in the model name.
|
static ComodiXmlEntity |
getNode()
Gets the term representing an XML node.
|
static ComodiXmlEntity |
getText()
Gets the term representing an XML text node.
|
getTerm
protected ComodiXmlEntity(String term)
term
- the termpublic static ComodiXmlEntity getNode()
XmlNode -> XmlEntity
public static ComodiXmlEntity getAttribute()
XmlAttribute -> XmlEntity
public static ComodiXmlEntity getEntityIdentifier()
id
attribute.
EntityIdentifier -> XmlAttribute -> XmlEntity
public static ComodiXmlEntity getModelId()
<model id=".."
in SBML models.
ModelId -> EntityIdentifier -> XmlAttribute -> XmlEntity
public static ComodiXmlEntity getEntityName()
name
attribute.
EntityName -> XmlAttribute -> XmlEntity
public static ComodiXmlEntity getModelName()
<model name=".."
in SBML models.
ModelName -> EntityName -> XmlAttribute -> XmlEntity
public static ComodiXmlEntity getText()
XmlText -> XmlEntity
Copyright © 2017 SEMS project @ University of Rostock. All rights reserved.