exitActions = new ArrayList<IActionElement>();
exitActions.addAll(this.actionStateClone.getExitActions().getExitActions());
}
else {
exitActions = new ArrayList<IActionElement>();
ExitActions exit = new ExitActions();
exit.createNew(actionStateClone);
actionStateClone.setExitActions(exit);
}
actions = new ArrayList<IActionElement>();
if (this.actionStateClone.getActions() != null) {
actions.addAll(this.actionStateClone.getActions());