Uses of Class
org.apache.maven.diagrams.connectors.classes.edge_source.AbstractEdgeSource.AddNodeStatus

Packages that use AbstractEdgeSource.AddNodeStatus
org.apache.maven.diagrams.connectors.classes.edge_source   
 

Uses of AbstractEdgeSource.AddNodeStatus in org.apache.maven.diagrams.connectors.classes.edge_source
 

Methods in org.apache.maven.diagrams.connectors.classes.edge_source that return AbstractEdgeSource.AddNodeStatus
protected abstract  AbstractEdgeSource.AddNodeStatus AbstractEdgeSource.canAddNode(ClassNode node)
          The method obtains information what can be done with the given node (if it should be added to the graph or skipped (with all without its dependencies))
protected  AbstractEdgeSource.AddNodeStatus InheritanceEdgeSource.canAddNode(ClassNode node)
           
protected  AbstractEdgeSource.AddNodeStatus AggregateEdgeSource.canAddNode(ClassNode node)
           
protected  AbstractEdgeSource.AddNodeStatus ImplementEdgeSource.canAddNode(ClassNode node)
           
static AbstractEdgeSource.AddNodeStatus AbstractEdgeSource.AddNodeStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractEdgeSource.AddNodeStatus[] AbstractEdgeSource.AddNodeStatus.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



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