public interface TitanProperty extends TitanRelation
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 |
|---|---|
PropertyKey |
getPropertyKey()
Returns the property key of this property
|
<O> O |
getValue()
Returns the value of this property (possibly cast to the expected type).
|
TitanVertex |
getVertex()
Returns the vertex on which this property is incident.
|
getDirection, getProperty, getType, isEdge, isIncidentOn, isLoop, isProperty, setPropertygetId, getID, getProperty, getProperty, hasId, isLoaded, isNew, isRemoved, remove, removeProperty, removeProperty, setProperty, setPropertycompareToPropertyKey getPropertyKey()
PropertyKeyTitanVertex getVertex()
<O> O getValue()
ClassCastException - if the value cannot be cast to the expected typeCopyright © 2012–2014. All rights reserved.