public class StandardEdge extends AbstractEdge implements StandardRelation, ReassignableRelation
isPropertytype| Constructor and Description |
|---|
StandardEdge(long id,
EdgeLabel label,
InternalVertex start,
InternalVertex end,
byte lifecycle) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getLifeCycle() |
long |
getPreviousID() |
<O> O |
getPropertyDirect(RelationType type) |
Iterable<RelationType> |
getPropertyKeysDirect() |
void |
remove()
Deletes this entity and any incident edges or properties from the graph.
|
<O> O |
removePropertyDirect(RelationType type) |
void |
setPreviousID(long previousID) |
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, it, removeProperty, removeProperty, setProperty, setProperty, setProperty, txclone, compareTo, equals, getCompareId, getID, hashCode, hasId, isImplicitId, isLoaded, isNew, isRemoved, isTemporaryId, setIDfinalize, getClass, notify, notifyAll, wait, wait, waitsetVertexAtgetDirection, getProperty, getType, isIncidentOn, isLoop, setPropertygetId, getID, getProperty, getProperty, hasId, isLoaded, isNew, isRemoved, removeProperty, removeProperty, setProperty, setPropertycompareTosetIDpublic StandardEdge(long id,
EdgeLabel label,
InternalVertex start,
InternalVertex end,
byte lifecycle)
public long getPreviousID()
getPreviousID in interface StandardRelationpublic void setPreviousID(long previousID)
setPreviousID in interface StandardRelationpublic <O> O getPropertyDirect(RelationType type)
getPropertyDirect in interface InternalRelationpublic void setPropertyDirect(RelationType type, Object value)
setPropertyDirect in interface InternalRelationpublic Iterable<RelationType> getPropertyKeysDirect()
getPropertyKeysDirect in interface InternalRelationpublic <O> O removePropertyDirect(RelationType type)
removePropertyDirect in interface InternalRelationpublic byte getLifeCycle()
getLifeCycle in interface InternalElementElementLifeCyclepublic void remove()
TitanElementremove in interface TitanElementremove in interface Removableremove in interface com.tinkerpop.blueprints.ElementCopyright © 2012–2014. All rights reserved.