FindBugs™ 1.3.9

edu.umd.cs.findbugs.ba.ch
Class InheritanceEdge

java.lang.Object
  extended by edu.umd.cs.findbugs.graph.AbstractEdge<InheritanceEdge,edu.umd.cs.findbugs.ba.ch.ClassVertex>
      extended by edu.umd.cs.findbugs.ba.ch.InheritanceEdge
All Implemented Interfaces:
GraphEdge<InheritanceEdge,edu.umd.cs.findbugs.ba.ch.ClassVertex>, java.lang.Comparable<InheritanceEdge>

public class InheritanceEdge
extends AbstractEdge<InheritanceEdge,edu.umd.cs.findbugs.ba.ch.ClassVertex>

An edge in the InheritanceGraph. Source vertex is the subtype, target vertex is a direct supertype.

Author:
David Hovemeyer

Constructor Summary
InheritanceEdge(edu.umd.cs.findbugs.ba.ch.ClassVertex source, edu.umd.cs.findbugs.ba.ch.ClassVertex target)
           
 
Method Summary
 
Methods inherited from class edu.umd.cs.findbugs.graph.AbstractEdge
compareTo, equals, getLabel, getSource, getTarget, hashCode, setLabel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InheritanceEdge

public InheritanceEdge(edu.umd.cs.findbugs.ba.ch.ClassVertex source,
                       edu.umd.cs.findbugs.ba.ch.ClassVertex target)

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.