public class VertexiumBlueprintsEdge extends VertexiumBlueprintsElement implements com.tinkerpop.blueprints.Edge
| Modifier | Constructor and Description |
|---|---|
protected |
VertexiumBlueprintsEdge(VertexiumBlueprintsGraph graph,
Edge edge,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
static com.tinkerpop.blueprints.Edge |
create(VertexiumBlueprintsGraph graph,
Edge edge,
Authorizations authorizations) |
String |
getLabel() |
com.tinkerpop.blueprints.Vertex |
getVertex(com.tinkerpop.blueprints.Direction direction) |
Edge |
getVertexiumElement() |
void |
remove() |
void |
setProperty(String propertyName,
Object value) |
equals, getGraph, getId, getProperty, getPropertyKeys, hashCode, removeProperty, toStringprotected VertexiumBlueprintsEdge(VertexiumBlueprintsGraph graph, Edge edge, Authorizations authorizations)
public static com.tinkerpop.blueprints.Edge create(VertexiumBlueprintsGraph graph, Edge edge, Authorizations authorizations)
public com.tinkerpop.blueprints.Vertex getVertex(com.tinkerpop.blueprints.Direction direction)
throws IllegalArgumentException
getVertex in interface com.tinkerpop.blueprints.EdgeIllegalArgumentExceptionpublic String getLabel()
getLabel in interface com.tinkerpop.blueprints.Edgepublic void remove()
remove in interface com.tinkerpop.blueprints.Elementremove in class VertexiumBlueprintsElementpublic Edge getVertexiumElement()
getVertexiumElement in class VertexiumBlueprintsElementpublic void setProperty(String propertyName, Object value)
setProperty in interface com.tinkerpop.blueprints.ElementsetProperty in class VertexiumBlueprintsElementCopyright © 2014–2017. All rights reserved.