Interface DirHyperGraph<T extends Node>

Type Parameters:
T - A Node.
All Superinterfaces:
GeneralGraph<T>, Iterable<T>
All Known Implementing Classes:
SetAf

public interface DirHyperGraph<T extends Node> extends GeneralGraph<T>
Interface for directed hypergraph
Author:
Sebastian Franke