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 class
FunctionObjectNodeImpl
FunctionObjectNode
implementation.class
ManagedObjectDependencyNodeImpl
ManagedObjectDependencyNode
implementation.class
SectionObjectNodeImpl
SectionObjectNode
implementation.Methods in net.officefloor.compile.impl.structure with parameters of type SectionDependencyRequireNode Modifier and Type Method Description void
SectionNodeImpl. 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 interface
FunctionObjectNode
FunctionObject
node.interface
ManagedObjectDependencyNode
ManagedObjectDependency
node.interface
SectionObjectNode
SectionObject
node. -
Uses of SectionDependencyRequireNode in net.officefloor.compile.spi.section
Subinterfaces of SectionDependencyRequireNode in net.officefloor.compile.spi.section Modifier and Type Interface Description interface
FunctionObject
Object
required by theSectionFunction
.interface
SectionManagedObjectDependency
Dependency for a sectionManagedObject
.interface
SubSectionObject
Object for aSubSection
.Methods in net.officefloor.compile.spi.section with parameters of type SectionDependencyRequireNode Modifier and Type Method Description void
SectionDesigner. link(SectionDependencyRequireNode dependencyRequireNode, SectionDependencyObjectNode dependencyObjectNode)
Links theSectionDependencyRequireNode
to 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 void
TransformSectionDesigner. link(SectionDependencyRequireNode sectionRequireNode, SectionDependencyObjectNode sectionObjectNode)
-