public abstract class ListFilter extends GraphFilter implements GraphVisitor
ListFilter is a special kind of GraphFilter
that only filters graph based on DependencyGraph.Node.
This kind of filters can be applied on a list of nodes.
children| Constructor and Description |
|---|
ListFilter() |
| Modifier and Type | Method and Description |
|---|---|
DependencyGraph |
process() |
boolean |
visit(DependencyGraph.Edge edge)
Visits an edge.
|
add, evaluateChild, evaluateChildclone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvisitpublic final DependencyGraph process()
process in class GraphFilterpublic final boolean visit(DependencyGraph.Edge edge)
GraphVisitorvisit in interface GraphVisitorCopyright © 2014. All rights reserved.