public enum OBOVocabulary extends Enum<OBOVocabulary> implements org.semanticweb.owlapi.model.HasIRI
| Modifier and Type | Field and Description |
|---|---|
static String |
ANNOTATION_URI_BASE
Deprecated.
Use
OBO_IRI_BASE |
static String |
LEGACY_OBO_IRI_BASE |
static Pattern |
OBO_ID_PATTERN
The pattern for OBO IDs.
|
static String |
OBO_IRI_BASE |
static Pattern |
OBO_IRI_PATTERN |
static String |
ONTOLOGY_URI_BASE
Deprecated.
Use
OBO_IRI_BASE |
| Modifier and Type | Method and Description |
|---|---|
static List<OBOVocabulary> |
getHeaderTags() |
static List<OBOVocabulary> |
getInstanceStanzaTags() |
org.semanticweb.owlapi.model.IRI |
getIRI() |
String |
getName() |
static List<OBOVocabulary> |
getTermStanzaTags() |
static List<OBOVocabulary> |
getTypeDefStanzaTags() |
static org.semanticweb.owlapi.model.IRI |
ID2IRI(String oboId)
Converts OBO Ids to IRIs.
|
static org.semanticweb.owlapi.model.IRI |
ID2IRI(String oboId,
org.coode.owlapi.obo12.parser.IDSpaceManager idSpaceManager)
Converts OBO Ids to IRIs.
|
static String |
IRI2ID(org.semanticweb.owlapi.model.IRI oboIRI) |
static boolean |
isOBOIRI(org.semanticweb.owlapi.model.IRI oboIRI) |
String |
toString() |
static OBOVocabulary |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OBOVocabulary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OBOVocabulary DATA_VERSION
public static final OBOVocabulary VERSION
public static final OBOVocabulary DATE
public static final OBOVocabulary SAVED_BY
public static final OBOVocabulary AUTO_GENERATED_BY
public static final OBOVocabulary ONTOLOGY
public static final OBOVocabulary SUBSETDEF
public static final OBOVocabulary IMPORT
public static final OBOVocabulary SYNONYM_TYPE_DEF
public static final OBOVocabulary SYNONYM_TYPE
public static final OBOVocabulary ID_SPACE
public static final OBOVocabulary DEFAULT_RELATIONSHIP_ID_PREFIX
public static final OBOVocabulary ID_MAPPING
public static final OBOVocabulary REMARK
public static final OBOVocabulary ID
public static final OBOVocabulary NAME
public static final OBOVocabulary FORMAT_VERSION
public static final OBOVocabulary TYPEDEF
public static final OBOVocabulary ALT_ID
public static final OBOVocabulary SHORT_HAND
public static final OBOVocabulary ALT_NAME
public static final OBOVocabulary NAMESPACE
public static final OBOVocabulary DEFAULT_NAMESPACE
public static final OBOVocabulary DEF
public static final OBOVocabulary COMMENT
public static final OBOVocabulary SUBSET
public static final OBOVocabulary SYNONYM
public static final OBOVocabulary HAS_SCOPE
public static final OBOVocabulary RELATED_SYNONYM
public static final OBOVocabulary EXACT_SYNONYM
public static final OBOVocabulary BROAD_SYNONYM
public static final OBOVocabulary NARROW_SYNONYM
public static final OBOVocabulary XREF
public static final OBOVocabulary XREF_ANALOGUE
public static final OBOVocabulary XREF_UNKNOWN
public static final OBOVocabulary IS_A
public static final OBOVocabulary IS_OBSOLETE
public static final OBOVocabulary PART_OF
public static final OBOVocabulary RELATIONSHIP
public static final OBOVocabulary REPLACED_BY
public static final OBOVocabulary CONSIDER
public static final OBOVocabulary USE_TERM
public static final OBOVocabulary DOMAIN
public static final OBOVocabulary RANGE
public static final OBOVocabulary IS_CYCLIC
public static final OBOVocabulary IS_TRANSITIVE
public static final OBOVocabulary IS_SYMMETRIC
public static final OBOVocabulary IS_ASYMMETRIC
public static final OBOVocabulary IS_REFLEXIVE
public static final OBOVocabulary INVERSE
public static final OBOVocabulary TRANSITIVE_OVER
public static final OBOVocabulary INTERSECTION_OF
public static final OBOVocabulary UNION_OF
public static final OBOVocabulary DISJOINT_FROM
public static final OBOVocabulary TERM
public static final OBOVocabulary BUILTIN
public static final OBOVocabulary IS_METADATA_TAG
public static final OBOVocabulary CARDINALITY
public static final OBOVocabulary MAX_CARDINALITY
public static final OBOVocabulary MIN_CARDINALITY
public static final OBOVocabulary INSTANCE
public static final OBOVocabulary INSTANCE_OF
public static final OBOVocabulary PROPERTY_VALUE
public static final OBOVocabulary IS_ANONYMOUS
@Deprecated public static final String ONTOLOGY_URI_BASE
OBO_IRI_BASE@Deprecated public static final String ANNOTATION_URI_BASE
OBO_IRI_BASEpublic static final String OBO_IRI_BASE
public static final String LEGACY_OBO_IRI_BASE
public static final Pattern OBO_ID_PATTERN
public static final Pattern OBO_IRI_PATTERN
public static OBOVocabulary[] values()
for (OBOVocabulary c : OBOVocabulary.values()) System.out.println(c);
public static OBOVocabulary valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static org.semanticweb.owlapi.model.IRI ID2IRI(String oboId)
oboId - The Id to convertpublic static org.semanticweb.owlapi.model.IRI ID2IRI(String oboId, org.coode.owlapi.obo12.parser.IDSpaceManager idSpaceManager)
oboId - The OBO Id to convert.idSpaceManager - An IDSpaceManager which can be used to customise the IRI
prefixes used in the conversion.public static String IRI2ID(org.semanticweb.owlapi.model.IRI oboIRI)
public static boolean isOBOIRI(org.semanticweb.owlapi.model.IRI oboIRI)
public String getName()
public org.semanticweb.owlapi.model.IRI getIRI()
getIRI in interface org.semanticweb.owlapi.model.HasIRIpublic String toString()
toString in class Enum<OBOVocabulary>public static List<OBOVocabulary> getHeaderTags()
public static List<OBOVocabulary> getTermStanzaTags()
public static List<OBOVocabulary> getTypeDefStanzaTags()
public static List<OBOVocabulary> getInstanceStanzaTags()
Copyright © 2010-2015 The University of Manchester. All Rights Reserved.