Package | Description |
---|---|
org.biojava.nbio.ontology |
Modifier and Type | Interface and 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 |
Modifier and Type | Class and 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.createTriple
|
static class |
Variable.Impl |
Copyright © 2000–2019 BioJava. All rights reserved.