Uses of Class
org.experlog.gencode.ExpOperand

Packages that use ExpOperand
org.experlog.gencode   
 

Uses of ExpOperand in org.experlog.gencode
 

Methods in org.experlog.gencode that return ExpOperand
 ExpOperand ExpParser.buildFormula(int minsize)
           
 ExpOperand ExpOperand.leftTerm()
           
 ExpOperand ExpParser.parse()
           
 ExpOperand ExpOperand.rightTerm()
           
 ExpOperand ExpOperand.singleTerm()
           
 ExpOperand ExpParser.toOperand(java.lang.Object o)
           
 

Methods in org.experlog.gencode with parameters of type ExpOperand
 double ExpEval.eval(ExpOperand formula)