Package net.sf.tweety.graphs
-
Interface Summary Interface Description Graph<T extends Node> Common interface for graphs with nodes of type TNode WeightedEdge<S extends Node,T extends java.lang.Number> Interface for weighted edges. -
Class Summary Class Description DefaultGraph<T extends Node> Instance of this class represent graphs with nodes of type TDirectedEdge<T extends Node> Instances of this class represent directed edges.Edge<T extends Node> Instances of this class represent abstract edges.SimpleNode A simple node of a graph with a name.UndirectedEdge<T extends Node> Instances of this class represent undirected edges.WeightedDirectedEdge<S extends Node,T extends java.lang.Number>