public interface VertexFilterCallback
| Modifier and Type | Method and Description |
|---|---|
boolean |
keepVertex(OracleVertexBase vertex)
Returns true if the given vertex is to be kept ( implying that it satisfies all conditions specified in this method).
|
boolean keepVertex(OracleVertexBase vertex)
vertex - an OracleVertex instanceCopyright © 2016 Oracle and/or its affiliates. All Rights Reserved.