Uses of Interface
net.officefloor.compile.internal.structure.LinkStartAfterNode
-
Packages that use LinkStartAfterNode Package Description net.officefloor.compile.impl.structure net.officefloor.compile.impl.util net.officefloor.compile.internal.structure -
-
Uses of LinkStartAfterNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement LinkStartAfterNode Modifier and Type Class Description classManagedObjectSourceNodeImplManagedObjectSourceNodeimplementation.Methods in net.officefloor.compile.impl.structure that return LinkStartAfterNode Modifier and Type Method Description LinkStartAfterNode[]ManagedObjectSourceNodeImpl. getLinkedStartAfterNodes()Methods in net.officefloor.compile.impl.structure with parameters of type LinkStartAfterNode Modifier and Type Method Description booleanManagedObjectSourceNodeImpl. linkStartAfterNode(LinkStartAfterNode node) -
Uses of LinkStartAfterNode in net.officefloor.compile.impl.util
Methods in net.officefloor.compile.impl.util with parameters of type LinkStartAfterNode Modifier and Type Method Description static <T extends Node>
T[]LinkUtil. findTargets(LinkStartAfterNode link, java.lang.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.structure Modifier and Type Interface Description interfaceManagedObjectSourceNodeNode representing aManagedObjectSource.Methods in net.officefloor.compile.internal.structure that return LinkStartAfterNode Modifier and Type Method Description LinkStartAfterNode[]LinkStartAfterNode. getLinkedStartAfterNodes()Obtains theLinkStartAfterNodeinstances.Methods in net.officefloor.compile.internal.structure with parameters of type LinkStartAfterNode Modifier and Type Method Description booleanLinkStartAfterNode. linkStartAfterNode(LinkStartAfterNode node)Links thisLinkStartAfterNodeto start after the inputLinkStartAfterNode.
-