public class NFEBasicLinePointRuleHandler extends java.lang.Object implements NFELinePointRuleHandler
NFELinePointRuleHandler| Constructor and Description |
|---|
NFEBasicLinePointRuleHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NFEConnectionDescriptor<NFEFeatureElement,NFEFeatureElement>> |
getConnectionDescriptors(NFELinePointRuleHandlerParam param)
Gets a list connection descriptors which define how and which of the elements given the parameter, are going to be connected.
|
NFERuleHandlerContext |
getContext()
Gets the handler's context
|
void |
setContext(NFERuleHandlerContext context)
Sets the handler's context
|
public java.util.List<NFEConnectionDescriptor<NFEFeatureElement,NFEFeatureElement>> getConnectionDescriptors(NFELinePointRuleHandlerParam param)
NFELinePointRuleHandlergetConnectionDescriptors in interface NFELinePointRuleHandlerparam - contains all the elements intersecting in one point. Additionally, it also specifies which elements match the current rule.public NFERuleHandlerContext getContext()
NFERuleHandlergetContext in interface NFERuleHandlerpublic void setContext(NFERuleHandlerContext context)
NFERuleHandlersetContext in interface NFERuleHandlercontext - a rule handler context object