public enum OBOUpperVocabulary extends Enum<OBOUpperVocabulary>
Modifier and Type | Method and Description |
---|---|
org.semanticweb.owlapi.model.IRI |
getIRI() |
org.semanticweb.owlapi.model.OWLObjectProperty |
getObjectProperty(org.semanticweb.owlapi.model.OWLDataFactory f) |
org.semanticweb.owlapi.model.OWLObjectProperty |
getObjectProperty(org.semanticweb.owlapi.model.OWLOntology o) |
org.semanticweb.owlapi.model.OWLClass |
getOWLClass(org.semanticweb.owlapi.model.OWLDataFactory f) |
org.semanticweb.owlapi.model.OWLClass |
getOWLClass(org.semanticweb.owlapi.model.OWLOntology o) |
String |
toString() |
static OBOUpperVocabulary |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OBOUpperVocabulary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OBOUpperVocabulary GO_molecular_function
public static final OBOUpperVocabulary GO_biological_process
public static final OBOUpperVocabulary GO_cellular_process
public static final OBOUpperVocabulary BFO_part_of
public static final OBOUpperVocabulary BFO_has_part
public static final OBOUpperVocabulary BFO_occurs_in
public static final OBOUpperVocabulary RO_regulates
public static final OBOUpperVocabulary RO_negatively_regulates
public static final OBOUpperVocabulary RO_positively_regulates
public static final OBOUpperVocabulary RO_starts
public static final OBOUpperVocabulary RO_ends
public static final OBOUpperVocabulary RO_gene_product_of
public static final OBOUpperVocabulary RO_involved_in
public static final OBOUpperVocabulary GOREL_enabled_by
public static final OBOUpperVocabulary GOREL_directly_provides_input_for
public static final String OBO
public static OBOUpperVocabulary[] values()
for (OBOUpperVocabulary c : OBOUpperVocabulary.values()) System.out.println(c);
public static OBOUpperVocabulary 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 org.semanticweb.owlapi.model.IRI getIRI()
public org.semanticweb.owlapi.model.OWLClass getOWLClass(org.semanticweb.owlapi.model.OWLDataFactory f)
public org.semanticweb.owlapi.model.OWLClass getOWLClass(org.semanticweb.owlapi.model.OWLOntology o)
public org.semanticweb.owlapi.model.OWLObjectProperty getObjectProperty(org.semanticweb.owlapi.model.OWLDataFactory f)
public org.semanticweb.owlapi.model.OWLObjectProperty getObjectProperty(org.semanticweb.owlapi.model.OWLOntology o)
public String toString()
toString
in class Enum<OBOUpperVocabulary>
Copyright © 2010–2016. All rights reserved.