Package org.tweetyproject.graphs
Class Edge<T extends Node>
java.lang.Object
org.tweetyproject.graphs.GeneralEdge<T>
org.tweetyproject.graphs.Edge<T>
- Type Parameters:
T
- The type of the nodes this edge connects
- Direct Known Subclasses:
Ark
,BpmnEdge
,DirectedEdge
,MarkingEdge
,UndirectedEdge
Instances of this class represent abstract edges.
- Author:
- Matthias Thimm
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Edge
-
Edge
-
-
Method Details
-
getNodeA
-
getNodeB
-
getLabel
-
hashCode
-
equals
-