Class LEI<V,E>
- java.lang.Object
-
- org.jungrapht.visualization.layout.util.synthetics.SEI<E>
-
- org.jungrapht.visualization.layout.algorithms.sugiyama.LEI<V,E>
-
- Type Parameters:
V
- vertex typeE
- edge type
- Direct Known Subclasses:
ArticulatedEdge
,SyntheticLE
,VirtualEdge
public class LEI<V,E> extends SEI<E> implements LE<V,E>
Implementation of an edge type used for the application of a layered layout algorithm.
Instances of LEI<V,E> replace instances of E during layout
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
LV<V>
getSource()
LV<V>
getTarget()
int
hashCode()
LEI<V,E>
swapped()
String
toString()
-