Uses of Interface
net.officefloor.compile.internal.structure.LinkStartupBeforeNode
-
Packages that use LinkStartupBeforeNode Package Description net.officefloor.compile.internal.structure -
-
Uses of LinkStartupBeforeNode in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return LinkStartupBeforeNode Modifier and Type Method Description LinkStartupBeforeNode[]
LinkStartupBeforeNode. getLinkedStartupBeforeNodes()
Obtains theLinkStartupBeforeNode
instances linked to thisLinkStartupBeforeNode
.Methods in net.officefloor.compile.internal.structure with parameters of type LinkStartupBeforeNode Modifier and Type Method Description boolean
LinkStartupBeforeNode. linkStartupBeforeNode(LinkStartupBeforeNode node)
Links the inputLinkStartupBeforeNode
to thisLinkStartupBeforeNode
.
-