public interface TitanVertexProperty<V> extends TitanRelation, org.apache.tinkerpop.gremlin.structure.VertexProperty<V>, TitanProperty<V>
TitanRelation connecting a vertex to a value.
TitanProperty extends TitanRelation, with methods for retrieving the property's value and key.TitanRelation,
PropertyKeyisProperty| Modifier and Type | Method and Description |
|---|---|
TitanVertex |
element()
Returns the vertex on which this property is incident.
|
default TitanTransaction |
graph() |
default PropertyKey |
propertyKey() |
direction, getType, isEdge, isIncidentOn, isLoop, isProperty, valuehasId, id, isLoaded, isNew, isRemoved, longId, property, remove, valueOrNullkeys, label, properties, property, valuesempty, label, propertieskeyTitanVertex element()
default TitanTransaction graph()
graph in interface org.apache.tinkerpop.gremlin.structure.Elementgraph in interface TitanElementgraph in interface org.apache.tinkerpop.gremlin.structure.VertexProperty<V>default PropertyKey propertyKey()
propertyKey in interface TitanProperty<V>Copyright © 2012–2015. All rights reserved.