|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstancesAccessor
Interface defining a access to the instances of the classes
Method Summary | |
---|---|
Set<org.openrdf.model.URI> |
getDirectClass(org.openrdf.model.URI v)
Method providing access to the classes annotating an instance. |
Iterable<org.openrdf.model.URI> |
getDirectInstances(org.openrdf.model.URI v)
Access to a way to iterate through the set of instances considered as direct instances of a class e.g. |
Iterable<org.openrdf.model.URI> |
getInstances()
Return a way to iterate over the collection of instances. |
Iterable<org.openrdf.model.URI> |
getInstances(org.openrdf.model.URI v)
Access to a way to iterate over an instance of a class. |
Method Detail |
---|
Iterable<org.openrdf.model.URI> getInstances()
Iterable<org.openrdf.model.URI> getInstances(org.openrdf.model.URI v)
getDirectInstances(org.openrdf.model.URI)
for an access to the direct classes.
v
- the class of interest
Iterable<org.openrdf.model.URI> getDirectInstances(org.openrdf.model.URI v)
v
- the class of interest
Set<org.openrdf.model.URI> getDirectClass(org.openrdf.model.URI v)
v
- the vertex corresponding to the instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |