Uses of Interface
net.officefloor.compile.internal.structure.LinkStartBeforeNode
Packages that use LinkStartBeforeNode
Package
Description
-
Uses of LinkStartBeforeNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement LinkStartBeforeNodeMethods in net.officefloor.compile.impl.structure that return LinkStartBeforeNodeMethods in net.officefloor.compile.impl.structure with parameters of type LinkStartBeforeNodeModifier and TypeMethodDescriptionbooleanManagedObjectSourceNodeImpl.linkStartBeforeNode(LinkStartBeforeNode node) -
Uses of LinkStartBeforeNode in net.officefloor.compile.impl.util
Methods in net.officefloor.compile.impl.util with parameters of type LinkStartBeforeNodeModifier and TypeMethodDescriptionstatic <T extends Node>
T[]LinkUtil.findTargets(LinkStartBeforeNode link, Class<T> targetType, CompilerIssues issues) Finds the targets by the specified type. -
Uses of LinkStartBeforeNode in net.officefloor.compile.internal.structure
Subinterfaces of LinkStartBeforeNode in net.officefloor.compile.internal.structureMethods in net.officefloor.compile.internal.structure that return LinkStartBeforeNodeModifier and TypeMethodDescriptionLinkStartBeforeNode.getLinkedStartBeforeNodes()Obtains theLinkStartBeforeNodeinstances.Methods in net.officefloor.compile.internal.structure with parameters of type LinkStartBeforeNodeModifier and TypeMethodDescriptionbooleanLinkStartBeforeNode.linkStartBeforeNode(LinkStartBeforeNode node) Links thisLinkStartBeforeNodeto start before the inputLinkStartBeforeNode.