public class VertexiumBlueprintsVertex extends VertexiumBlueprintsElement implements com.tinkerpop.blueprints.Vertex
| Modifier | Constructor and Description |
|---|---|
protected |
VertexiumBlueprintsVertex(VertexiumBlueprintsGraph graph,
Vertex vertex,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
com.tinkerpop.blueprints.Edge |
addEdge(String label,
com.tinkerpop.blueprints.Vertex inVertex) |
static com.tinkerpop.blueprints.Vertex |
create(VertexiumBlueprintsGraph graph,
Vertex vertex,
Authorizations authorizations) |
Iterable<com.tinkerpop.blueprints.Edge> |
getEdges(com.tinkerpop.blueprints.Direction direction,
String... labels) |
Vertex |
getVertexiumElement() |
Iterable<com.tinkerpop.blueprints.Vertex> |
getVertices(com.tinkerpop.blueprints.Direction direction,
String... labels) |
com.tinkerpop.blueprints.VertexQuery |
query() |
void |
remove() |
equals, getGraph, getId, getProperty, getPropertyKeys, hashCode, removeProperty, setProperty, toStringprotected VertexiumBlueprintsVertex(VertexiumBlueprintsGraph graph, Vertex vertex, Authorizations authorizations)
public static com.tinkerpop.blueprints.Vertex create(VertexiumBlueprintsGraph graph, Vertex vertex, Authorizations authorizations)
public Iterable<com.tinkerpop.blueprints.Edge> getEdges(com.tinkerpop.blueprints.Direction direction, String... labels)
getEdges in interface com.tinkerpop.blueprints.Vertexpublic Iterable<com.tinkerpop.blueprints.Vertex> getVertices(com.tinkerpop.blueprints.Direction direction, String... labels)
getVertices in interface com.tinkerpop.blueprints.Vertexpublic com.tinkerpop.blueprints.VertexQuery query()
query in interface com.tinkerpop.blueprints.Vertexpublic com.tinkerpop.blueprints.Edge addEdge(String label, com.tinkerpop.blueprints.Vertex inVertex)
addEdge in interface com.tinkerpop.blueprints.Vertexpublic void remove()
remove in interface com.tinkerpop.blueprints.Elementremove in class VertexiumBlueprintsElementpublic Vertex getVertexiumElement()
getVertexiumElement in class VertexiumBlueprintsElementCopyright © 2014–2015. All rights reserved.