Uses of Interface
net.officefloor.compile.internal.structure.SectionNode
-
Packages that use SectionNode Package Description net.officefloor.compile.impl net.officefloor.compile.impl.section net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure -
-
Uses of SectionNode in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return SectionNode Modifier and Type Method Description SectionNode
OfficeFloorCompilerImpl. createSectionNode(java.lang.String sectionName, OfficeNode office)
SectionNode
OfficeFloorCompilerImpl. createSectionNode(java.lang.String sectionName, SectionNode parentSection)
Methods in net.officefloor.compile.impl with parameters of type SectionNode Modifier and Type Method Description FunctionNamespaceNode
OfficeFloorCompilerImpl. createFunctionNamespaceNode(java.lang.String functionNamespaceName, SectionNode section)
ManagedFunctionNode
OfficeFloorCompilerImpl. createFunctionNode(java.lang.String functionName, SectionNode section)
ManagedObjectNode
OfficeFloorCompilerImpl. createManagedObjectNode(java.lang.String managedObjectName, SectionNode section)
ManagedObjectPoolNode
OfficeFloorCompilerImpl. createManagedObjectPoolNode(java.lang.String managedObjectPoolName, SectionNode sectionNode)
ManagedObjectSourceNode
OfficeFloorCompilerImpl. createManagedObjectSourceNode(java.lang.String managedObjectSourceName, SectionNode section)
SectionInputNode
OfficeFloorCompilerImpl. createSectionInputNode(java.lang.String inputName, SectionNode section)
SectionNode
OfficeFloorCompilerImpl. createSectionNode(java.lang.String sectionName, SectionNode parentSection)
SectionObjectNode
OfficeFloorCompilerImpl. createSectionObjectNode(java.lang.String objectName, SectionNode section)
SectionOutputNode
OfficeFloorCompilerImpl. createSectionOutputNode(java.lang.String outputName, SectionNode section)
SectionLoader
OfficeFloorCompilerImpl. getSectionLoader(SectionNode sectionNode)
<S extends SectionSource>
java.lang.Class<S>OfficeFloorCompilerImpl. getSectionSourceClass(java.lang.String sectionSourceName, SectionNode node)
-
Uses of SectionNode in net.officefloor.compile.impl.section
Constructors in net.officefloor.compile.impl.section with parameters of type SectionNode Constructor Description SectionLoaderImpl(OfficeNode officeNode, SectionNode parentSectionNode, NodeContext nodeContext)
Initiate.SectionSourceContextImpl(boolean isLoadingType, java.lang.String sectionLocation, java.lang.String[] additionalProfiles, PropertyList propertyList, SectionNode sectionNode, NodeContext context)
Initiate. -
Uses of SectionNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionNode Modifier and Type Class Description class
SectionNodeImpl
SectionNode
implementation.Methods in net.officefloor.compile.impl.structure that return SectionNode Modifier and Type Method Description SectionNode
SectionNodeImpl. getParentSectionNode()
SectionNode
FunctionNamespaceNodeImpl. getSectionNode()
SectionNode
ManagedObjectSourceNodeImpl. getSectionNode()
SectionNode
SectionObjectNodeImpl. getSectionNode()
SectionNode
SectionOutputNodeImpl. getSectionNode()
SectionNode
SectionNodeImpl. getSuperSection()
Constructors in net.officefloor.compile.impl.structure with parameters of type SectionNode Constructor Description FunctionNamespaceNodeImpl(java.lang.String namespaceName, SectionNode section, NodeContext context)
Instantiate.ManagedFunctionNodeImpl(java.lang.String functionName, SectionNode sectionNode, NodeContext context)
Initiate.ManagedObjectNodeImpl(java.lang.String managedObjectName, SectionNode containingSectionNode, OfficeNode containingOfficeNode, OfficeFloorNode containingOfficeFloorNode, NodeContext context)
Initiate.ManagedObjectPoolNodeImpl(java.lang.String managedObjectPoolName, SectionNode containingSectionNode, OfficeNode containingOfficeNode, OfficeFloorNode containingOfficeFloorNode, NodeContext context)
Instantiate.ManagedObjectSourceNodeImpl(java.lang.String managedObjectSourceName, SectionNode containingSectionNode, OfficeNode containingOfficeNode, SuppliedManagedObjectSourceNode containingSuppliedManagedObjectNode, OfficeFloorNode containingOfficeFloorNode, NodeContext context)
Initiate.SectionInputNodeImpl(java.lang.String inputName, SectionNode section, NodeContext context)
Instantiate.SectionNodeImpl(boolean isSectionNamed, java.lang.String sectionName, SectionNode parentSection, OfficeNode office, NodeContext context)
Initialises thisSectionNode
with the basic information.SectionObjectNodeImpl(java.lang.String objectName, SectionNode section, NodeContext context)
Instantiate.SectionOutputNodeImpl(java.lang.String outputName, SectionNode section, NodeContext context)
Instantiate. -
Uses of SectionNode in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return SectionNode Modifier and Type Method Description SectionNode
NodeContext. createSectionNode(java.lang.String sectionName, OfficeNode office)
Creates a top levelSectionNode
within theOfficeNode
.SectionNode
NodeContext. createSectionNode(java.lang.String sectionName, SectionNode parentSection)
Creates aSectionNode
.SectionNode
SectionNode. getParentSectionNode()
Obtains the parentSectionNode
containing thisSectionNode
.SectionNode
FunctionNamespaceNode. getSectionNode()
Obtains theSectionNode
containing thisFunctionNamespaceNode
.SectionNode
ManagedObjectSourceNode. getSectionNode()
Obtains theSectionNode
containing thisManagedObjectSourceNode
.SectionNode
SectionObjectNode. getSectionNode()
ObtainsSectionNode
containing thisSectionObjectNode
.SectionNode
SectionOutputNode. getSectionNode()
ObtainsSectionNode
containing thisSectionOutputNode
.SectionNode
SectionNode. getSuperSection()
Obtains the parentSectionNode
to thisSectionNode
.Methods in net.officefloor.compile.internal.structure with parameters of type SectionNode Modifier and Type Method Description FunctionNamespaceNode
NodeContext. createFunctionNamespaceNode(java.lang.String functionNamespaceName, SectionNode section)
Creates theFunctionNamespaceNode
.ManagedFunctionNode
NodeContext. createFunctionNode(java.lang.String functionName, SectionNode section)
Creates theManagedFunctionNode
.ManagedObjectNode
NodeContext. createManagedObjectNode(java.lang.String managedObjectName, SectionNode section)
Creates theManagedObjectNode
.ManagedObjectPoolNode
NodeContext. createManagedObjectPoolNode(java.lang.String managedObjectPoolName, SectionNode sectionNode)
Creates theManagedObjectPoolNode
.ManagedObjectSourceNode
NodeContext. createManagedObjectSourceNode(java.lang.String managedObjectSourceName, SectionNode section)
Creates aManagedObjectSourceNode
.SectionInputNode
NodeContext. createSectionInputNode(java.lang.String inputName, SectionNode section)
Creates theSectionInputNode
.SectionNode
NodeContext. createSectionNode(java.lang.String sectionName, SectionNode parentSection)
Creates aSectionNode
.SectionObjectNode
NodeContext. createSectionObjectNode(java.lang.String objectName, SectionNode section)
Creates theSectionObjectNode
.SectionOutputNode
NodeContext. createSectionOutputNode(java.lang.String outputName, SectionNode section)
Creates theSectionOutputNode
.SectionLoader
NodeContext. getSectionLoader(SectionNode sectionNode)
Obtains theSectionLoader
.<S extends SectionSource>
java.lang.Class<S>NodeContext. getSectionSourceClass(java.lang.String sectionSourceClassName, SectionNode node)
Obtains theSectionSource
class.
-