Uses of Interface
net.officefloor.compile.spi.section.SectionDependencyRequireNode
-
-
Uses of SectionDependencyRequireNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionDependencyRequireNode Modifier and Type Class Description classFunctionObjectNodeImplFunctionObjectNodeimplementation.classManagedObjectDependencyNodeImplManagedObjectDependencyNodeimplementation.classSectionObjectNodeImplSectionObjectNodeimplementation.Methods in net.officefloor.compile.impl.structure with parameters of type SectionDependencyRequireNode Modifier and Type Method Description voidSectionNodeImpl. link(SectionDependencyRequireNode dependencyRequireNode, SectionDependencyObjectNode dependencyObjectNode) -
Uses of SectionDependencyRequireNode in net.officefloor.compile.internal.structure
Subinterfaces of SectionDependencyRequireNode in net.officefloor.compile.internal.structure Modifier and Type Interface Description interfaceFunctionObjectNodeFunctionObjectnode.interfaceManagedObjectDependencyNodeManagedObjectDependencynode.interfaceSectionObjectNodeSectionObjectnode. -
Uses of SectionDependencyRequireNode in net.officefloor.compile.spi.section
Subinterfaces of SectionDependencyRequireNode in net.officefloor.compile.spi.section Modifier and Type Interface Description interfaceFunctionObjectObjectrequired by theSectionFunction.interfaceSectionManagedObjectDependencyDependency for a sectionManagedObject.interfaceSubSectionObjectObject for aSubSection.Methods in net.officefloor.compile.spi.section with parameters of type SectionDependencyRequireNode Modifier and Type Method Description voidSectionDesigner. link(SectionDependencyRequireNode dependencyRequireNode, SectionDependencyObjectNode dependencyObjectNode)Links theSectionDependencyRequireNodeto be fulfilled by theSectionDependencyObjectNode. -
Uses of SectionDependencyRequireNode in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform with parameters of type SectionDependencyRequireNode Modifier and Type Method Description voidTransformSectionDesigner. link(SectionDependencyRequireNode sectionRequireNode, SectionDependencyObjectNode sectionObjectNode)
-