Interface LinkExecutionStrategyNode
- All Superinterfaces:
Node
- All Known Subinterfaces:
ExecutionStrategyNode,ManagedObjectExecutionStrategyNode
- All Known Implementing Classes:
ExecutionStrategyNodeImpl,ManagedObjectExecutionStrategyNodeImpl
LinkExecutionStrategyNode that can be linked to another
LinkExecutionStrategyNode.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theLinkExecutionStrategyNodelinked to thisLinkExecutionStrategyNode.booleanLinks the inputLinkExecutionStrategyNodeto thisLinkExecutionStrategyNode.Methods inherited from interface net.officefloor.compile.internal.structure.Node
getChildNodes, getLocation, getNodeName, getNodeType, getParentNode, getQualifiedName, getQualifiedName, isInitialised
-
Method Details
-
linkExecutionStrategyNode
Links the inputLinkExecutionStrategyNodeto thisLinkExecutionStrategyNode.- Parameters:
node-LinkExecutionStrategyNodeto link to thisLinkExecutionStrategyNode.- Returns:
trueif linked.
-
getLinkedExecutionStrategyNode
LinkExecutionStrategyNode getLinkedExecutionStrategyNode()Obtains theLinkExecutionStrategyNodelinked to thisLinkExecutionStrategyNode.- Returns:
LinkExecutionStrategyNodelinked to thisLinkExecutionStrategyNode.
-