| Package | Description |
|---|---|
| io.konig.core | |
| io.konig.core.impl |
| Modifier and Type | Method and Description |
|---|---|
Traversal |
Traversal.addLiteral(String property,
String value)
Add a literal property value to all vertices in this traversal.
|
Traversal |
Traversal.addLiteral(org.openrdf.model.URI property,
String value)
Add a literal property value to all vertices in this traversal.
|
Traversal |
Traversal.addObject(String property,
String iri)
Add an object property to all vertices in this traversal.
|
Traversal |
Traversal.addProperty(org.openrdf.model.URI property,
org.openrdf.model.Value value)
Add a property to all vertices in this traversal
|
Traversal |
Traversal.addV(org.openrdf.model.Resource... iri)
Add one or more vertices to the underlying graph
|
Traversal |
Vertex.asTraversal() |
Traversal |
Traversal.distinct()
Filter the elements in this traversal so that each value is unique.
|
Traversal |
Traversal.has(org.openrdf.model.URI property)
Filter this traversal to those elements that have the specified property.
|
Traversal |
Traversal.hasValue(org.openrdf.model.URI property,
String value)
Filter this traversal to those elements that have the specified property value
|
Traversal |
Traversal.hasValue(org.openrdf.model.URI property,
org.openrdf.model.Value value)
Filter this traversal to those elements that have the specified property value
|
Traversal |
Traversal.in(org.openrdf.model.URI predicate)
Move from the current set of vertices in this traversal to a new set of vertices by
following incoming edges labeled by a given predicate.
|
Traversal |
Traversal.inTransitive(org.openrdf.model.URI predicate)
Move inward from the current set of vertices in this traversal to the transitive closure of a given predicate.
|
Traversal |
Traversal.isIRI()
Filter this traversal so that it includes only named individuals, i.e.
|
Traversal |
Traversal.out(org.openrdf.model.URI predicate)
Move from the current set of vertices in this traversal to a new set of vertices by following outgoing edges
labeled by a given predicate.
|
Traversal |
Traversal.outTransitive(org.openrdf.model.URI predicate)
Move outward from the current set of vertices in this traversal to the transitive closure of a given predicate.
|
Traversal |
Traversal.union(Set<? extends org.openrdf.model.Value> set) |
Traversal |
Traversal.union(org.openrdf.model.Value... v)
Add a value to this Traversal.
|
Traversal |
Traversal.union(Vertex v)
Add a vertex to this Traversal.
|
Traversal |
Graph.v(org.openrdf.model.Resource subject)
Return a traversal for the specified subject.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TraversalImpl |
| Modifier and Type | Method and Description |
|---|---|
Traversal |
TraversalImpl.addLiteral(String property,
String value) |
Traversal |
TraversalImpl.addLiteral(org.openrdf.model.URI property,
String value) |
Traversal |
TraversalImpl.addObject(String property,
String iri) |
Traversal |
TraversalImpl.addProperty(org.openrdf.model.URI property,
org.openrdf.model.Value value) |
Traversal |
TraversalImpl.addV(org.openrdf.model.Resource... iri) |
Traversal |
VertexImpl.asTraversal() |
Traversal |
TraversalImpl.distinct() |
Traversal |
TraversalImpl.has(org.openrdf.model.URI property) |
Traversal |
TraversalImpl.hasValue(org.openrdf.model.URI property,
String value) |
Traversal |
TraversalImpl.hasValue(org.openrdf.model.URI property,
org.openrdf.model.Value value) |
Traversal |
TraversalImpl.in(org.openrdf.model.URI predicate) |
Traversal |
TraversalImpl.inTransitive(org.openrdf.model.URI predicate) |
Traversal |
TraversalImpl.isIRI() |
Traversal |
TraversalImpl.out(org.openrdf.model.URI predicate) |
Traversal |
TraversalImpl.outTransitive(org.openrdf.model.URI predicate) |
Traversal |
TraversalImpl.union(Set<? extends org.openrdf.model.Value> param) |
Traversal |
TraversalImpl.union(org.openrdf.model.Value... param) |
Traversal |
TraversalImpl.union(Vertex v) |
Traversal |
MemoryGraph.v(org.openrdf.model.Resource subject) |
Copyright © 2019. All rights reserved.