Interface Edge<NODE>


@PublicAPI(usage=INHERITANCE) public interface Edge<NODE>
  • Method Summary

    Modifier and Type
    Method
    Description
    static <N> Edge<N>
    create(N origin, N target)