Class Connection.DirectedConnection<V>

java.lang.Object
com.github.yellowstonegames.path.Edge<V>
com.github.yellowstonegames.path.Connection<V>
com.github.yellowstonegames.path.Connection.DirectedConnection<V>
Type Parameters:
V - the vertex type; often Coord
Enclosing class:
Connection<V>

public static class Connection.DirectedConnection<V> extends Connection<V>
A Connection that treats A-to-B as a different edge from B-to-A.
  • Constructor Details

    • DirectedConnection

      public DirectedConnection()
  • Method Details