public class PartialVertex extends PartialElement implements com.tinkerpop.blueprints.Vertex
| Constructor and Description |
|---|
PartialVertex(String id) |
| Modifier and Type | Method and Description |
|---|---|
com.tinkerpop.blueprints.Edge |
addEdge(String arg0,
com.tinkerpop.blueprints.Vertex arg1) |
Iterable<com.tinkerpop.blueprints.Edge> |
getEdges(com.tinkerpop.blueprints.Direction arg0,
String... arg1) |
Iterable<com.tinkerpop.blueprints.Vertex> |
getVertices(com.tinkerpop.blueprints.Direction arg0,
String... arg1) |
com.tinkerpop.blueprints.VertexQuery |
query() |
appendProps, copyProperties, getId, getProperty, getPropertyKeys, remove, removeProperty, setProperty, toStringpublic PartialVertex(String id)
public com.tinkerpop.blueprints.Edge addEdge(String arg0, com.tinkerpop.blueprints.Vertex arg1)
addEdge in interface com.tinkerpop.blueprints.Vertexpublic Iterable<com.tinkerpop.blueprints.Edge> getEdges(com.tinkerpop.blueprints.Direction arg0, String... arg1)
getEdges in interface com.tinkerpop.blueprints.Vertexpublic Iterable<com.tinkerpop.blueprints.Vertex> getVertices(com.tinkerpop.blueprints.Direction arg0, String... arg1)
getVertices in interface com.tinkerpop.blueprints.Vertexpublic com.tinkerpop.blueprints.VertexQuery query()
query in interface com.tinkerpop.blueprints.VertexCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.