Class Connection.UndirectedConnection<V>

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

public static class Connection.UndirectedConnection<V> extends Connection<V>
A Connection that treats A-to-B and B-to-A as the same edge.
  • Constructor Details

    • UndirectedConnection

      public UndirectedConnection()
  • Method Details