Package net.sf.tweety.graphs
-
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 Number>