Class EdgeData
java.lang.Object
com.arangodb.tinkerpop.gremlin.persistence.PropertiesContainer<Object>
com.arangodb.tinkerpop.gremlin.persistence.EdgeData
- All Implemented Interfaces:
PersistentData
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.arangodb.tinkerpop.gremlin.persistence.PropertiesContainer
containsKey, get, getProperties, keySet, put, putAll, remove, values
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.arangodb.tinkerpop.gremlin.persistence.PersistentData
collection, getKey, id, update
-
Constructor Details
-
EdgeData
-
-
Method Details
-
elementId
- Specified by:
elementId
in interfacePersistentData
-
getLabel
- Specified by:
getLabel
in interfacePersistentData
-
getFrom
-
getTo
-
toString
- Overrides:
toString
in classPropertiesContainer<Object>
-
equals
- Overrides:
equals
in classPropertiesContainer<Object>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPropertiesContainer<Object>
-