Interface NFERuleHandler
-
- All Known Subinterfaces:
NFELineLineRuleHandler,NFELinePointRuleHandler
- All Known Implementing Classes:
NFEBasicLineLineRuleHandler,NFEBasicLinePointRuleHandler
public interface NFERuleHandlerCommon 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 NFERuleHandlerContextgetContext()Gets the handler's contextvoidsetContext(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
-
-