Package org.biojava.nbio.ontology
Class OntoTools
java.lang.Object
org.biojava.nbio.ontology.OntoTools
Tools for manipulating ontologies.
- Author:
- Matthew Pocock
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Ontology
Get the Ontology that defines our core "central dogma".static OntologyFactory
static IntegerOntology
Get the Ontology that defines integers.
-
Field Details
-
RELATION
-
ANY
-
NONE
-
IS_A
-
PART_OF
-
REFLEXIVE
-
SYMMETRIC
-
TRANSITIVE
-
EQUIVALENCE
-
PARTIAL_ORDER
-
-
Method Details
-
getCoreOntology
Get the Ontology that defines our core "central dogma".This contains definitions that we have to have, such as
any
,predicate
,is-a
andtransient
. These are our axioms, upon which the default interpreters build.- Returns:
- the "core" Ontology
-
getIntegerOntology
Get the Ontology that defines integers.This contains a term for each and every integer. I haven't decided yet if it contains terms for arithmatic.
- Returns:
- the integer Ontology
-
getDefaultFactory
-