Package | Description |
---|---|
com.hp.hpl.jena.rdf.model |
A package for creating and manipulating RDF graphs.
|
Modifier and Type | Method and Description |
---|---|
Seq |
Seq.add(int index,
boolean o)
Insert a new member into the sequence at the specified position.
|
Seq |
Seq.add(int index,
char o)
Insert a new member into the sequence at the specified position.
|
Seq |
Seq.add(int index,
double o)
Insert a new member into the sequence at the specified position.
|
Seq |
Seq.add(int index,
float o)
Insert a new member into the sequence at the specified position.
|
Seq |
Seq.add(int index,
long o)
Insert a new member into the sequence at the specified position.
|
Seq |
Seq.add(int index,
Object o)
Insert a new member into the sequence at the specified position.
|
Seq |
Seq.add(int index,
RDFNode o)
Insert a new member into the sequence at the specified position.
|
Seq |
Seq.add(int index,
String o)
Insert a new member into the sequence at the specified position.
|
Seq |
Seq.add(int index,
String o,
String l)
Insert a new member into the sequence at the specified position.
|
Seq |
ModelCon.createSeq()
Create a new anonymous seq.
|
Seq |
ModelCon.createSeq(String uri)
Create a new seq.
|
Seq |
Alt.getDefaultSeq()
Return the default value for this resource.
|
Seq |
Statement.getSeq()
Return the object of the statement.
|
Seq |
Seq.getSeq(int index)
Get the member at a given index.
|
Seq |
ModelCon.getSeq(Resource r)
Return a Seq instance based on a given resource.
|
Seq |
ModelCon.getSeq(String uri)
Return a Seq instance in this model.
|
Seq |
Seq.remove(int index)
Remove the member at the specified index.
|
Seq |
Seq.set(int index,
boolean o)
Set the value at a given index in the sequence.
|
Seq |
Seq.set(int index,
char o)
Set the value at a given index in the sequence.
|
Seq |
Seq.set(int index,
double o)
Set the value at a given index in the sequence.
|
Seq |
Seq.set(int index,
float o)
Set the value at a given index in the sequence.
|
Seq |
Seq.set(int index,
long o)
Set the value at a given index in the sequence.
|
Seq |
Seq.set(int index,
Object o)
Set the value at a given index in the sequence.
|
Seq |
Seq.set(int index,
RDFNode o)
Set the value at a given index in the sequence.
|
Seq |
Seq.set(int index,
String o)
Set the value at a given index in the sequence.
|
Seq |
Seq.set(int index,
String o,
String l)
Set the value at a given index in the sequence.
|
Licenced under the Apache License, Version 2.0