Class HyperGraph<T extends Node>

java.lang.Object
org.tweetyproject.graphs.HyperGraph<T>
Type Parameters:
T - A Node
All Implemented Interfaces:
Iterable<T>, GeneralGraph<T>, Graph<T>

public class HyperGraph<T extends Node> extends Object implements Graph<T>
This class implements a simple directed hypergraph
Author:
Sebastian Franke, Matthias Thimm