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 SectionNodeOfficeFloorCompilerImpl. createSectionNode(java.lang.String sectionName, OfficeNode office)SectionNodeOfficeFloorCompilerImpl. createSectionNode(java.lang.String sectionName, SectionNode parentSection)Methods in net.officefloor.compile.impl with parameters of type SectionNode Modifier and Type Method Description FunctionNamespaceNodeOfficeFloorCompilerImpl. createFunctionNamespaceNode(java.lang.String functionNamespaceName, SectionNode section)ManagedFunctionNodeOfficeFloorCompilerImpl. createFunctionNode(java.lang.String functionName, SectionNode section)ManagedObjectNodeOfficeFloorCompilerImpl. createManagedObjectNode(java.lang.String managedObjectName, SectionNode section)ManagedObjectPoolNodeOfficeFloorCompilerImpl. createManagedObjectPoolNode(java.lang.String managedObjectPoolName, SectionNode sectionNode)ManagedObjectSourceNodeOfficeFloorCompilerImpl. createManagedObjectSourceNode(java.lang.String managedObjectSourceName, SectionNode section)SectionInputNodeOfficeFloorCompilerImpl. createSectionInputNode(java.lang.String inputName, SectionNode section)SectionNodeOfficeFloorCompilerImpl. createSectionNode(java.lang.String sectionName, SectionNode parentSection)SectionObjectNodeOfficeFloorCompilerImpl. createSectionObjectNode(java.lang.String objectName, SectionNode section)SectionOutputNodeOfficeFloorCompilerImpl. createSectionOutputNode(java.lang.String outputName, SectionNode section)SectionLoaderOfficeFloorCompilerImpl. 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 classSectionNodeImplSectionNodeimplementation.Methods in net.officefloor.compile.impl.structure that return SectionNode Modifier and Type Method Description SectionNodeSectionNodeImpl. getParentSectionNode()SectionNodeFunctionNamespaceNodeImpl. getSectionNode()SectionNodeManagedObjectSourceNodeImpl. getSectionNode()SectionNodeSectionObjectNodeImpl. getSectionNode()SectionNodeSectionOutputNodeImpl. getSectionNode()SectionNodeSectionNodeImpl. 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 thisSectionNodewith 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 SectionNodeNodeContext. createSectionNode(java.lang.String sectionName, OfficeNode office)Creates a top levelSectionNodewithin theOfficeNode.SectionNodeNodeContext. createSectionNode(java.lang.String sectionName, SectionNode parentSection)Creates aSectionNode.SectionNodeSectionNode. getParentSectionNode()Obtains the parentSectionNodecontaining thisSectionNode.SectionNodeFunctionNamespaceNode. getSectionNode()Obtains theSectionNodecontaining thisFunctionNamespaceNode.SectionNodeManagedObjectSourceNode. getSectionNode()Obtains theSectionNodecontaining thisManagedObjectSourceNode.SectionNodeSectionObjectNode. getSectionNode()ObtainsSectionNodecontaining thisSectionObjectNode.SectionNodeSectionOutputNode. getSectionNode()ObtainsSectionNodecontaining thisSectionOutputNode.SectionNodeSectionNode. getSuperSection()Obtains the parentSectionNodeto thisSectionNode.Methods in net.officefloor.compile.internal.structure with parameters of type SectionNode Modifier and Type Method Description FunctionNamespaceNodeNodeContext. createFunctionNamespaceNode(java.lang.String functionNamespaceName, SectionNode section)Creates theFunctionNamespaceNode.ManagedFunctionNodeNodeContext. createFunctionNode(java.lang.String functionName, SectionNode section)Creates theManagedFunctionNode.ManagedObjectNodeNodeContext. createManagedObjectNode(java.lang.String managedObjectName, SectionNode section)Creates theManagedObjectNode.ManagedObjectPoolNodeNodeContext. createManagedObjectPoolNode(java.lang.String managedObjectPoolName, SectionNode sectionNode)Creates theManagedObjectPoolNode.ManagedObjectSourceNodeNodeContext. createManagedObjectSourceNode(java.lang.String managedObjectSourceName, SectionNode section)Creates aManagedObjectSourceNode.SectionInputNodeNodeContext. createSectionInputNode(java.lang.String inputName, SectionNode section)Creates theSectionInputNode.SectionNodeNodeContext. createSectionNode(java.lang.String sectionName, SectionNode parentSection)Creates aSectionNode.SectionObjectNodeNodeContext. createSectionObjectNode(java.lang.String objectName, SectionNode section)Creates theSectionObjectNode.SectionOutputNodeNodeContext. createSectionOutputNode(java.lang.String outputName, SectionNode section)Creates theSectionOutputNode.SectionLoaderNodeContext. getSectionLoader(SectionNode sectionNode)Obtains theSectionLoader.<S extends SectionSource>
java.lang.Class<S>NodeContext. getSectionSourceClass(java.lang.String sectionSourceClassName, SectionNode node)Obtains theSectionSourceclass.
-