Uses of Interface
org.jrdf.graph.Collection

Packages that use Collection
org.jrdf.graph This package defines a set of APIs required to implement an RDF Graph and it's associated objects.  
org.jrdf.graph.mem   
 

Uses of Collection in org.jrdf.graph
 

Methods in org.jrdf.graph with parameters of type Collection
 void AbstractTripleFactory.addCollection(SubjectNode firstNode, Collection collection)
           
 void TripleFactory.addCollection(SubjectNode firstNode, Collection collection)
          Inserts a collection using the given subject.
 

Uses of Collection in org.jrdf.graph.mem
 

Classes in org.jrdf.graph.mem that implement Collection
 class CollectionImpl
          A Collection all the statements of a particular group.