public class EntityVertex extends EntityElement implements com.tinkerpop.blueprints.Vertex
auths, entity, graphStore| Constructor and Description |
|---|
EntityVertex(org.calrissian.mango.domain.entity.Entity entity,
GraphStore graphStore,
Auths auths) |
| Modifier and Type | Method and Description |
|---|---|
com.tinkerpop.blueprints.Edge |
addEdge(String s,
com.tinkerpop.blueprints.Vertex vertex) |
Iterable<com.tinkerpop.blueprints.Edge> |
getEdges(com.tinkerpop.blueprints.Direction direction,
String... strings) |
Iterable<com.tinkerpop.blueprints.Vertex> |
getVertices(com.tinkerpop.blueprints.Direction direction,
String... strings) |
com.tinkerpop.blueprints.VertexQuery |
query() |
getEntity, getGraphStore, getId, getProperty, getPropertyKeys, remove, removeProperty, setPropertypublic EntityVertex(org.calrissian.mango.domain.entity.Entity entity,
GraphStore graphStore,
Auths auths)
public Iterable<com.tinkerpop.blueprints.Edge> getEdges(com.tinkerpop.blueprints.Direction direction, String... strings)
getEdges in interface com.tinkerpop.blueprints.Vertexpublic Iterable<com.tinkerpop.blueprints.Vertex> getVertices(com.tinkerpop.blueprints.Direction direction, String... strings)
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 s, com.tinkerpop.blueprints.Vertex vertex)
addEdge in interface com.tinkerpop.blueprints.VertexCopyright © 2014 Calrissian. All Rights Reserved.