Class InheritanceEdge

All Implemented Interfaces:
GraphEdge<InheritanceEdge,ClassVertex>, Comparable<InheritanceEdge>

public class InheritanceEdge extends AbstractEdge<InheritanceEdge,ClassVertex>
An edge in the InheritanceGraph. Source vertex is the subtype, target vertex is a direct supertype.