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 |
getAnnotationEncoding()
Gets the term representing an annotation scheme.
|
static ComodiTarget |
getAttribution()
Gets the term representing an attribution.
|
static ComodiTarget |
getComponentDefinition()
Gets the term representing a component definition.
|
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 |
getEventDefinition()
Gets the term representing an event definition.
|
static ComodiTarget |
getFunctionDefinition()
Gets the term representing a function definition.
|
static ComodiTarget |
getHierarchyDefinition()
Gets the term representing the hierarchy of, eg., components or compartments.
|
static ComodiTarget |
getIdentifierEncoding()
Gets the term representing an identifiers scheme.
|
static ComodiTarget |
getKineticsDefinition()
Gets the term representing defintion of some kinetics.
|
static ComodiTarget |
getMathematicalModelDefinition()
Gets the term representing the mathematical model.
|
static ComodiTarget |
getMetaIdEncoding()
Gets the term representing the meta identifier.
|
static ComodiTarget |
getModelAnnotation()
Gets the term representing the annotation layer of a model document.
|
static ComodiTarget |
getModelBehaviour()
Gets the term representing the behaviour of the encoded system.
|
static ComodiTarget |
getModelDefinition()
Gets the term representing the definition of the actual system.
|
static ComodiTarget |
getModelEncoding()
Gets the term representing the document layout.
|
static ComodiTarget |
getModelSetup()
Gets the term representing the setup of the encoded system.
|
static ComodiTarget |
getModificationDate()
Gets the term representing a modification date.
|
static ComodiTarget |
getNetworkDefinition()
Gets the term representing the network definition.
|
static ComodiTarget |
getOntologyReference()
Gets the term representing an ontology reference.
|
static ComodiTarget |
getParameterSetup()
Gets the term representing the setup of a parameter.
|
static ComodiTarget |
getParticipantDefinition()
Gets the term representing a participant in the reaction network.
|
static ComodiTarget |
getPerson()
Gets the term representing a person.
|
static ComodiTarget |
getPortDefinition()
Gets the term representing a port definition.
|
static ComodiTarget |
getReactionDefinition()
Gets the term representing a reaction definition.
|
static ComodiTarget |
getReactionNetworkDefinition()
Gets the term representing the reaction network.
|
static ComodiTarget |
getReversibilityDefinition()
Gets the term representing a reaction reversibility.
|
static ComodiTarget |
getRuleDefinition()
Gets the term representing a rule definition.
|
static ComodiTarget |
getSpeciesSetup()
Gets the term representing the setup of a species.
|
static ComodiTarget |
getTextualDescription()
Gets the term representing a textual description.
|
static ComodiTarget |
getUnitDefinition()
Gets the term representing an unit definition.
|
static ComodiTarget |
getVariableConnectionDefinition()
Gets the term representing a variable connections.
|
static ComodiTarget |
getVariableSetup()
Gets the term representing the setup of a variable.
|
static ComodiTarget |
getVcardEncoding()
Gets the term representing the VCard scheme.
|
getTerm
protected ComodiTarget(String term)
term
- the termpublic static ComodiTarget getModelAnnotation()
ModelAnnotation -> Target
public static ComodiTarget getCreationDate()
CreationDate -> Date -> ModelAnnotation -> Target
public static ComodiTarget getModificationDate()
ModificationDate -> Date -> ModelAnnotation -> Target
public static ComodiTarget getDate()
Date -> ModelAnnotation -> Target
public static ComodiTarget getOntologyReference()
OntologyReference -> ModelAnnotation -> Target
public static ComodiTarget getTextualDescription()
TextualDescription -> ModelAnnotation -> Target
public static ComodiTarget getPerson()
Person -> ModelAnnotation -> Target
public static ComodiTarget getContributor()
Contributor -> Person -> ModelAnnotation -> Target
public static ComodiTarget getCreator()
Creator -> Contributor -> Person -> ModelAnnotation -> Target
public static ComodiTarget getAttribution()
Attribution -> TextualDescription -> ModelAnnotation -> Target
public static ComodiTarget getModelEncoding()
ModelEncoding -> Target
public static ComodiTarget getAnnotationEncoding()
AnnotationEncoding -> ModelEncoding -> Target
public static ComodiTarget getIdentifierEncoding()
IdentifierEncoding -> ModelEncoding -> Target
public static ComodiTarget getMetaIdEncoding()
MetaIdEncoding -> IdentifierEncoding -> ModelEncoding -> Target
public static ComodiTarget getVcardEncoding()
VcardEncoding -> AnnotationEncoding -> ModelEncoding -> Target
public static ComodiTarget getModelBehaviour()
ModelBehaviour -> Target
public static ComodiTarget getModelSetup()
ModelSetup -> Target
public static ComodiTarget getVariableSetup()
VariableSetup -> ModelSetup -> Target
public static ComodiTarget getSpeciesSetup()
SpeciesSetup -> ModelSetup -> Target
public static ComodiTarget getParameterSetup()
ParameterSetup -> ModelSetup -> Target
public static ComodiTarget getModelDefinition()
ModelDefinition -> Target
public static ComodiTarget getMathematicalModelDefinition()
MathematicalModelDefinition -> ModelDefinition -> Target
public static ComodiTarget getComponentDefinition()
ComponentDefinition -> MathematicalModelDefinition -> ModelDefinition -> Target
public static ComodiTarget getEventDefinition()
EventDefinition -> MathematicalModelDefinition -> ModelDefinition -> Target
public static ComodiTarget getFunctionDefinition()
FunctionDefinition -> MathematicalModelDefinition -> ModelDefinition -> Target
public static ComodiTarget getKineticsDefinition()
KineticsDefinition -> MathematicalModelDefinition -> ModelDefinition -> Target
public static ComodiTarget getRuleDefinition()
RuleDefinition -> MathematicalModelDefinition -> ModelDefinition -> Target
public static ComodiTarget getUnitDefinition()
UnitDefinition -> MathematicalModelDefinition -> ModelDefinition -> Target
public static ComodiTarget getNetworkDefinition()
NetworkDefinition -> ModelDefinition -> Target
public static ComodiTarget getHierarchyDefinition()
HierarchyDefinition -> NetworkDefinition -> ModelDefinition -> Target
public static ComodiTarget getReactionNetworkDefinition()
ReactionNetworkDefinition -> NetworkDefinition -> ModelDefinition -> Target
public static ComodiTarget getVariableConnectionDefinition()
VariableConnectionDefinition -> NetworkDefinition -> ModelDefinition -> Target
public static ComodiTarget getReactionDefinition()
ReactionDefinition -> ReactionNetworkDefinition -> NetworkDefinition -> ModelDefinition -> Target
public static ComodiTarget getReversibilityDefinition()
ReversibilityDefinition -> ReactionDefinition -> ReactionNetworkDefinition -> NetworkDefinition -> ModelDefinition -> Target
public static ComodiTarget getParticipantDefinition()
ParticipantDefinition -> ReactionNetworkDefinition -> NetworkDefinition -> ModelDefinition -> Target
public static ComodiTarget getPortDefinition()
PortDefinition -> NetworkDefinition -> ModelDefinition -> Target
Copyright © 2017 SEMS project @ University of Rostock. All rights reserved.