public abstract class SBMLGenericIdNameObject extends SBMLSBase
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
name |
documentNode, sbmlModel
Constructor and Description |
---|
SBMLGenericIdNameObject(de.unirostock.sems.xmltools.ds.DocumentNode documentNode,
SBMLModel sbmlModel) |
Modifier and Type | Method and Description |
---|---|
String |
getID() |
String |
getName() |
String |
getNameAndId()
Gets the name (if defined) and the id as
NAME (ID) |
String |
getNameOrId()
Gets the name (if defined) or the id (if name undefined).
|
getAnnotation, getMetaId, getNotes, getSBOTerm, reportAnnotation, reportNotes
getDocumentNode, getModel
public SBMLGenericIdNameObject(de.unirostock.sems.xmltools.ds.DocumentNode documentNode, SBMLModel sbmlModel) throws BivesSBMLParseException
BivesSBMLParseException
public final String getNameOrId()
public final String getNameAndId()
NAME (ID)
public final String getID()
public final String getName()
Copyright © 2014 SEMS project @ University of Rostock. All rights reserved.