|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface iValue
This interface defines classes that return their evaluated values as a
jTerm
.
In many cases, instances with this interface will return themselves (if they are a
jTerm
), while operators would return their evaluated values,
while variables would return the evaluated value of the term they are bound to.
Method Summary | |
---|---|
jTerm |
getValue()
Return the value of this object after. |
Method Detail |
---|
jTerm getValue()
jTerm
which represents the evaluated value of this
instance, or the value bound to this instance, in the case of a
variable.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |