Pattern si2 = createPattern(gss, 2);
Impact i1 = createImpact(gss, p1, g1, 100.0f);
Impact i2 = createImpact(gss, si1, p2, 100.0f);
isA isa1 = createIsA(gss, si2, si1);
Decomposition d1 = createDecomposition(gss, p2, p1);
applicableElementCache = new GSSQueryCache(queryResultSet, accessLayer);
applicableElementCache.initCache();