| Modifier and Type | Field and Description |
|---|---|
protected SailGraph |
graph |
protected org.openrdf.model.Value |
rawVertex |
| Modifier | Constructor and Description |
|---|---|
protected |
SailVertex(org.openrdf.model.Value rawVertex,
SailGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
Edge |
addEdge(String label,
Vertex vertex) |
protected static Object |
castLiteral(org.openrdf.model.Literal literal) |
boolean |
equals(Object object) |
Iterable<Edge> |
getEdges(Direction direction,
String... labels) |
Object |
getId() |
<T> T |
getProperty(String key) |
Set<String> |
getPropertyKeys() |
org.openrdf.model.Value |
getRawVertex() |
Iterable<Vertex> |
getVertices(Direction direction,
String... labels) |
int |
hashCode() |
VertexQuery |
query() |
void |
remove() |
<T> T |
removeProperty(String key) |
void |
setProperty(String key,
Object value) |
String |
toString() |
protected org.openrdf.model.Value rawVertex
protected SailGraph graph
protected SailVertex(org.openrdf.model.Value rawVertex,
SailGraph graph)
public org.openrdf.model.Value getRawVertex()
public void setProperty(String key, Object value)
setProperty in interface Elementpublic <T> T removeProperty(String key)
removeProperty in interface Elementpublic <T> T getProperty(String key)
getProperty in interface Elementpublic Set<String> getPropertyKeys()
getPropertyKeys in interface Elementpublic Iterable<Vertex> getVertices(Direction direction, String... labels)
getVertices in interface Vertexpublic VertexQuery query()
protected static Object castLiteral(org.openrdf.model.Literal literal)
Copyright © 2010-2014. All Rights Reserved.