org.apache.maven.diagrams.connectors.classes.graph
Class ImplementationEdge

java.lang.Object
  extended by org.apache.maven.diagrams.connectors.classes.graph.ClassEdge
      extended by org.apache.maven.diagrams.connectors.classes.graph.ImplementationEdge
All Implemented Interfaces:
org.apache.maven.diagrams.graph_api.Edge

public class ImplementationEdge
extends ClassEdge

The edge between class (child) and its interface (parent)

Author:
Piotr Tabor

Constructor Summary
ImplementationEdge(ClassNode child, ClassNode parent)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.diagrams.connectors.classes.graph.ClassEdge
getEndNode, getId, getStartNode, isDirected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplementationEdge

public ImplementationEdge(ClassNode child,
                          ClassNode parent)


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.