public class BigdataVertex extends BigdataElement implements com.tinkerpop.blueprints.Vertex
BigdataGraph
instance.graph, uri
Constructor and Description |
---|
BigdataVertex(org.openrdf.model.URI uri,
BigdataGraph graph) |
Modifier and Type | Method and Description |
---|---|
com.tinkerpop.blueprints.Edge |
addEdge(String label,
com.tinkerpop.blueprints.Vertex to) |
Iterable<com.tinkerpop.blueprints.Edge> |
getEdges(com.tinkerpop.blueprints.Direction dir,
String... labels) |
Object |
getId() |
<T> T |
getProperty(String prop) |
Set<String> |
getPropertyKeys() |
Iterable<com.tinkerpop.blueprints.Vertex> |
getVertices(com.tinkerpop.blueprints.Direction dir,
String... labels) |
com.tinkerpop.blueprints.VertexQuery |
query()
Not bothering to provide a SPARQL translation for vertex queries at
this time.
|
void |
remove() |
<T> T |
removeProperty(String prop) |
void |
setProperty(String prop,
Object val) |
String |
toString() |
equals, hashCode
public BigdataVertex(org.openrdf.model.URI uri, BigdataGraph graph)
public Object getId()
getId
in interface com.tinkerpop.blueprints.Element
public void remove()
remove
in interface com.tinkerpop.blueprints.Element
public com.tinkerpop.blueprints.Edge addEdge(String label, com.tinkerpop.blueprints.Vertex to)
addEdge
in interface com.tinkerpop.blueprints.Vertex
public Iterable<com.tinkerpop.blueprints.Edge> getEdges(com.tinkerpop.blueprints.Direction dir, String... labels)
getEdges
in interface com.tinkerpop.blueprints.Vertex
public Iterable<com.tinkerpop.blueprints.Vertex> getVertices(com.tinkerpop.blueprints.Direction dir, String... labels)
getVertices
in interface com.tinkerpop.blueprints.Vertex
public com.tinkerpop.blueprints.VertexQuery query()
query
in interface com.tinkerpop.blueprints.Vertex
public String toString()
toString
in class BigdataElement
public <T> T getProperty(String prop)
getProperty
in interface com.tinkerpop.blueprints.Element
getProperty
in class BigdataElement
public Set<String> getPropertyKeys()
getPropertyKeys
in interface com.tinkerpop.blueprints.Element
getPropertyKeys
in class BigdataElement
public <T> T removeProperty(String prop)
removeProperty
in interface com.tinkerpop.blueprints.Element
removeProperty
in class BigdataElement
public void setProperty(String prop, Object val)
setProperty
in interface com.tinkerpop.blueprints.Element
setProperty
in class BigdataElement
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.