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