in_nCurrentExpressionIndex + 1, in_bContainsNegativeExpressions);
io_colExpressionsForNewConjunction.remove(oExpression);
TCGOCLExpression oNegatedExpression = TestCaseGraphHelper.copyExpression(oExpression);
oNegatedExpression = negateTCGOCLExpression(oNegatedExpression);
TCGDisjunctiveNormalForm oDNF = createDisjunctiveNormalForm(oNegatedExpression);
for(TCGConjunction oNewConjunction : oDNF.getConjunctions())
{
for(TCGOCLExpression oNewConjExp : oNewConjunction.getExpressions())
{
io_colExpressionsForNewConjunction.add(oNewConjExp);
addAllPossibleConjunctions(io_colNewConjunctions, in_oOriginalConjunction, io_colExpressionsForNewConjunction,