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