blob: bd6ad2fadf6d2d2f438997368273977e4ee0f9ef [file] [log] [blame]
modeltype gmfgen uses "http://www.eclipse.org/gmf/2009/GenModel";
library OclTracker;
helper isForcedImpactAnalyzerKind(oclExpression : String) : Boolean {
return null != oclExpression and oclExpression.startsWith('--IA');
}