protected static class VertexQueryFilter.DummyVertex extends Object implements com.tinkerpop.blueprints.Vertex
| Modifier | Constructor and Description |
|---|---|
protected |
DummyVertex() |
| Modifier and Type | Method and Description |
|---|---|
com.tinkerpop.blueprints.Edge |
addEdge(String label,
com.tinkerpop.blueprints.Vertex inVertex) |
Iterable<com.tinkerpop.blueprints.Edge> |
getEdges(com.tinkerpop.blueprints.Direction direction,
String... labels) |
Object |
getId() |
<T> T |
getProperty(String key) |
Set<String> |
getPropertyKeys() |
Iterable<com.tinkerpop.blueprints.Vertex> |
getVertices(com.tinkerpop.blueprints.Direction direction,
String... labels) |
com.tinkerpop.blueprints.VertexQuery |
query() |
void |
remove() |
<T> T |
removeProperty(String key) |
void |
setProperty(String key,
Object value) |
public com.tinkerpop.blueprints.VertexQuery query()
query in interface com.tinkerpop.blueprints.Vertexpublic void remove()
remove in interface com.tinkerpop.blueprints.Elementpublic com.tinkerpop.blueprints.Edge addEdge(String label, com.tinkerpop.blueprints.Vertex inVertex)
addEdge in interface com.tinkerpop.blueprints.Vertexpublic 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 Set<String> getPropertyKeys()
getPropertyKeys in interface com.tinkerpop.blueprints.Elementpublic <T> T getProperty(String key)
getProperty in interface com.tinkerpop.blueprints.Elementpublic void setProperty(String key, Object value)
setProperty in interface com.tinkerpop.blueprints.Elementpublic <T> T removeProperty(String key)
removeProperty in interface com.tinkerpop.blueprints.Elementpublic Object getId()
getId in interface com.tinkerpop.blueprints.ElementCopyright © 2012–2016. All rights reserved.