Uses of Interface
org.biojava.ontology.Triple
-
Packages that use Triple Package Description org.biojava.ontology A general-purpose API for ontologies.org.biojavax.ontology Extensions to the biojava ontology model that represent BioSQL ontology. -
-
Uses of Triple in org.biojava.ontology
Classes in org.biojava.ontology that implement Triple Modifier and Type Class Description static class
Triple.Impl
Basic in-memory implementation of a Triple in an ontology This can be used to implement Ontology.createTripleMethods in org.biojava.ontology that return Triple Modifier and Type Method 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)
Methods in org.biojava.ontology that return types with arguments of type Triple Modifier and Type Method 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)
-
Uses of Triple in org.biojavax.ontology
Subinterfaces of Triple in org.biojavax.ontology Modifier and Type Interface Description interface
ComparableTriple
Comparable triples, obviously.Classes in org.biojavax.ontology that implement Triple Modifier and Type Class Description class
SimpleComparableTriple
Basic comparable triple, BioSQL style.Methods in org.biojavax.ontology that return Triple Modifier and Type Method Description Triple
SimpleComparableOntology. createTriple(Term subject, Term object, Term predicate, String name, String description)
Creates a new Triple.
-