| Package | Description |
|---|---|
| io.konig.core | |
| io.konig.core.delta | |
| io.konig.core.impl |
| Modifier and Type | Method and Description |
|---|---|
Edge |
Edge.addAnnotation(org.openrdf.model.URI predicate,
org.openrdf.model.Value value)
Add an annotation value to the Edge.
|
Edge |
Graph.edge(Edge edge) |
Edge |
Graph.edge(org.openrdf.model.Resource subject,
org.openrdf.model.URI predicate,
List<? extends org.openrdf.model.Value> list) |
Edge |
Graph.edge(org.openrdf.model.Resource subject,
org.openrdf.model.URI predicate,
org.openrdf.model.Value object)
Add an edge to this Graph.
|
Edge |
Graph.edge(org.openrdf.model.Resource subject,
org.openrdf.model.URI predicate,
org.openrdf.model.Value object,
org.openrdf.model.Resource context) |
Edge |
Graph.edge(Vertex subject,
org.openrdf.model.URI predicate,
Vertex object) |
Edge |
Edge.setAnnotation(org.openrdf.model.URI predicate,
org.openrdf.model.Value value)
Set an annotation property of this edge.
|
| Modifier and Type | Method and Description |
|---|---|
List<Edge> |
Transaction.asList()
Get the list of edges added to the graph in the current transaction
|
Set<Map.Entry<org.openrdf.model.URI,Set<Edge>>> |
Vertex.inEdges() |
Set<Edge> |
Vertex.inEdgeSet()
Returns a set containing all of the incoming edges
|
Set<Edge> |
Vertex.inProperty(org.openrdf.model.URI predicate)
Get the Set of incoming edges with the specified predicate.
|
Iterator<Edge> |
DepthFirstEdgeIterable.iterator() |
Set<Map.Entry<org.openrdf.model.URI,Set<Edge>>> |
Vertex.outEdges()
Returns a set of entries for the outgoing edges
|
Set<Edge> |
Vertex.outEdgeSet()
Returns a set containing all of the outgoing edges
|
Set<Edge> |
Vertex.outProperty(org.openrdf.model.URI predicate)
Get the Set of outgoing edges with the specified predicate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Edge.copyAnnotations(Edge edge)
Copy the annotation properties from another edge into this Edge.
|
Edge |
Graph.edge(Edge edge) |
boolean |
Vertex.hasEdge(Edge edge) |
void |
Graph.remove(Edge edge)
Remove the specified edge from this graph
|
void |
Vertex.remove(Edge edge) |
| Modifier and Type | Method and Description |
|---|---|
List<Edge> |
KeyFactory.createKey(Vertex subject,
org.openrdf.model.URI predicate,
Vertex object) |
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeImpl |
| Modifier and Type | Method and Description |
|---|---|
Edge |
EdgeImpl.addAnnotation(org.openrdf.model.URI predicate,
org.openrdf.model.Value value) |
Edge |
MemoryGraph.edge(Edge edge) |
Edge |
MemoryGraph.edge(org.openrdf.model.Resource subject,
org.openrdf.model.URI predicate,
List<? extends org.openrdf.model.Value> list) |
Edge |
MemoryGraph.edge(org.openrdf.model.Resource subject,
org.openrdf.model.URI predicate,
org.openrdf.model.Value object) |
Edge |
MemoryGraph.edge(org.openrdf.model.Resource subject,
org.openrdf.model.URI predicate,
org.openrdf.model.Value object,
org.openrdf.model.Resource context) |
Edge |
MemoryGraph.edge(Vertex subject,
org.openrdf.model.URI predicate,
Vertex object) |
Edge |
EdgeIterator.next() |
Edge |
VertexEdgeIterator.next() |
Edge |
EdgeImpl.setAnnotation(org.openrdf.model.URI predicate,
org.openrdf.model.Value value) |
| Modifier and Type | Method and Description |
|---|---|
List<Edge> |
MemoryGraph.asList() |
Set<Map.Entry<org.openrdf.model.URI,Set<Edge>>> |
EdgeMapImpl.entries() |
Set<Edge> |
EdgeMapImpl.get(org.openrdf.model.URI predicate) |
Set<Map.Entry<org.openrdf.model.URI,Set<Edge>>> |
VertexImpl.inEdges() |
Set<Edge> |
VertexImpl.inEdgeSet() |
Set<Edge> |
VertexImpl.inProperty(org.openrdf.model.URI predicate) |
Iterator<Edge> |
MemoryGraph.iterator() |
Iterator<Edge> |
InEdgeSet.iterator() |
Iterator<Edge> |
NaturalEdgeIterable.iterator() |
Iterator<Edge> |
OutEdgeSet.iterator() |
Set<Map.Entry<org.openrdf.model.URI,Set<Edge>>> |
VertexImpl.outEdges() |
Set<Edge> |
VertexImpl.outEdgeSet() |
Set<Edge> |
VertexImpl.outProperty(org.openrdf.model.URI predicate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MemoryGraph.add(Edge edge) |
boolean |
InEdgeSet.add(Edge e) |
void |
EdgeMapImpl.add(Edge edge) |
void |
VertexImpl.add(Edge e) |
boolean |
OutEdgeSet.add(Edge e) |
void |
EdgeImpl.copyAnnotations(Edge edge) |
Edge |
MemoryGraph.edge(Edge edge) |
boolean |
VertexImpl.hasEdge(Edge edge) |
void |
MemoryGraph.remove(Edge edge) |
void |
VertexImpl.remove(Edge edge) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MemoryGraph.addAll(Collection<? extends Edge> sequence) |
boolean |
InEdgeSet.addAll(Collection<? extends Edge> c) |
boolean |
OutEdgeSet.addAll(Collection<? extends Edge> c) |
static List<org.openrdf.model.Namespace> |
RdfUtil.collectNamespaces(NamespaceManager nsManager,
Collection<Edge> edgeList) |
| Constructor and Description |
|---|
EdgeImpl(Edge other) |
| Constructor and Description |
|---|
InEdgeSet(Vertex vertex,
Set<Map.Entry<org.openrdf.model.URI,Set<Edge>>> outSet) |
MemoryGraph(Collection<Edge> source) |
OutEdgeSet(Vertex vertex,
Set<Map.Entry<org.openrdf.model.URI,Set<Edge>>> outSet) |
VertexEdgeIterator(Iterator<Map.Entry<org.openrdf.model.URI,Set<Edge>>> outer) |
Copyright © 2019. All rights reserved.