public class CacheEdge extends AbstractEdge
isPropertytype| Constructor and Description |
|---|
CacheEdge(long id,
EdgeLabel label,
InternalVertex start,
InternalVertex end,
Entry data) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getLifeCycle() |
<O> O |
getPropertyDirect(RelationType type) |
Iterable<RelationType> |
getPropertyKeysDirect() |
com.tinkerpop.blueprints.Direction |
getVertexCentricDirection() |
InternalRelation |
it()
Returns this element in the context of the current transaction.
|
void |
remove()
Deletes this entity and any incident edges or properties from the graph.
|
<O> O |
removePropertyDirect(RelationType type) |
void |
setPropertyDirect(RelationType type,
Object value) |
getArity, getEdgeLabel, getLabel, getLen, getOtherVertex, getVertex, getVertex, isDirected, isEdge, isProperty, isUnidirected, setVertexAt, toStringgetDirection, getId, getProperty, getProperty, getProperty, getProperty, getPropertyKeys, getType, isHidden, isIncidentOn, isLoop, removeProperty, removeProperty, setProperty, setProperty, setProperty, txclone, compareTo, equals, getCompareId, getID, hashCode, hasId, isImplicitId, isLoaded, isNew, isRemoved, isTemporaryId, setIDfinalize, getClass, notify, notifyAll, wait, wait, waitgetDirection, getProperty, getType, isIncidentOn, isLoop, setPropertygetId, getID, getProperty, getProperty, hasId, isLoaded, isNew, isRemoved, removeProperty, removeProperty, setProperty, setPropertycompareTosetIDpublic CacheEdge(long id,
EdgeLabel label,
InternalVertex start,
InternalVertex end,
Entry data)
public com.tinkerpop.blueprints.Direction getVertexCentricDirection()
public InternalRelation it()
InternalElementit in interface InternalElementit in interface InternalRelationit in class AbstractTypedRelationpublic <O> O getPropertyDirect(RelationType type)
public Iterable<RelationType> getPropertyKeysDirect()
public void setPropertyDirect(RelationType type, Object value)
public <O> O removePropertyDirect(RelationType type)
public byte getLifeCycle()
ElementLifeCyclepublic void remove()
TitanElementCopyright © 2012–2014. All rights reserved.