|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResIterator | |
|---|---|
| com.hp.hpl.jena.rdf.model | A package for creating and manipulating RDF graphs. |
| Uses of ResIterator in com.hp.hpl.jena.rdf.model |
|---|
| Methods in com.hp.hpl.jena.rdf.model that return ResIterator | |
|---|---|
ResIterator |
Model.listSubjects()
List all resources which are subjects of statements. |
ResIterator |
Model.listSubjectsWithProperty(Property p)
List all subjects with a given property. .remove() is not implemented on this iterator. |
ResIterator |
ModelCon.listSubjectsWithProperty(Property p,
boolean o)
List all subjects with a given property and property value. |
ResIterator |
ModelCon.listSubjectsWithProperty(Property p,
char o)
List all subjects with a given property and property value. |
ResIterator |
ModelCon.listSubjectsWithProperty(Property p,
double o)
lists all subjects with a given property and property value. |
ResIterator |
ModelCon.listSubjectsWithProperty(Property p,
float o)
List all subjects with a given property and property value. |
ResIterator |
ModelCon.listSubjectsWithProperty(Property p,
long o)
List all the subjects with a given property and property value. |
ResIterator |
ModelCon.listSubjectsWithProperty(Property p,
Object o)
List all subjects with a given property and property value. |
ResIterator |
Model.listSubjectsWithProperty(Property p,
RDFNode o)
List all subjects with a given property and property value. .remove() is not implemented on this iterator. |
ResIterator |
ModelCon.listSubjectsWithProperty(Property p,
String o)
lists all subjects with a given property and property value. |
ResIterator |
ModelCon.listSubjectsWithProperty(Property p,
String o,
String l)
lists all subjects with a given property and property value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||