Interface NFERuleHandler
-
- All Known Subinterfaces:
NFELineLineRuleHandler
,NFELinePointRuleHandler
- All Known Implementing Classes:
NFEBasicLineLineRuleHandler
,NFEBasicLinePointRuleHandler
public interface NFERuleHandler
Common interface for rule handlers. It only specifies the handler context which every rule handler must contain.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NFERuleHandlerContext
getContext()
Gets the handler's contextvoid
setContext(NFERuleHandlerContext context)
Sets the handler's context
-
-
-
Method Detail
-
getContext
NFERuleHandlerContext getContext()
Gets the handler's context- Returns:
- a rule handler context object
-
setContext
void setContext(NFERuleHandlerContext context)
Sets the handler's context- Parameters:
context
- a rule handler context object
-
-