|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Replaceable: a generic interface which supports the replacement or subsitution of one object by another, typically in some context.
Copyright: Copyright (c) 2003
Company: Rubecula Software
Method Summary | |
Presentable |
getValue(java.lang.Object context)
This method takes this Replaceable and returns its logical equivalent as defined by the context. |
Methods inherited from interface com.rubecula.util.Presentable |
getType, makePresentableInstance, present |
Method Detail |
public Presentable getValue(java.lang.Object context) throws PresentableException
context
- an Object which defines the context for the substitution,
for example, an operator or variable for a Mill might be evaluated in the
context of a current Mill and the result would be the replacement.
PresentableException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |