Class SimpleGraph<T extends Node>

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

public class SimpleGraph<T extends Node> extends DefaultGraph<T> implements Graph<T>
An extended version of the DefaultGraph which supports removing of nodes as well as some utility functions for d-separation
Author:
Lars Bengel