|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OBOVocabulary>
org.coode.owlapi.obo.parser.OBOVocabulary
public enum OBOVocabulary
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Jan-2007
| Field Summary | |
|---|---|
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 |
| Method Summary | |
|---|---|
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 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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Field Detail |
|---|
@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
| Method Detail |
|---|
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 name
NullPointerException - if the argument is nullpublic static boolean isOBOIRI(org.semanticweb.owlapi.model.IRI oboIRI)
public String getName()
public org.semanticweb.owlapi.model.IRI getIRI()
public 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||