Uses of Interface
org.apache.maven.diagrams.connectors.classes.config.EdgeType

Packages that use EdgeType
org.apache.maven.diagrams.connectors.classes.config   
 

Uses of EdgeType in org.apache.maven.diagrams.connectors.classes.config
 

Classes in org.apache.maven.diagrams.connectors.classes.config that implement EdgeType
 class AggregateEdgeType
          This class is used to configure aggregating edges within the builded graph.
 class ImplementEdgeType
          This class is used to configure implement (that object implements that interface) edges within the builded graph.
 class InheritanceEdgeType
          This class is used to configure inheritance edges within the builded graph (that class inherits from another class)
 

Methods in org.apache.maven.diagrams.connectors.classes.config that return types with arguments of type EdgeType
 java.util.List<EdgeType> ClassesConnectorConfiguration.getEdges()
          Gets configuration for information provided in edges
 

Method parameters in org.apache.maven.diagrams.connectors.classes.config with type arguments of type EdgeType
 void ClassesConnectorConfiguration.setEdges(java.util.List<EdgeType> edges)
          Sets configuration for information provided in edges
 



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