|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.maven.plugin.antrun.GraphVisitors
public class GraphVisitors
Factories for GraphVisitor.
| Constructor Summary | |
|---|---|
GraphVisitors()
|
|
| Method Summary | |
|---|---|
static GraphVisitor |
and(java.util.Collection<? extends GraphVisitor> visitors)
Combines multiple GraphVisitor by AND-ing its output. |
static GraphVisitor |
and(GraphVisitor... visitors)
Combines multiple GraphVisitor by AND-ing its output. |
static GraphVisitor |
not(GraphVisitor graph)
Obtains a GraphVisitor that does boolean-negation of the current GraphVisitor. |
static GraphVisitor |
or(java.util.Collection<? extends GraphVisitor> visitors)
Combines multiple GraphVisitor by OR-ing its output. |
static GraphVisitor |
or(GraphVisitor... visitors)
Combines multiple GraphVisitor by OR-ing its output. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphVisitors()
| Method Detail |
|---|
public static GraphVisitor and(GraphVisitor... visitors)
GraphVisitor by AND-ing its output.
Can be used to create intersections.
public static GraphVisitor and(java.util.Collection<? extends GraphVisitor> visitors)
GraphVisitor by AND-ing its output.
Can be used to create intersections.
public static GraphVisitor or(GraphVisitor... visitors)
GraphVisitor by OR-ing its output.
Can be used to create unions.
public static GraphVisitor or(java.util.Collection<? extends GraphVisitor> visitors)
GraphVisitor by OR-ing its output.
Can be used to create unions.
public static GraphVisitor not(GraphVisitor graph)
GraphVisitor that does boolean-negation of the current GraphVisitor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||