assertTrue( applicableElementCache.isLeafElement(si3));
}
@Test
public void testGetRootApplicableElements() {
Goal g1 = createGoal(gss, 1);
Goal g2 = createGoal(gss, 1);
Goal g3 = createGoal(gss, 1);
Goal g4 = createGoal(gss, 1);
createDecomposition(gss, g2, g1);
createDecomposition(gss, g3, g1);
Principle p1 = createPrinciple(gss, 1);