public interface VertexOpCallback
Modifier and Type | Method and Description |
---|---|
String |
getAttributeKeyName(OracleVertexBase v)
When an operation against the input vetex is required, this method returns the attribute key name.
|
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
|
String getAttributeKeyName(OracleVertexBase v)
v
- vertex object being inspectedObject getAttributeKeyValue(OracleVertexBase v)
v
- vertex object being inspectedboolean needOp(OracleVertexBase v)
v
- vertex object being inspectedCopyright © 2017 Oracle and/or its affiliates. All Rights Reserved.