public class StandardVertexProperty extends AbstractVertexProperty implements StandardRelation, ReassignableRelation
isPropertyisPropertytype| Constructor and Description |
|---|
StandardVertexProperty(long id,
PropertyKey type,
InternalVertex vertex,
Object value,
byte lifecycle) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getLifeCycle() |
long |
getPreviousID() |
Iterable<PropertyKey> |
getPropertyKeysDirect() |
<O> O |
getValueDirect(PropertyKey key) |
void |
remove()
Deletes this entity and any incident edges or properties from the graph.
|
<O> O |
removePropertyDirect(PropertyKey key) |
void |
setPreviousID(long previousID) |
void |
setPropertyDirect(PropertyKey key,
Object value) |
element, getArity, getLen, getVertex, graph, isEdge, isPresent, isProperty, properties, setVertexAt, toString, valuedirection, getType, id, isIncidentOn, isInvisible, isLoop, it, property, tx, value, valueOrNull, verifyAccessclone, compare, compareTo, equals, getCompareId, hashCode, hasId, isLoaded, isNew, isRemoved, isTemporaryId, longId, setIdfinalize, getClass, notify, notifyAll, wait, wait, waitgetArity, getLen, getVertex, itdirection, getType, isEdge, isIncidentOn, isLoop, isProperty, valuegraph, isInvisible, setId, txhasId, id, isLoaded, isNew, isRemoved, longId, property, valueOrNullkeys, label, properties, property, valuessetVertexAtpropertyKeykeypublic StandardVertexProperty(long id,
PropertyKey type,
InternalVertex vertex,
Object value,
byte lifecycle)
public long getPreviousID()
getPreviousID in interface StandardRelationpublic void setPreviousID(long previousID)
setPreviousID in interface StandardRelationpublic <O> O getValueDirect(PropertyKey key)
getValueDirect in interface InternalRelationpublic void setPropertyDirect(PropertyKey key, Object value)
setPropertyDirect in interface InternalRelationpublic Iterable<PropertyKey> getPropertyKeysDirect()
getPropertyKeysDirect in interface InternalRelationpublic <O> O removePropertyDirect(PropertyKey key)
removePropertyDirect in interface InternalRelationpublic byte getLifeCycle()
getLifeCycle in interface InternalElementElementLifeCyclepublic void remove()
TitanElementremove in interface TitanElementremove in interface Removableremove in interface org.apache.tinkerpop.gremlin.structure.Elementremove in interface org.apache.tinkerpop.gremlin.structure.PropertyCopyright © 2012–2015. All rights reserved.