* This method returns the "all elements in the model" action.
*
* @return
*/
protected ProgressEnabledAction<IFile> getFullAction() {
return new InferEntireModelAction() {
@Override
public DroolsInferenceEngine getEngine(ICreateElementsFactory handler) {
return new CreateMissingElementsWithDrools(handler, true) {