NGramCheckEObjectCondition condition1 = new NGramCheckEObjectCondition(
ConstraintsPackage.eINSTANCE.getTechnicalProperty_Name(),
nGramCheckCondition,catalogue );
SELECT statement = new SELECT(new FROM(catalogue
.getCatalogueProperties()), new WHERE(condition1));
IQueryResult result = statement.execute();