| Modifier and Type | Method and Description |
|---|---|
Vertex |
Traversal.firstVertex()
From the current set of vertices in this traversal, get the first one.
|
Vertex |
Traversal.firstVertex(org.openrdf.model.URI predicate)
Iterate over the vertices in this traversal, get the object of the first outgoing edge having the specified predicate,
and return it as a Vertex.
|
Vertex |
Graph.getVertex(org.openrdf.model.Resource id)
Get the Vertex with the specified id.
|
Vertex |
Graph.getVertex(String id)
A convenience method that gets the Vertex with the specified id.
|
Vertex |
Vertex.getVertex(org.openrdf.model.URI predicate)
Get the value of a property as a Vertex
|
Vertex |
Graph.mappedBNode(org.openrdf.model.BNode bnode)
Obtain the Vertex that is mapped to a given BNode in the current transaction.
|
Vertex |
OwlReasoner.preferredClass(org.openrdf.model.Resource owlClass) |
Vertex |
OwlReasoner.preferredClass(Vertex owlClass)
Identify the preferred class from the set of classes equivalent to a given class.
|
Vertex |
Graph.vertex()
A convenience method that creates a new Vertex with a BNode identifier.
|
Vertex |
Graph.vertex(org.openrdf.model.Resource id)
Create or get a Vertex with the specified id.
|
Vertex |
Graph.vertex(String id)
A convenience method that gets or creates a Vertex from a string IRI identifier.
|
Vertex |
Vertex.vertexValue(org.openrdf.model.URI predicate) |
| Modifier and Type | Method and Description |
|---|---|
Set<Vertex> |
OwlReasoner.allNamedIndividuals() |
Set<Vertex> |
OwlReasoner.allRdfAndOwlProperties()
Get the set of vertices that are declared in the Graph as RDF Properties (including terms from the OWL vocabulary).
|
Set<Vertex> |
OwlReasoner.allSubClasses(Vertex v) |
Set<Vertex> |
OwlReasoner.equivalentClasses(org.openrdf.model.Resource owlClass) |
Set<Vertex> |
Vertex.getVertexSet(org.openrdf.model.URI predicate)
Get the set of values of a specified property as a set of vertices.
|
List<Vertex> |
OwlReasoner.ontologyList() |
List<Vertex> |
OwlReasoner.owlClassList() |
List<Vertex> |
OwlReasoner.subClasses(Vertex v) |
List<Vertex> |
OwlReasoner.subClassVertices(org.openrdf.model.URI classId) |
List<Vertex> |
Traversal.toVertexList() |
Collection<Vertex> |
Graph.vertices()
Returns the set of vertices in this Graph
|
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.add(Vertex vertex)
Add all the outgoing statements from the given vertex.
|
GraphBuilder |
GraphBuilder.addProperty(org.openrdf.model.URI predicate,
Vertex object) |
Set<Vertex> |
OwlReasoner.allSubClasses(Vertex v) |
GraphBuilder |
GraphBuilder.beginSubject(Vertex v) |
Edge |
Graph.edge(Vertex subject,
org.openrdf.model.URI predicate,
Vertex object) |
String |
OwlReasoner.friendlyName(Vertex subject) |
void |
OwlReasoner.inferTypeOfSuperClass(Vertex thing) |
org.openrdf.model.URI |
OwlReasoner.mostSpecificTypeOf(Vertex v) |
Vertex |
OwlReasoner.preferredClass(Vertex owlClass)
Identify the preferred class from the set of classes equivalent to a given class.
|
void |
Graph.remove(Vertex v)
Remove a vertex from this graph.
|
String |
OwlReasoner.stringValue(Vertex subject,
org.openrdf.model.URI... predicate) |
List<Vertex> |
OwlReasoner.subClasses(Vertex v) |
Set<org.openrdf.model.Value> |
Path.traverse(Vertex source) |
Traversal |
Traversal.union(Vertex v)
Add a vertex to this Traversal.
|
| Constructor and Description |
|---|
AmbiguousPreferredClassException(Collection<Vertex> collection) |
| Modifier and Type | Method and Description |
|---|---|
String |
ShaBNodeHasher.createHash(org.openrdf.model.URI predicate,
Vertex object) |
String |
BNodeHasher.createHash(org.openrdf.model.URI predicate,
Vertex object)
Create a hash for a given BNode that is accessed via a given predicate.
|
BNodeKey |
CompositeBNodeKeyFactory.createKey(org.openrdf.model.URI predicate,
Vertex object) |
BNodeKey |
OwlRestrictionKeyFactory.createKey(org.openrdf.model.URI predicate,
Vertex object) |
BNodeKey |
GenericBNodeKeyFactory.createKey(org.openrdf.model.URI predicate,
Vertex object) |
BNodeKey |
BNodeKeyFactoryList.createKey(org.openrdf.model.URI predicate,
Vertex object) |
BNodeKey |
SimpleKeyFactory.createKey(org.openrdf.model.URI predicate,
Vertex object) |
BNodeKey |
BNodeKeyFactory.createKey(org.openrdf.model.URI predicate,
Vertex object)
Create a key for a given BNode that is the object of some statement.
|
List<Edge> |
KeyFactory.createKey(Vertex subject,
org.openrdf.model.URI predicate,
Vertex object) |
| Modifier and Type | Method and Description |
|---|---|
void |
OntologyExtractor.extract(Vertex ontology,
Graph target)
Extract the terms within a given ontology and copy them into a target graph.
|
void |
ResourceExtractor.extract(Vertex subject,
Graph target)
Copy all properties of a given resource into a specified graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VertexImpl |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
TraversalImpl.firstVertex() |
Vertex |
TraversalImpl.firstVertex(org.openrdf.model.URI predicate) |
Vertex |
ResourceVertex.getVertex() |
Vertex |
BNodeVertex.getVertex() |
Vertex |
URIVertex.getVertex() |
Vertex |
MemoryGraph.getVertex(org.openrdf.model.Resource id) |
Vertex |
MemoryGraph.getVertex(String id) |
Vertex |
VertexImpl.getVertex(org.openrdf.model.URI predicate) |
Vertex |
MemoryGraph.mappedBNode(org.openrdf.model.BNode bnode) |
Vertex |
MemoryGraph.vertex() |
Vertex |
MemoryGraph.vertex(org.openrdf.model.Resource id) |
Vertex |
MemoryGraph.vertex(String id) |
Vertex |
VertexImpl.vertexValue(org.openrdf.model.URI predicate) |
| Modifier and Type | Method and Description |
|---|---|
Set<Vertex> |
VertexImpl.getVertexSet(org.openrdf.model.URI predicate) |
static List<Vertex> |
RdfUtil.listSubtypes(List<Vertex> typeList) |
static List<Vertex> |
RdfUtil.subtypeList(Vertex owlClass)
Compute the transitive closure of the subtypes of a given OWL Class.
|
List<Vertex> |
TraversalImpl.toVertexList() |
Collection<Vertex> |
MemoryGraph.vertices() |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryGraph.add(Vertex vertex) |
static void |
RdfUtil.deepCopy(Vertex v,
Graph target) |
Edge |
MemoryGraph.edge(Vertex subject,
org.openrdf.model.URI predicate,
Vertex object) |
static String |
RdfUtil.getDescription(Vertex subject) |
static String |
RdfUtil.getName(Vertex v) |
static boolean |
RdfUtil.isSubClassOf(Vertex subject,
org.openrdf.model.Resource target) |
void |
MemoryGraph.remove(Vertex v) |
static List<Vertex> |
RdfUtil.subtypeList(Vertex owlClass)
Compute the transitive closure of the subtypes of a given OWL Class.
|
static Set<org.openrdf.model.Resource> |
RdfUtil.subTypes(Vertex owlClass) |
static Set<org.openrdf.model.Resource> |
RdfUtil.superTypes(Vertex owlClass)
Find the super types of a given OWL Class.
|
Traversal |
TraversalImpl.union(Vertex v) |
| Modifier and Type | Method and Description |
|---|---|
static List<Vertex> |
RdfUtil.listSubtypes(List<Vertex> typeList) |
| Constructor and Description |
|---|
BNodeVertex(String nodeId,
Vertex vertex) |
InEdgeSet(Vertex vertex,
Set<Map.Entry<org.openrdf.model.URI,Set<Edge>>> outSet) |
OutEdgeSet(Vertex vertex,
Set<Map.Entry<org.openrdf.model.URI,Set<Edge>>> outSet) |
TraversalImpl(Vertex v) |
URIVertex(String iriValue,
Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
void |
VertexCopier.deepCopy(Vertex v,
Graph g)
Copy a vertex to a specified graph by traversing all outgoing
edges recursively.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataInjector.inject(Vertex subject,
Path path,
org.openrdf.model.Value value) |
Set<org.openrdf.model.Value> |
PathImpl.traverse(Vertex source) |
| Modifier and Type | Method and Description |
|---|---|
T |
PojoCreator.create(Vertex v) |
<T> T |
PojoFactory.create(Vertex v,
Class<T> type)
Create a POJO of a given type from data contained in a given vertex.
|
<T> T |
SimplePojoFactory.create(Vertex v,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
PropertyInfo.getObjectVertex() |
Vertex |
PojoInfo.getVertex() |
| Modifier and Type | Method and Description |
|---|---|
void |
PojoInfo.setVertex(Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
Project |
ProjectCreator.create(Vertex v) |
ProjectFile |
ProjectFileCreator.create(Vertex v) |
| Constructor and Description |
|---|
ClassHierarchyPaths(Vertex targetClass) |
| Modifier and Type | Method and Description |
|---|---|
List<Vertex> |
GraphFilter.select(Graph source,
Shape shape)
From a particular graph, select the set of vertices that match a given shape.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NotConstraint.accept(Vertex v) |
boolean |
Constraint.accept(Vertex v)
Test whether a given vertex satisfies this constraint
|
boolean |
OrConstraint.accept(Vertex v) |
boolean |
XoneConstraint.accept(Vertex v) |
boolean |
AndConstraint.accept(Vertex v) |
boolean |
ShapeValidator.conforms(Vertex focusNode,
Shape shape) |
PropertyPath |
PropertyPathCreator.create(Vertex v) |
boolean |
GraphFilter.matches(Vertex vertex,
Shape shape)
Test whether a given vertex matches a given shape.
|
boolean |
ShapeValidator.validate(Vertex focusNode,
Shape shape,
ValidationReport report) |
| Modifier and Type | Method and Description |
|---|---|
org.openrdf.model.Value |
ValueSelector.select(Vertex subject,
org.openrdf.model.URI predicate,
Set<org.openrdf.model.Value> options) |
void |
JsonWriter.write(Shape shape,
Vertex subject) |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
SampleGenerator.generate(Shape shape,
Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
Shape |
ShapeProducer.produceShape(Vertex targetClass,
IriTemplate shapeIdTemplate) |
Shape |
ShapeProducer.produceShape(Vertex targetClass,
org.openrdf.model.URI shapeId)
Get or create a shape for a specified OWL Class with a specified name.
|
| Modifier and Type | Method and Description |
|---|---|
Shape |
ShapeMatcher.bestMatch(List<Vertex> individuals,
org.openrdf.model.URI owlClass) |
Copyright © 2019. All rights reserved.