Class NodeToPosMapKt
-
- All Implemented Interfaces:
public final class NodeToPosMapKt
-
-
Method Summary
Modifier and Type Method Description final static <P extends Position<out P>> NodeToPosMap
toNodeToPosMap(Map<Integer, P> $self)
Converts a Map of it.unibo.alchemist.model.Nodes' ids and their position to a NodeToPosMap. -
-
Method Detail
-
toNodeToPosMap
final static <P extends Position<out P>> NodeToPosMap toNodeToPosMap(Map<Integer, P> $self)
Converts a Map of it.unibo.alchemist.model.Nodes' ids and their position to a NodeToPosMap.
- Returns:
the NodeToPosMap representing the given Map
-
-
-
-