|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Statement.getBag()
Return the object of the statement. |
Bag |
Seq.getBag(int index)
Get the member at a given index. |
Bag |
ModelCon.getBag(java.lang.String uri)
Return a Bag instance in this model. |
Bag |
ModelCon.getBag(Resource r)
Return a bag instance based on a given resource. |
Bag |
ModelCon.createBag()
Create a new anonymous bag. |
Bag |
ModelCon.createBag(java.lang.String uri)
Create a new bag. |
Bag |
Alt.getDefaultBag()
Return the default value for this resource. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |