nextNodeWithLabelOp

fun nextNodeWithLabelOp(op: String): Pair<State, BaseOpEdge>?

Returns a Pair holding the next State when the edge with the operation op is executed and the BaseOpEdge which is executed. If no matching edge exists for this State, returns null.