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, toString
public PartialVertex(String id)
public com.tinkerpop.blueprints.Edge addEdge(String arg0, com.tinkerpop.blueprints.Vertex arg1)
addEdge
in interface com.tinkerpop.blueprints.Vertex
public Iterable<com.tinkerpop.blueprints.Edge> getEdges(com.tinkerpop.blueprints.Direction arg0, String... arg1)
getEdges
in interface com.tinkerpop.blueprints.Vertex
public Iterable<com.tinkerpop.blueprints.Vertex> getVertices(com.tinkerpop.blueprints.Direction arg0, String... arg1)
getVertices
in interface com.tinkerpop.blueprints.Vertex
public com.tinkerpop.blueprints.VertexQuery query()
query
in interface com.tinkerpop.blueprints.Vertex
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.