Uses of Interface
net.officefloor.compile.internal.structure.LinkStartAfterNode
Packages that use LinkStartAfterNode
Package
Description
-
Uses of LinkStartAfterNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement LinkStartAfterNodeMethods in net.officefloor.compile.impl.structure that return LinkStartAfterNodeMethods in net.officefloor.compile.impl.structure with parameters of type LinkStartAfterNodeModifier and TypeMethodDescriptionbooleanManagedObjectSourceNodeImpl.linkStartAfterNode(LinkStartAfterNode node) -
Uses of LinkStartAfterNode in net.officefloor.compile.impl.util
Methods in net.officefloor.compile.impl.util with parameters of type LinkStartAfterNodeModifier and TypeMethodDescriptionstatic <T extends Node>
T[]LinkUtil.findTargets(LinkStartAfterNode link, Class<T> targetType, CompilerIssues issues) Finds the targets by the specified type. -
Uses of LinkStartAfterNode in net.officefloor.compile.internal.structure
Subinterfaces of LinkStartAfterNode in net.officefloor.compile.internal.structureMethods in net.officefloor.compile.internal.structure that return LinkStartAfterNodeModifier and TypeMethodDescriptionLinkStartAfterNode.getLinkedStartAfterNodes()Obtains theLinkStartAfterNodeinstances.Methods in net.officefloor.compile.internal.structure with parameters of type LinkStartAfterNodeModifier and TypeMethodDescriptionbooleanLinkStartAfterNode.linkStartAfterNode(LinkStartAfterNode node) Links thisLinkStartAfterNodeto start after the inputLinkStartAfterNode.