Interface SE<E>
-
- Type Parameters:
E
- edge type
- All Known Subinterfaces:
LE<V,E>
- All Known Implementing Classes:
ArticulatedEdge
,LEI
,SEI
,SyntheticLE
,SyntheticSE
,VirtualEdge
public interface SE<E>
Interface for a delegate class for a generic edge of type E
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description E
getEdge()
static <E> SE<E>
of(E edge)
-