|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Container | |
com.hp.hpl.jena.rdf.model | A package for creating and manipulating RDF graphs. |
Uses of Container in com.hp.hpl.jena.rdf.model |
Subinterfaces of Container in com.hp.hpl.jena.rdf.model | |
interface |
Alt
An RDF Alternative container. |
interface |
Bag
An RDF Bag container. |
interface |
Seq
RDF Sequence container. |
Methods in com.hp.hpl.jena.rdf.model that return Container | |
Container |
Container.add(RDFNode o)
Add a new value to a container. |
Container |
Container.add(boolean o)
Add a new value to a container. |
Container |
Container.add(long o)
Add a new value to a container. |
Container |
Container.add(char o)
Add a new value to a container. |
Container |
Container.add(float o)
Add a new value to a container. |
Container |
Container.add(double o)
Add a new value to a container. |
Container |
Container.add(java.lang.String o)
Add a new value to a container. |
Container |
Container.add(java.lang.String o,
java.lang.String l)
Add a new value to a container. |
Container |
Container.add(java.lang.Object o)
Add a new value to a container. |
Container |
Container.remove(Statement s)
Remove a value from the container. |
Container |
Bag.remove(Statement s)
Remove a value from the container. |
Container |
Alt.remove(Statement s)
Remove a value from the container. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |