public class ComodiTarget extends ComodiBranchTerm
Modifier | Constructor and Description |
---|---|
protected |
ComodiTarget(String term)
The Constructor -- just to call the constructor of the super class.
|
Modifier and Type | Method and Description |
---|---|
static ComodiTarget |
getAnnotation()
Gets the term representing an annotation.
|
static ComodiTarget |
getAnnotationScheme()
Gets the term representing an annotation scheme.
|
static ComodiTarget |
getAttribution()
Gets the term representing an attribution.
|
static ComodiTarget |
getCellmlSpecification()
Gets the term representing the CellML specification.
|
static ComodiTarget |
getComponentDefinition()
Gets the term representing a component definition.
|
static ComodiTarget |
getComponentHierarchy()
Gets the term representing the component hierarchy.
|
static ComodiTarget |
getContributor()
Gets the term representing a contributor.
|
static ComodiTarget |
getCreationDate()
Gets the term representing a creation date.
|
static ComodiTarget |
getCreator()
Gets the term representing a creator.
|
static ComodiTarget |
getDate()
Gets the term representing a date.
|
static ComodiTarget |
getDocumentLayout()
Gets the term representing the document layout.
|
static ComodiTarget |
getEncodedSystem()
Gets the term representing the encoded system.
|
static ComodiTarget |
getEventDefinition()
Gets the term representing an event definition.
|
static ComodiTarget |
getFunctionDefinition()
Gets the term representing a function definition.
|
static ComodiTarget |
getIdentifiersScheme()
Gets the term representing an identifiers scheme.
|
static ComodiTarget |
getKinetics()
Gets the term representing kinetics.
|
static ComodiTarget |
getMathematicalModel()
Gets the term representing the mathematical model.
|
static ComodiTarget |
getMetaIdentifier()
Gets the term representing the meta identifier.
|
static ComodiTarget |
getModificationDate()
Gets the term representing a modification date.
|
static ComodiTarget |
getNetwork()
Gets the term representing the network.
|
static ComodiTarget |
getOntologyLink()
Gets the term representing an ontology link.
|
static ComodiTarget |
getParameterDefinition()
Gets the term representing a parameter definition.
|
static ComodiTarget |
getPerson()
Gets the term representing a person.
|
static ComodiTarget |
getReactionDefinition()
Gets the term representing a reaction definition.
|
static ComodiTarget |
getReactionNetwork()
Gets the term representing the reaction network.
|
static ComodiTarget |
getReactionReversibility()
Gets the term representing a reaction reversibility.
|
static ComodiTarget |
getRules()
Gets the term representing a rule.
|
static ComodiTarget |
getSbmlLevel()
Gets the term representing an SBML level.
|
static ComodiTarget |
getSbmlSpecification()
Gets the term representing the SBML specification.
|
static ComodiTarget |
getSbmlVersion()
Gets the term representing an SBML version.
|
static ComodiTarget |
getSpeciesDefinition()
Gets the term representing a species definition.
|
static ComodiTarget |
getSpecification()
Gets the term representing a specification.
|
static ComodiTarget |
getTextualDescription()
Gets the term representing a textual description.
|
static ComodiTarget |
getUnitDefinition()
Gets the term representing an unit definition.
|
static ComodiTarget |
getVariableConnections()
Gets the term representing a variable connections.
|
static ComodiTarget |
getVariableDefinition()
Gets the term representing a variable definition.
|
static ComodiTarget |
getVcardScheme()
Gets the term representing the VCard scheme.
|
getTerm
protected ComodiTarget(String term)
term
- the termpublic static ComodiTarget getAnnotation()
Annotation -> Target
public static ComodiTarget getCreationDate()
CreationDate -> Date -> Annotation -> Target
public static ComodiTarget getModificationDate()
ModificationDate -> Date -> Annotation -> Target
public static ComodiTarget getDate()
Date -> Annotation -> Target
public static ComodiTarget getOntologyLink()
OntologyLink -> Annotation -> Target
public static ComodiTarget getTextualDescription()
TextualDescription -> Annotation -> Target
public static ComodiTarget getPerson()
Person -> Annotation -> Target
public static ComodiTarget getContributor()
Contributor -> Person -> Annotation -> Target
public static ComodiTarget getCreator()
Creator -> Contributor -> Person -> Annotation -> Target
public static ComodiTarget getAttribution()
Attribution -> TextualDescription -> Annotation -> Target
public static ComodiTarget getDocumentLayout()
DocumentLayout -> Target
public static ComodiTarget getAnnotationScheme()
AnnotationScheme -> DocumentLayout -> Target
public static ComodiTarget getIdentifiersScheme()
IdentifiersScheme -> DocumentLayout -> Target
public static ComodiTarget getMetaIdentifier()
MetaIdentifier -> DocumentLayout -> Target
public static ComodiTarget getSpecification()
Specification -> DocumentLayout -> Target
public static ComodiTarget getCellmlSpecification()
CellmlSpecification -> Specification -> DocumentLayout -> Target
public static ComodiTarget getSbmlSpecification()
SbmlSpecification -> Specification -> DocumentLayout -> Target
public static ComodiTarget getSbmlLevel()
SbmlLevel -> SbmlSpecification -> Specification -> DocumentLayout -> Target
public static ComodiTarget getSbmlVersion()
SbmlVersion -> SbmlSpecification -> Specification -> DocumentLayout -> Target
public static ComodiTarget getVcardScheme()
VcardScheme -> DocumentLayout -> Target
public static ComodiTarget getEncodedSystem()
EncodedSystem -> Target
public static ComodiTarget getMathematicalModel()
MathematicalModel -> EncodedSystem -> Target
public static ComodiTarget getComponentDefinition()
ComponentDefinition -> MathematicalModel -> EncodedSystem -> Target
public static ComodiTarget getEventDefinition()
EventDefinition -> MathematicalModel -> EncodedSystem -> Target
public static ComodiTarget getFunctionDefinition()
FunctionDefinition -> MathematicalModel -> EncodedSystem -> Target
public static ComodiTarget getKinetics()
Kinetics -> MathematicalModel -> EncodedSystem -> Target
public static ComodiTarget getParameterDefinition()
ParameterDefinition -> MathematicalModel -> EncodedSystem -> Target
public static ComodiTarget getRules()
Rules -> MathematicalModel -> EncodedSystem -> Target
public static ComodiTarget getSpeciesDefinition()
SpeciesDefinition -> MathematicalModel -> EncodedSystem -> Target
public static ComodiTarget getUnitDefinition()
UnitDefinition -> MathematicalModel -> EncodedSystem -> Target
public static ComodiTarget getVariableDefinition()
VariableDefinition -> MathematicalModel -> EncodedSystem -> Target
public static ComodiTarget getNetwork()
Network -> EncodedSystem -> Target
public static ComodiTarget getComponentHierarchy()
ComponentHierarchy -> Network -> EncodedSystem -> Target
public static ComodiTarget getReactionNetwork()
ReactionNetwork -> Network -> EncodedSystem -> Target
public static ComodiTarget getVariableConnections()
VariableConnections -> Network -> EncodedSystem -> Target
public static ComodiTarget getReactionDefinition()
ReactionDefinition -> ReactionNetwork -> Network -> EncodedSystem -> Target
public static ComodiTarget getReactionReversibility()
ReactionReversibility -> ReactionDefinition -> ReactionNetwork -> Network -> EncodedSystem -> Target
Copyright © 2015 SEMS project @ University of Rostock. All rights reserved.