org.sbml.jsbml
public static enum CVTerm.Qualifier extends java.lang.Enum<CVTerm.Qualifier>
enum
list all the possible MIRIAM qualifiers.Enum Constant and Description |
---|
BQB_ENCODES
Represents the MIRIAM biological qualifier 'encodes': the biological
entity represented by the model element encodes, directly or
transitively, the subject of the referenced resource (biological entity
B).
|
BQB_HAS_PART
Represents the MIRIAM biological qualifier 'hasPart': the biological
entity represented by the model element includes the subject of the
referenced resource (biological entity B), either physically or
logically.
|
BQB_HAS_PROPERTY
Represents the MIRIAM biological qualifier 'hasProperty': the subject of
the referenced resource (biological entity B) is a property of the
biological entity represented by the model element.
|
BQB_HAS_TAXON
Represents the MIRIAM biological qualifier 'hasTaxon': the biological
entity represented by the model element is taxonomically restricted,
where the restriction is the subject of the referenced resource
(biological entity B).
|
BQB_HAS_VERSION
Represents the MIRIAM biological qualifier 'hasVersion': the subject of
the referenced resource (biological entity B) is a version or an instance
of the biological entity represented by the model element.
|
BQB_IS
Represents the MIRIAM biological qualifier 'is': the biological entity
represented by the model element has identity with the subject of the
referenced resource (biological entity B).
|
BQB_IS_DESCRIBED_BY
Represents the MIRIAM biological qualifier 'isDescribedBy': the
biological entity represented by the model element is described by the
subject of the referenced resource (biological entity B).
|
BQB_IS_ENCODED_BY
Represents the MIRIAM biological qualifier 'isEncodedBy': the biological
entity represented by the model element is encoded, directly or
transitively, by the subject of the referenced resource (biological
entity B).
|
BQB_IS_HOMOLOG_TO
Represents the MIRIAM biological qualifier 'isHomologTo': the biological
entity represented by the model element is homologous to the subject of
the referenced resource (biological entity B).
|
BQB_IS_PART_OF
Represents the MIRIAM biological qualifier 'isPartOf': the biological
entity represented by the model element is a physical or logical part of
the subject of the referenced resource (biological entity B).
|
BQB_IS_PROPERTY_OF
Represents the MIRIAM biological qualifier 'isPropertyOf': the biological
entity represented by the model element is a property of the referenced
resource (biological entity B).
|
BQB_IS_VERSION_OF
Represents the MIRIAM biological qualifier 'isVersionOf': the biological
entity represented by the model element is a version or an instance of
the subject of the referenced resource (biological entity B).
|
BQB_OCCURS_IN
Represents the MIRIAM biological qualifier 'occursIn': the biological
entity represented by the model element is physically limited to a
location, which is the subject of the referenced resource (biological
entity B).
|
BQB_UNKNOWN
Represents an unknown MIRIAM biological qualifier.
|
BQM_HAS_INSTANCE
Represents the MIRIAM model qualifier 'hasInstance':
the modelling object represented by the model element has for instance
(is a class of) the subject of the referenced resource (modelling object B).
|
BQM_IS
Represents the MIRIAM model qualifier 'is': the modeling object
represented by the model element is identical with the subject of the
referenced resource (modeling object B).
|
BQM_IS_DERIVED_FROM
Represents the MIRIAM model qualifier 'isDerivedFrom': the modeling
object represented by the model element is derived from the modeling
object represented by the referenced resource (modeling object B).
|
BQM_IS_DESCRIBED_BY
Represents the MIRIAM model qualifier 'isDescribedBy': the modeling
object represented by the model element is described by the subject of
the referenced resource (modeling object B).
|
BQM_IS_INSTANCE_OF
Represents the MIRIAM model qualifier 'isInstanceOf':
the modelling object represented by the model element is an instance
of the subject of the referenced resource (modelling object B).
|
BQM_UNKNOWN
Represents an unknown MIRIAM model qualifier.
|
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
ENCODES |
private static java.lang.String |
HAS_INSTANCE |
private static java.lang.String |
HAS_PART |
private static java.lang.String |
HAS_PROPERTY |
private static java.lang.String |
HAS_TAXON |
private static java.lang.String |
HAS_VERSION |
private static java.lang.String |
IS |
private static java.lang.String |
IS_DERIVED_FROM |
private static java.lang.String |
IS_DESCRIBED_BY |
private static java.lang.String |
IS_ENCODED_BY |
private static java.lang.String |
IS_HOMOLOG_TO |
private static java.lang.String |
IS_INSTANCE_OF |
private static java.lang.String |
IS_PART_OF |
private static java.lang.String |
IS_PROPERTY_OF |
private static java.lang.String |
IS_VERSION_OF |
private static java.lang.String |
OCCURS_IN |
Modifier and Type | Method and Description |
---|---|
static CVTerm.Qualifier |
getBiologicalQualifierFor(java.lang.String elementNameEquivalent) |
java.lang.String |
getElementNameEquivalent()
Returns a name corresponding to this Qualifier Object.
|
static CVTerm.Qualifier |
getModelQualifierFor(java.lang.String elementNameEquivalent) |
boolean |
isBiologicalQualifier()
Returns
true if this qualifier is a biological qualifier. |
boolean |
isModelQualifier()
Returns
true if this qualifier is a model qualifier. |
static CVTerm.Qualifier |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CVTerm.Qualifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CVTerm.Qualifier BQB_ENCODES
public static final CVTerm.Qualifier BQB_HAS_PART
public static final CVTerm.Qualifier BQB_HAS_PROPERTY
public static final CVTerm.Qualifier BQB_HAS_TAXON
public static final CVTerm.Qualifier BQB_HAS_VERSION
public static final CVTerm.Qualifier BQB_IS
public static final CVTerm.Qualifier BQB_IS_DESCRIBED_BY
public static final CVTerm.Qualifier BQB_IS_ENCODED_BY
public static final CVTerm.Qualifier BQB_IS_HOMOLOG_TO
public static final CVTerm.Qualifier BQB_IS_PART_OF
public static final CVTerm.Qualifier BQB_IS_PROPERTY_OF
public static final CVTerm.Qualifier BQB_IS_VERSION_OF
public static final CVTerm.Qualifier BQB_OCCURS_IN
public static final CVTerm.Qualifier BQB_UNKNOWN
public static final CVTerm.Qualifier BQM_IS
public static final CVTerm.Qualifier BQM_IS_DERIVED_FROM
public static final CVTerm.Qualifier BQM_IS_DESCRIBED_BY
public static final CVTerm.Qualifier BQM_IS_INSTANCE_OF
public static final CVTerm.Qualifier BQM_HAS_INSTANCE
public static final CVTerm.Qualifier BQM_UNKNOWN
private static final java.lang.String HAS_INSTANCE
private static final java.lang.String IS_INSTANCE_OF
private static final java.lang.String IS_DERIVED_FROM
private static final java.lang.String OCCURS_IN
private static final java.lang.String IS_VERSION_OF
private static final java.lang.String IS_PART_OF
private static final java.lang.String IS_HOMOLOG_TO
private static final java.lang.String IS_ENCODED_BY
private static final java.lang.String IS_DESCRIBED_BY
private static final java.lang.String IS
private static final java.lang.String IS_PROPERTY_OF
private static final java.lang.String HAS_TAXON
private static final java.lang.String HAS_PROPERTY
private static final java.lang.String HAS_VERSION
private static final java.lang.String HAS_PART
private static final java.lang.String ENCODES
public static CVTerm.Qualifier[] values()
for (CVTerm.Qualifier c : CVTerm.Qualifier.values()) System.out.println(c);
public static CVTerm.Qualifier valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getElementNameEquivalent()
public static CVTerm.Qualifier getBiologicalQualifierFor(java.lang.String elementNameEquivalent)
public static CVTerm.Qualifier getModelQualifierFor(java.lang.String elementNameEquivalent)
public boolean isBiologicalQualifier()
true
if this qualifier is a biological qualifier.true
if this qualifier is a biological qualifier,
false otherwise.public boolean isModelQualifier()
true
if this qualifier is a model qualifier.true
if this qualifier is a model qualifier,
false
otherwise.