Uses of Interface
org.biojavax.ontology.ComparableTriple
- 
Packages that use ComparableTriple Package Description 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 Modifier and Type Class Description classSimpleComparableTripleBasic comparable triple, BioSQL style.Methods in org.biojavax.ontology that return ComparableTriple Modifier and Type Method Description ComparableTripleComparableOntology. getOrCreateTriple(Term subject, Term object, Term predicate)Looks for a triple with the given subject object and predicate and returns it.ComparableTripleSimpleComparableOntology. getOrCreateTriple(Term subject, Term object, Term predicate)Looks for a triple with the given subject object and predicate and returns it. 
 -