Uses of Class
net.sf.tweety.graphs.Edge
-
Packages that use Edge Package Description net.sf.tweety.graphs -
-
Uses of Edge in net.sf.tweety.graphs
Subclasses of Edge in net.sf.tweety.graphs Modifier and Type Class Description classDirectedEdge<T extends Node>Instances of this class represent directed edges.classUndirectedEdge<T extends Node>Instances of this class represent undirected edges.classWeightedDirectedEdge<S extends Node,T extends Number>Methods in net.sf.tweety.graphs that return Edge Modifier and Type Method Description Edge<T>DefaultGraph. getEdge(T a, T b)Edge<T>Graph. getEdge(T a, T b)Returns the corresponding edge (a,b) if a and b are adjacent.Methods in net.sf.tweety.graphs that return types with arguments of type Edge Modifier and Type Method Description Collection<Edge<T>>DefaultGraph. getEdges()Collection<? extends Edge<? extends T>>Graph. getEdges()Returns the edges of this graph.
-