Searched refs:getOtherwise (Results 1 – 7 of 7) sorted by relevance
222 if (node.getOtherwise() != null) { in caseAIfCommand()224 node.getOtherwise().apply(this); in caseAIfCommand()
187 if (node.getOtherwise() != null) { in caseAIfCommand()188 node.getOtherwise().apply(this); in caseAIfCommand()
127 public PCommand getOtherwise() in getOtherwise() method in AIfCommand
300 if (!(node.getOtherwise() instanceof ANoopCommand)) { in caseAIfCommand()302 node.getOtherwise().apply(this); in caseAIfCommand()
598 if(node.getOtherwise() != null) in caseAIfCommand()600 node.getOtherwise().apply(this); in caseAIfCommand()
591 if(node.getOtherwise() != null) in caseAIfCommand()593 node.getOtherwise().apply(this); in caseAIfCommand()
248 node.getOtherwise().apply(this); in caseAIfCommand()