| Package | Description | 
|---|---|
| org.biojava.nbio.ontology | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Triple.Impl
Basic in-memory implementation of a Triple in an ontology
 This can be used to implement Ontology.createTriple 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Triple | 
IntegerOntology.createTriple(Term subject,
            Term object,
            Term predicate,
            String name,
            String description)  | 
Triple | 
Ontology.createTriple(Term subject,
            Term object,
            Term predicate,
            String name,
            String description)
Creates a new Triple. 
 | 
Triple | 
Ontology.Impl.createTriple(Term subject,
            Term object,
            Term predicate,
            String name,
            String description)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Triple> | 
Ontology.getTriples(Term subject,
          Term object,
          Term predicate)
Return all triples from this ontology which match the supplied
 pattern. 
 | 
Set<Triple> | 
Ontology.Impl.getTriples(Term subject,
          Term object,
          Term predicate)  | 
Copyright © 2000–2017 BioJava. All rights reserved.