Interface LinkOfficeNode
- All Superinterfaces:
Node
- All Known Subinterfaces:
ManagingOfficeNode,OfficeNode
- All Known Implementing Classes:
ManagingOfficeNodeImpl,OfficeNodeImpl
LinkOfficeNode that can be linked to another LinkOfficeNode.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theLinkOfficeNodelinked to thisLinkOfficeNode.booleanlinkOfficeNode(LinkOfficeNode node) Links the inputLinkOfficeNodeto thisLinkOfficeNode.Methods inherited from interface net.officefloor.compile.internal.structure.Node
getChildNodes, getLocation, getNodeName, getNodeType, getParentNode, getQualifiedName, getQualifiedName, isInitialised
-
Method Details
-
linkOfficeNode
Links the inputLinkOfficeNodeto thisLinkOfficeNode.- Parameters:
node-LinkOfficeNodeto link to thisLinkOfficeNode.- Returns:
trueif linked.
-
getLinkedOfficeNode
LinkOfficeNode getLinkedOfficeNode()Obtains theLinkOfficeNodelinked to thisLinkOfficeNode.- Returns:
LinkOfficeNodelinked to thisLinkOfficeNode.
-