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. 
 

Uses of Collection in org.jrdf.graph
 

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