Class AbstractLabeledGraph<T,U>

java.lang.Object
com.ibm.wala.util.graph.AbstractGraph<T>
com.ibm.wala.util.graph.labeled.AbstractLabeledGraph<T,U>
All Implemented Interfaces:
EdgeManager<T>, Graph<T>, LabeledEdgeManager<T,U>, LabeledGraph<T,U>, NodeManager<T>, Iterable<T>

public abstract class AbstractLabeledGraph<T,U> extends AbstractGraph<T> implements LabeledGraph<T,U>
  • Constructor Details

    • AbstractLabeledGraph

      public AbstractLabeledGraph()
  • Method Details