Interface Cycle<EDGE extends Edge<?>>

Type Parameters:
EDGE - The type of the edges forming the cycle

@PublicAPI(usage=ACCESS, state=EXPERIMENTAL) public interface Cycle<EDGE extends Edge<?>>
A cycle formed by the referenced EDGEs. A cycle in this context always refers to a "simple" cycle, i.e. the list of edges is not empty, the origin of the first Edge is equal to the target of the last Edge and every node contained in the cycle is contained exactly once.
  • Method Summary

    Modifier and Type
    Method
    Description