Interface LinkStartupBeforeNode
-
- All Superinterfaces:
Node
public interface LinkStartupBeforeNode extends Node
LinkStartupBeforeNode
that can be linked to anotherLinkStartupBeforeNode
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkStartupBeforeNode[]
getLinkedStartupBeforeNodes()
Obtains theLinkStartupBeforeNode
instances linked to thisLinkStartupBeforeNode
.boolean
linkStartupBeforeNode(LinkStartupBeforeNode node)
Links the inputLinkStartupBeforeNode
to thisLinkStartupBeforeNode
.-
Methods inherited from interface net.officefloor.compile.internal.structure.Node
getChildNodes, getLocation, getNodeName, getNodeType, getParentNode, getQualifiedName, getQualifiedName, isInitialised
-
-
-
-
Method Detail
-
linkStartupBeforeNode
boolean linkStartupBeforeNode(LinkStartupBeforeNode node)
Links the inputLinkStartupBeforeNode
to thisLinkStartupBeforeNode
.- Parameters:
node
-LinkStartupBeforeNode
to link to thisLinkStartupBeforeNode
.- Returns:
true
if linked.
-
getLinkedStartupBeforeNodes
LinkStartupBeforeNode[] getLinkedStartupBeforeNodes()
Obtains theLinkStartupBeforeNode
instances linked to thisLinkStartupBeforeNode
.- Returns:
LinkStartupBeforeNode
instances linked to thisLinkStartupBeforeNode
.
-
-