edu.umd.cs.findbugs.ba.type
Interface InheritanceGraphEdgeTypes


public interface InheritanceGraphEdgeTypes

Constants defining types of inheritance graph edges.

Author:
David Hovemeyer
See Also:
InheritanceGraph

Field Summary
static int CLASS_EDGE
          Class edge.
static int INTERFACE_EDGE
          Interface edge.
 

Field Detail

CLASS_EDGE

static final int CLASS_EDGE
Class edge. One class directly extends another class.

See Also:
Constant Field Values

INTERFACE_EDGE

static final int INTERFACE_EDGE
Interface edge. A class directly implements an interface, or one interface directly extends another.

See Also:
Constant Field Values