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.local.mem This package is an implementation of the JRDF Graph API. 
 

Uses of Bag in org.jrdf.graph
 

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

Uses of Bag in org.jrdf.graph.local.mem
 

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