Uses of Interface
org.jrdf.graph.Bag

Packages that use Bag
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 Bag in org.jrdf.graph
 

Methods in org.jrdf.graph with parameters of type Bag
 void AbstractTripleFactory.addBag(SubjectNode subjectNode, Bag bag)
           
 void TripleFactory.addBag(SubjectNode subjectNode, Bag bag)
          Inserts a bag using the given subject.
 

Uses of Bag in org.jrdf.graph.mem
 

Classes in org.jrdf.graph.mem that implement Bag
 class BagImpl
          An implementation of Bag.