|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Alt | |
|---|---|
| com.hp.hpl.jena.rdf.model | A package for creating and manipulating RDF graphs. |
| Uses of Alt in com.hp.hpl.jena.rdf.model |
|---|
| Methods in com.hp.hpl.jena.rdf.model that return Alt | |
|---|---|
Alt |
ModelCon.createAlt()
Create a new anonymous alt. |
Alt |
ModelCon.createAlt(String uri)
Create a new alt. |
Alt |
Statement.getAlt()
Return the object of the statement. |
Alt |
Seq.getAlt(int index)
Get the member at a given index. |
Alt |
ModelCon.getAlt(Resource r)
Return an Alt instance based on a given resource. |
Alt |
ModelCon.getAlt(String uri)
Return an Alt instance in this model. |
Alt |
Alt.getDefaultAlt()
Return the default value for this resource. |
Alt |
Alt.setDefault(boolean o)
Set the default value of this container. |
Alt |
Alt.setDefault(char o)
Set the default value of this container. |
Alt |
Alt.setDefault(double o)
Set the default value of this container. |
Alt |
Alt.setDefault(float o)
Set the default value of this container. |
Alt |
Alt.setDefault(long o)
Set the default value of this container. |
Alt |
Alt.setDefault(Object o)
Set the default value of this container. |
Alt |
Alt.setDefault(RDFNode o)
Set the default value of this container. |
Alt |
Alt.setDefault(String o)
Set the default value of this container. |
Alt |
Alt.setDefault(String o,
String l)
Set the default value of this container. |
| Constructors in com.hp.hpl.jena.rdf.model with parameters of type Alt | |
|---|---|
AltHasNoDefaultException(Alt a)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||