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)
NFELinePointRuleHandler
getConnectionDescriptors
in interface NFELinePointRuleHandler
param
- contains all the elements intersecting in one point. Additionally, it also specifies which elements match the current rule.public NFERuleHandlerContext getContext()
NFERuleHandler
getContext
in interface NFERuleHandler
public void setContext(NFERuleHandlerContext context)
NFERuleHandler
setContext
in interface NFERuleHandler
context
- a rule handler context object