Interface IGraphFlattener<N extends INode,E extends IEdge>

Type Parameters:
N - node type
E - edge type
All Known Implementing Classes:
TopLevelFlattener

public interface IGraphFlattener<N extends INode,E extends IEdge>
Since:
1.14
Author:
Sören Henning
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    flatten(com.google.common.graph.MutableNetwork<N,E> graph)
     
  • Method Details

    • flatten

      void flatten(com.google.common.graph.MutableNetwork<N,E> graph)
      Parameters:
      graph - graph to be flattened
      Since:
      1.14