Package | Description |
---|---|
com.hp.hpl.jena.rdf.model |
A package for creating and manipulating RDF graphs.
|
Modifier and Type | Method and Description |
---|---|
Bag |
ModelCon.createBag()
Create a new anonymous bag.
|
Bag |
ModelCon.createBag(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(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