Uses of Interface
org.biojava.nbio.ontology.utils.Annotatable
-
Packages that use Annotatable Package Description org.biojava.nbio.ontology -
-
Uses of Annotatable in org.biojava.nbio.ontology
Subinterfaces of Annotatable in org.biojava.nbio.ontology Modifier and Type Interface Description interface
OntologyTerm
A term in an ontology which identifies another ontology.interface
RemoteTerm
A term in another ontology.interface
Term
A term in an ontology.interface
Triple
A triple in an ontology.interface
Variable
Classes in org.biojava.nbio.ontology that implement Annotatable Modifier and Type Class Description class
AbstractTerm
Abstract implementation of term This provides basic change-forwarding functionality from the annotation and ontology properties.class
IntegerOntology.IntTerm
static class
OntologyTerm.Impl
Simple in-memory implementation of a remote ontology term.static class
RemoteTerm.Impl
Simple in-memory implementation of a remote ontology term.static class
Term.Impl
Simple in-memory implementation of an ontology term.static class
Triple.Impl
Basic in-memory implementation of a Triple in an ontology This can be used to implement Ontology.createTriplestatic class
Variable.Impl
-