return null;
}
}
else if (getHost().getModel() instanceof IDecisionState
&& request.getNewObject() instanceof IIf) {
CreateIfCommand command = new CreateIfCommand();
command.setParent((IDecisionState) getHost().getModel());
command.setChild((IIf) request.getNewObject());
return command;
}
else {
return null;
}