Uses of Class
org.reprap.utilities.BooleanExpression

Packages that use BooleanExpression
org.reprap.utilities   
 

Uses of BooleanExpression in org.reprap.utilities
 

Fields in org.reprap.utilities declared as BooleanExpression
private  BooleanExpression BooleanExpression.c1
           
private  BooleanExpression BooleanExpression.c2
           
 

Methods in org.reprap.utilities that return BooleanExpression
(package private) static BooleanExpression CodeGenerator.findEqualThree(FunctionTable f, Variable[] v)
           
(package private) static BooleanExpression CodeGenerator.findEqualTwo(FunctionTable f, Variable[] v)
           
 

Methods in org.reprap.utilities that return types with arguments of type BooleanExpression
(package private) static java.util.List<BooleanExpression> CodeGenerator.generateAllPairs(BooleanExpression[] b2)
           
(package private) static java.util.List<BooleanExpression> CodeGenerator.generateAllTripples(BooleanExpression[] b3)
           
 

Methods in org.reprap.utilities with parameters of type BooleanExpression
(package private) static java.util.List<BooleanExpression> CodeGenerator.generateAllPairs(BooleanExpression[] b2)
           
(package private) static java.util.List<BooleanExpression> CodeGenerator.generateAllTripples(BooleanExpression[] b3)
           
private  void BooleanExpression.makeFromSeveral(BooleanExpression[] be, int exp)
          Make an expression from three or four atomic expressions in an array.
 

Constructors in org.reprap.utilities with parameters of type BooleanExpression
BooleanExpression(BooleanExpression[] be, int exp)
          Make an expression from three or four atomic expressions in an array.
BooleanExpression(BooleanExpression a, BooleanExpression b, Bop op)
          Operand and two operators
BooleanExpression(BooleanExpression a, Bop op)
          Monadic operator
FunctionTable(BooleanExpression b)
           
FunctionTable(BooleanExpression b, Variable v, Variable equal_v, boolean opposite)