java.lang.Object
com.yahoo.container.di.componentgraph.cycle.Graph<T>

public class Graph<T> extends Object
Class representing a directed graph.
Author:
gjoranv
  • Constructor Details

    • Graph

      public Graph()
  • Method Details

    • edge

      public void edge(T from, T to)