Uses of Interface
com.hp.hpl.jena.rdf.model.Bag

Packages that use Bag
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs. 
 

Uses of Bag in com.hp.hpl.jena.rdf.model
 

Methods in com.hp.hpl.jena.rdf.model that return Bag
 Bag ModelCon.createBag()
          Create a new anonymous bag.
 Bag ModelCon.createBag(java.lang.String uri)
          Create a new bag.
 Bag Statement.getBag()
          Return the object of the statement.
 Bag Seq.getBag(int index)
          Get the member at a given index.
 Bag ModelCon.getBag(Resource r)
          Return a bag instance based on a given resource.
 Bag ModelCon.getBag(java.lang.String uri)
          Return a Bag instance in this model.
 Bag Alt.getDefaultBag()
          Return the default value for this resource.
 



Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP