Uses of Interface
net.officefloor.compile.internal.structure.LinkExecutionStrategyNode
-
Packages that use LinkExecutionStrategyNode Package Description net.officefloor.compile.impl.structure net.officefloor.compile.impl.util net.officefloor.compile.internal.structure -
-
Uses of LinkExecutionStrategyNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement LinkExecutionStrategyNode Modifier and Type Class Description classExecutionStrategyNodeImplExecutionStrategyNodeimplementation.classManagedObjectExecutionStrategyNodeImplManagedObjectExecutionStrategyNodeimplementation.Methods in net.officefloor.compile.impl.structure that return LinkExecutionStrategyNode Modifier and Type Method Description LinkExecutionStrategyNodeExecutionStrategyNodeImpl. getLinkedExecutionStrategyNode()LinkExecutionStrategyNodeManagedObjectExecutionStrategyNodeImpl. getLinkedExecutionStrategyNode()Methods in net.officefloor.compile.impl.structure with parameters of type LinkExecutionStrategyNode Modifier and Type Method Description booleanExecutionStrategyNodeImpl. linkExecutionStrategyNode(LinkExecutionStrategyNode node)booleanManagedObjectExecutionStrategyNodeImpl. linkExecutionStrategyNode(LinkExecutionStrategyNode node) -
Uses of LinkExecutionStrategyNode in net.officefloor.compile.impl.util
Methods in net.officefloor.compile.impl.util with parameters of type LinkExecutionStrategyNode Modifier and Type Method Description static booleanLinkUtil. linkExecutionStrategyNode(LinkExecutionStrategyNode node, LinkExecutionStrategyNode linkNode, CompilerIssues issues, java.util.function.Consumer<LinkExecutionStrategyNode> loader)Links theLinkExecutionStrategyNode.static <T extends Node>
TLinkUtil. retrieveTarget(LinkExecutionStrategyNode link, java.lang.Class<T> targetType, CompilerIssues issues)Retrieves the target link by the specified type.Method parameters in net.officefloor.compile.impl.util with type arguments of type LinkExecutionStrategyNode Modifier and Type Method Description static booleanLinkUtil. linkExecutionStrategyNode(LinkExecutionStrategyNode node, LinkExecutionStrategyNode linkNode, CompilerIssues issues, java.util.function.Consumer<LinkExecutionStrategyNode> loader)Links theLinkExecutionStrategyNode. -
Uses of LinkExecutionStrategyNode in net.officefloor.compile.internal.structure
Subinterfaces of LinkExecutionStrategyNode in net.officefloor.compile.internal.structure Modifier and Type Interface Description interfaceExecutionStrategyNodeinterfaceManagedObjectExecutionStrategyNodeMethods in net.officefloor.compile.internal.structure that return LinkExecutionStrategyNode Modifier and Type Method Description LinkExecutionStrategyNodeLinkExecutionStrategyNode. getLinkedExecutionStrategyNode()Obtains theLinkExecutionStrategyNodelinked to thisLinkExecutionStrategyNode.Methods in net.officefloor.compile.internal.structure with parameters of type LinkExecutionStrategyNode Modifier and Type Method Description booleanLinkExecutionStrategyNode. linkExecutionStrategyNode(LinkExecutionStrategyNode node)Links the inputLinkExecutionStrategyNodeto thisLinkExecutionStrategyNode.
-