new IType[] { type }, "current")); //$NON-NLS-1$
}
}
if (subGoals.size() == 0) {
MultiTypeType mType = new MultiTypeType();
mType.addType((IEvaluatedType) result);
this.result = mType;
return IGoal.NO_GOALS;
}
return subGoals.toArray(new IGoal[subGoals.size()]);
} catch (ModelException e) {