Uses of Interface
org.biojava.ontology.Triple
Packages that use Triple
Package
Description
A general-purpose API for ontologies.
Extensions to the biojava ontology model that represent BioSQL ontology.
-
Uses of Triple in org.biojava.ontology
Classes in org.biojava.ontology that implement TripleModifier and TypeClassDescriptionstatic final class
Basic in-memory implementation of a Triple in an ontology This can be used to implement Ontology.createTripleMethods in org.biojava.ontology that return TripleModifier and TypeMethodDescriptionIntegerOntology.createTriple
(Term subject, Term object, Term predicate, String name, String description) Creates a new 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 -
Uses of Triple in org.biojavax.ontology
Subinterfaces of Triple in org.biojavax.ontologyClasses in org.biojavax.ontology that implement TripleModifier and TypeClassDescriptionclass
Basic comparable triple, BioSQL style.Methods in org.biojavax.ontology that return Triple