Uses of Interface
net.officefloor.compile.internal.structure.LinkStartupAfterNode
-
Packages that use LinkStartupAfterNode Package Description net.officefloor.compile.internal.structure -
-
Uses of LinkStartupAfterNode in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return LinkStartupAfterNode Modifier and Type Method Description LinkStartupAfterNode[]
LinkStartupAfterNode. getLinkedStartupAfterNodes()
Obtains theLinkStartupAfterNode
instances linked to thisLinkStartupAfterNode
.Methods in net.officefloor.compile.internal.structure with parameters of type LinkStartupAfterNode Modifier and Type Method Description boolean
LinkStartupAfterNode. linkStartupAfterNode(LinkStartupAfterNode node)
Links the inputLinkStartupAfterNode
to thisLinkStartupAfterNode
.
-