enhancement #I5LY8B SwitchCondition里面的targetMap无法get到

This commit is contained in:
everywhere.z
2022-08-12 16:26:49 +08:00
parent ba2edb5d50
commit 9c60a86e11

View File

@@ -72,6 +72,10 @@ public class SwitchCondition extends Condition{
this.getExecutableList().add(switchNode);
}
public Map<String, Executable> getTargetMap() {
return targetMap;
}
public Node getSwitchNode(){
return (Node) this.getExecutableList().get(0);
}