Interface LinkFlowNode
- All Superinterfaces:
Node
- All Known Subinterfaces:
EscalationNode,FunctionFlowNode,ManagedFunctionNode,ManagedObjectFlowNode,OfficeInputNode,OfficeOutputNode,OfficeStartNode,SectionInputNode,SectionOutputNode
- All Known Implementing Classes:
EscalationNodeImpl,FunctionFlowNodeImpl,ManagedFunctionNodeImpl,ManagedObjectFlowNodeImpl,OfficeInputNodeImpl,OfficeOutputNodeImpl,OfficeStartNodeImpl,SectionInputNodeImpl,SectionOutputNodeImpl
LinkFlowNode that can be linked to another LinkFlowNode.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theLinkFlowNodelinked to thisLinkFlowNode.booleanlinkFlowNode(LinkFlowNode node) Links the inputLinkFlowNodeto thisLinkFlowNode.Methods inherited from interface net.officefloor.compile.internal.structure.Node
getChildNodes, getLocation, getNodeName, getNodeType, getParentNode, getQualifiedName, getQualifiedName, isInitialised
-
Method Details
-
linkFlowNode
Links the inputLinkFlowNodeto thisLinkFlowNode.- Parameters:
node-LinkFlowNodeto link to thisLinkFlowNode.- Returns:
trueif linked.
-
getLinkedFlowNode
LinkFlowNode getLinkedFlowNode()Obtains theLinkFlowNodelinked to thisLinkFlowNode.- Returns:
LinkFlowNodelinked to thisLinkFlowNode.
-