public interface VertexOpCallback
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeKeyName(OracleVertexBase v)
When an operation against the input vetex is required, this method returns the attribute key name.
|
java.lang.Object |
getAttributeKeyValue(OracleVertexBase v)
When an operation against the input vetex is required, this method returns the attribute key value.
|
boolean |
needOp(OracleVertexBase v)
Returns true if an operation against the input vertex is required
|
java.lang.String getAttributeKeyName(OracleVertexBase v)
v
- vertex object being inspectedjava.lang.Object getAttributeKeyValue(OracleVertexBase v)
v
- vertex object being inspectedboolean needOp(OracleVertexBase v)
v
- vertex object being inspectedCopyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.