Interface Evaluator
- All Superinterfaces:
- AutoCloseable
Evaluator interface. An implementation of this is used during evaluation of
 all expressions for one component descriptor as needed. This does not need 
 to be thread safe and it will not be used across component descriptors without receiving
 intermediate init/destroy calls.
- 
Method Summary
- 
Method Details- 
initInitialize evalution session
- 
evalEvaluate an expression tagged for this processor. A result ofnullis legal during processing but will eventually be removed from the properties set.
- 
closedefault void close()default close session does nothing- Specified by:
- closein interface- AutoCloseable
 
 
-