GraphWalkingInstruction<R>.setNodesExpansionCounter constructor

GraphWalkingInstruction<R>.setNodesExpansionCounter(
  1. Map<Node, int> counter
)

Implementation

factory GraphWalkingInstruction.setNodesExpansionCounter(
        Map<Node, int> counter) =>
    GraphWalkingInstructionSetNodesExpansionCounter(counter);