public class GraphAccessor extends Object
Constructor and Description |
---|
GraphAccessor() |
Modifier and Type | Method and Description |
---|---|
static Set<org.openrdf.model.URI> |
getClasses(G graph)
Return a set of URI corresponding to the classes of the graph.
|
static Set<org.openrdf.model.URI> |
getInstances(G graph)
Return a set of URI corresponding to the instances of the graph, note
that instance.
|
static Set<org.openrdf.model.URI> |
getV_NoEdgeType(G g,
Set<org.openrdf.model.URI> edgeTypes,
Direction dir) |
static Set<org.openrdf.model.URI> |
getV_NoEdgeType(G g,
org.openrdf.model.URI edgeType,
Direction dir) |
public static Set<org.openrdf.model.URI> getClasses(G graph)
graph
- the graphpublic static Set<org.openrdf.model.URI> getInstances(G graph)
graph
- the graphpublic static Set<org.openrdf.model.URI> getV_NoEdgeType(G g, org.openrdf.model.URI edgeType, Direction dir)
Copyright © 2014. All rights reserved.