See: Description
Class | Description |
---|---|
CloningDependencyVisitor |
A dependency visitor that constructs a clone of the visited dependency graph.
|
FilteringDependencyVisitor |
A dependency visitor that delegates to another visitor if nodes match a filter.
|
PathRecordingDependencyVisitor |
A dependency visitor that records all paths leading to nodes matching a certain filter criteria.
|
PostorderNodeListGenerator |
Generates a sequence of dependency nodes from a dependeny graph by traversing the graph in postorder.
|
PreorderNodeListGenerator |
Generates a sequence of dependency nodes from a dependeny graph by traversing the graph in preorder.
|
TreeDependencyVisitor |
A dependency visitor that delegates to another visitor if a node hasn't been visited before.
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.