Class DirectedEdge<T>

java.lang.Object
edu.uky.ai.util.DirectedEdge<T>
Type Parameters:
T - the type of object used as nodes in the DAG

public class DirectedEdge<T> extends Object
Represents a single directed egde in a DirectedAcyclicGraph.
Author:
Stephen G. Ware
  • Field Details

    • tail

      public final T tail
      The first or 'before' object
  • Method Details