Uses of Class
org.coode.owl.rdf.model.RDFTriple

Packages that use RDFTriple
org.coode.owl.rdf.model   
org.coode.owl.rdf.renderer   
 

Uses of RDFTriple in org.coode.owl.rdf.model
 

Methods in org.coode.owl.rdf.model that return types with arguments of type RDFTriple
 java.util.Set<RDFTriple> RDFGraph.getTriplesForSubject(RDFNode subject)
           
 

Methods in org.coode.owl.rdf.model with parameters of type RDFTriple
 void RDFGraph.addTriple(RDFTriple triple)
           
 

Uses of RDFTriple in org.coode.owl.rdf.renderer
 

Methods in org.coode.owl.rdf.renderer with parameters of type RDFTriple
 int RDFRendererBase.TripleComparator.compare(RDFTriple o1, RDFTriple o2)