Package org.biojava.ontology
Class OntoTools
- java.lang.Object
-
- org.biojava.ontology.OntoTools
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OntologygetCoreOntology()Get the Ontology that defines our core "central dogma".static OntologyFactorygetDefaultFactory()static IntegerOntologygetIntegerOntology()Get the Ontology that defines integers.
-
-
-
Field Detail
-
TRANSITIVE
public static final Term TRANSITIVE
-
EQUIVALENCE
public static final Term EQUIVALENCE
-
PARTIAL_ORDER
public static final Term PARTIAL_ORDER
-
-
Method Detail
-
getCoreOntology
public static Ontology getCoreOntology()
Get the Ontology that defines our core "central dogma".This contains definitions that we have to have, such as
any,predicate,is-aandtransient. These are our axioms, upon which the default interpreters build.- Returns:
- the "core" Ontology
-
getIntegerOntology
public static IntegerOntology 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
public static OntologyFactory getDefaultFactory()
-
-