DispelTypeReference ref = (DispelTypeReference) call
.getTypeReference();
if (!(ref.getTarget() instanceof ProcessingElementDefinition)) {
resource.addProblem(new IDispelProblem() {
public DispelEProblemType getType() {
return DispelEProblemType.ANALYSIS_PROBLEM;
}