Package org.mindswap.pellet.tableau.branch

Examples of org.mindswap.pellet.tableau.branch.DisjunctionBranch


      disj[index] = ATermUtils.negate( (ATermAppl) disjuncts.getFirst() );
      if( node.hasType( disj[index] ) )
        return;
    }

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

    newBranch.tryNext();
  }
View Full Code Here

TOP

Related Classes of org.mindswap.pellet.tableau.branch.DisjunctionBranch

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.