org.kuali.maven.plugins.graph.dot.edge
Class FlatEdgeHandler
java.lang.Object
org.kuali.maven.plugins.graph.dot.edge.FlatEdgeHandler
- All Implemented Interfaces:
- EdgeHandler
- Direct Known Subclasses:
- SmartEdgeHandler
public class FlatEdgeHandler
- extends Object
- implements EdgeHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlatEdgeHandler
public FlatEdgeHandler()
getEdges
public List<Edge> getEdges(Node<MavenContext> node)
- Specified by:
getEdges
in interface EdgeHandler
getEdge
protected Edge getEdge(Node<MavenContext> node)
getEdge
protected Edge getEdge(GraphNode parent,
GraphNode child,
boolean optional,
Scope scope,
State state)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.