Class DefaultGraph<T extends Node>

java.lang.Object
org.tweetyproject.graphs.DefaultGraph<T>
Type Parameters:
T - The type of the node.
All Implemented Interfaces:
Iterable<T>, GeneralGraph<T>, Graph<T>
Direct Known Subclasses:
ArgumentTree, Compilation, SimpleGraph

public class DefaultGraph<T extends Node> extends Object implements Graph<T>
Instance of this class represent graphs with nodes of type T
Author:
Matthias Thimm