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 class
SimpleComparableTriple
Basic comparable triple, BioSQL style.Methods in org.biojavax.ontology that return ComparableTriple Modifier and Type Method Description ComparableTriple
ComparableOntology. getOrCreateTriple(Term subject, Term object, Term predicate)
Looks for a triple with the given subject object and predicate and returns it.ComparableTriple
SimpleComparableOntology. getOrCreateTriple(Term subject, Term object, Term predicate)
Looks for a triple with the given subject object and predicate and returns it.
-