| Constructor and Description |
|---|
KappaMin() |
| 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.
|
Set<KappaTerm> |
getSubTerms()
Processes all the sub-terms
|
int |
greaterEqualThan() |
String |
toString() |
int |
value()
The neutral element is zero, that means if the minimum is empty this method returns zero.
|
public boolean evaluate()
KappaTermpublic int value()
public int greaterEqualThan()
greaterEqualThan in interface KappaTermpublic Set<KappaTerm> getSubTerms()
KappaTermgetSubTerms in interface KappaTermCopyright © 2018. All rights reserved.