| Modifier and Type | Field and Description |
|---|---|
protected SailGraph |
graph |
protected org.openrdf.model.Statement |
rawEdge |
| Modifier | Constructor and Description |
|---|---|
protected |
SailEdge(org.openrdf.model.Statement rawEdge,
SailGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
Object |
getId() |
String |
getLabel() |
String |
getNamedGraph() |
<T> T |
getProperty(String key) |
Set<String> |
getPropertyKeys() |
org.openrdf.model.Statement |
getRawEdge() |
Vertex |
getVertex(Direction direction) |
int |
hashCode() |
boolean |
hasNamedGraph() |
void |
remove() |
<T> T |
removeProperty(String key) |
void |
setNamedGraph(String namedGraph) |
void |
setProperty(String key,
Object value) |
String |
toString() |
protected org.openrdf.model.Statement rawEdge
protected SailGraph graph
protected SailEdge(org.openrdf.model.Statement rawEdge,
SailGraph graph)
public org.openrdf.model.Statement getRawEdge()
public String getNamedGraph()
public void setNamedGraph(String namedGraph)
public boolean hasNamedGraph()
public Set<String> getPropertyKeys()
getPropertyKeys in interface Elementpublic <T> T getProperty(String key)
getProperty in interface Elementpublic void setProperty(String key, Object value)
setProperty in interface Elementpublic <T> T removeProperty(String key)
removeProperty in interface ElementCopyright © 2010-2014. All Rights Reserved.