public interface GraphVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(Graph.Artifact artifact) |
void |
visit(Graph.Module module) |
void |
visit(Graph graph) |
void visit(Graph graph)
void visit(Graph.Module module)
void visit(Graph.Artifact artifact)
Copyright © 2018 JBoss by Red Hat. All rights reserved.