Uses of Interface
org.biojavax.ontology.ComparableTriple

Packages that use ComparableTriple
org.biojavax.ontology Extensions to the biojava ontology model that represent BioSQL ontology. 
 

Uses of ComparableTriple in org.biojavax.ontology
 

Classes in org.biojavax.ontology that implement ComparableTriple
 class SimpleComparableTriple
          Basic comparable triple, BioSQL style.
 

Methods in org.biojavax.ontology that return ComparableTriple
 ComparableTriple SimpleComparableOntology.getOrCreateTriple(Term subject, Term object, Term predicate)
          Looks for a triple with the given subject object and predicate and returns it.
 ComparableTriple ComparableOntology.getOrCreateTriple(Term subject, Term object, Term predicate)
          Looks for a triple with the given subject object and predicate and returns it.