public class EventEvaluatorModelHandler extends ModelHandlerBase
context| Constructor and Description |
|---|
EventEvaluatorModelHandler(Context context) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<EventEvaluatorModel> |
getSupportedModelClass()
Subclasses should return the sub-class of Model that they expect to handle.
|
void |
handle(InterpretationContext intercon,
Model model) |
void |
postHandle(InterpretationContext intercon,
Model model) |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextpublic EventEvaluatorModelHandler(Context context)
protected Class<EventEvaluatorModel> getSupportedModelClass()
ModelHandlerBasegetSupportedModelClass in class ModelHandlerBaseModelHandlerBase.isSupportedModelType(Model)public void handle(InterpretationContext intercon, Model model) throws ModelHandlerException
handle in class ModelHandlerBaseModelHandlerExceptionpublic void postHandle(InterpretationContext intercon, Model model) throws ModelHandlerException
postHandle in class ModelHandlerBaseModelHandlerExceptionCopyright © 2005–2019 QOS.ch. All rights reserved.