Interface LinkStartupAfterNode
-
- All Superinterfaces:
Node
public interface LinkStartupAfterNode extends Node
LinkStartupAfterNodethat can be linked to anotherLinkStartupAfterNode.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkStartupAfterNode[]getLinkedStartupAfterNodes()Obtains theLinkStartupAfterNodeinstances linked to thisLinkStartupAfterNode.booleanlinkStartupAfterNode(LinkStartupAfterNode node)Links the inputLinkStartupAfterNodeto thisLinkStartupAfterNode.-
Methods inherited from interface net.officefloor.compile.internal.structure.Node
getChildNodes, getLocation, getNodeName, getNodeType, getParentNode, getQualifiedName, getQualifiedName, isInitialised
-
-
-
-
Method Detail
-
linkStartupAfterNode
boolean linkStartupAfterNode(LinkStartupAfterNode node)
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.
-
-