public class NFEBasicLineLineRuleHandler extends java.lang.Object implements NFELineLineRuleHandler
NFELineLineRuleHandler| Constructor and Description |
|---|
NFEBasicLineLineRuleHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NFEConnectionDescriptor<NFEFeatureElement,NFEFeatureElement>> |
getConnectionDescriptors(NFELineLineRuleHandlerParam 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 NFERuleHandlerContext getContext()
NFERuleHandlergetContext in interface NFERuleHandlerpublic void setContext(NFERuleHandlerContext context)
NFERuleHandlersetContext in interface NFERuleHandlercontext - a rule handler context objectpublic java.util.List<NFEConnectionDescriptor<NFEFeatureElement,NFEFeatureElement>> getConnectionDescriptors(NFELineLineRuleHandlerParam param)
NFELineLineRuleHandlergetConnectionDescriptors in interface NFELineLineRuleHandlerparam - contains all the elements intersecting in one point. Additionally, it also specifies which elements match the current rule.