public interface KappaTerm
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
evaluate()
Tries to evaluate the kappa term, if the evaluation is successful then the
 next call of value returns the evaluated value. 
 | 
java.util.Set<KappaTerm> | 
getSubTerms()
Processes all the sub-terms 
 | 
int | 
greaterEqualThan()  | 
int | 
value()  | 
boolean evaluate()
int value()
int greaterEqualThan()
java.util.Set<KappaTerm> getSubTerms()