public abstract class MazeMapNode<D,F extends MazeMapField<?,F,E,N>,E extends MazeMapEdge<?,F,E,N>,N extends MazeMapNode<D,F,E,N>>
extends com.github.martinfrank.maplib.MapNode<D,F,E,N>
| Constructor and Description |
|---|
MazeMapNode(D d) |
addEdge, addField, equals, getData, getEdges, getFields, getNodes, getPoint, hashCode, isConnected, setPoint, toStringpublic MazeMapNode(D d)
Copyright © 2019 Martin Frank. All rights reserved.