public interface InstancesAccessor
Modifier and Type | Method and Description |
---|---|
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.
|
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 interestIterable<org.openrdf.model.URI> getDirectInstances(org.openrdf.model.URI v)
v
- the class of interestSet<org.openrdf.model.URI> getDirectClass(org.openrdf.model.URI v)
v
- the vertex corresponding to the instanceCopyright © 2014. All rights reserved.