public interface OpCallback<T extends org.apache.tinkerpop.gremlin.structure.Element>| Modifier and Type | Interface and Description |
|---|---|
static class |
OpCallback.UpdateType |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeKeyName(T e)
When an operation against the input element is required, this method returns the attribute key name.
|
java.lang.Object |
getAttributeKeyValue(T e)
When an operation against the input element is required, this method returns the attribute key value.
|
java.lang.Class<T> |
getEntityType() |
boolean |
needOp(T e)
Returns true if an operation against the input element is required
|
java.lang.String getAttributeKeyName(T e)
e - element object being inspectedjava.lang.Object getAttributeKeyValue(T e)
e - element object being inspectedjava.lang.Class<T> getEntityType()
boolean needOp(T e)
e - element object being inspected