Interface LinkStartupAfterNode
- All Superinterfaces:
Node
LinkStartupAfterNode that can be linked to another
LinkStartupAfterNode.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theLinkStartupAfterNodeinstances linked to thisLinkStartupAfterNode.booleanLinks the inputLinkStartupAfterNodeto thisLinkStartupAfterNode.Methods inherited from interface net.officefloor.compile.internal.structure.Node
getChildNodes, getLocation, getNodeName, getNodeType, getParentNode, getQualifiedName, getQualifiedName, isInitialised
-
Method Details
-
linkStartupAfterNode
Links the inputLinkStartupAfterNodeto thisLinkStartupAfterNode.- Parameters:
node-LinkStartupAfterNodeto link to thisLinkStartupAfterNode.- Returns:
trueif linked.
-
getLinkedStartupAfterNodes
LinkStartupAfterNode[] getLinkedStartupAfterNodes()Obtains theLinkStartupAfterNodeinstances linked to thisLinkStartupAfterNode.- Returns:
LinkStartupAfterNodeinstances linked to thisLinkStartupAfterNode.
-