Uses of Class
ch.sahits.game.openpatrician.engine.sea.model.NodeData
-
Packages that use NodeData Package Description ch.sahits.game.openpatrician.engine.sea.model -
-
Uses of NodeData in ch.sahits.game.openpatrician.engine.sea.model
Methods in ch.sahits.game.openpatrician.engine.sea.model that return NodeData Modifier and Type Method Description NodeData<T>GraphAStar. getNodeData(T nodeId)The nodedata corresponding to the current nodeId.Methods in ch.sahits.game.openpatrician.engine.sea.model that return types with arguments of type NodeData Modifier and Type Method Description com.carrotsearch.hppc.ObjectDoubleMap<NodeData<T>>GraphAStar. edgesFrom(T nodeId)Returns immutable view of the edges
-