103104105106107108109110111
DisjunctionBranch newBranch = new DisjunctionBranch( strategy.getABox(), strategy, node, disjunction, node.getDepends( disjunction ), disj ); strategy.addBranch( newBranch ); newBranch.tryNext(); } }