Uses of Interface
net.officefloor.compile.section.OfficeFunctionType
-
-
Uses of OfficeFunctionType in net.officefloor.compile.impl.office
Classes in net.officefloor.compile.impl.office that implement OfficeFunctionType Modifier and Type Class Description classOfficeFunctionTypeImplOfficeFunctionTypeimplementation. -
Uses of OfficeFunctionType in net.officefloor.compile.impl.section
Methods in net.officefloor.compile.impl.section that return OfficeFunctionType Modifier and Type Method Description OfficeFunctionType[]OfficeSectionTypeImpl. getOfficeFunctionTypes()Methods in net.officefloor.compile.impl.section with parameters of type OfficeFunctionType Modifier and Type Method Description voidOfficeSectionTypeImpl. initialiseAsOfficeSubSectionType(OfficeSubSectionType parent, OfficeSubSectionType[] subSections, OfficeFunctionType[] functions, OfficeSectionManagedObjectType[] managedObjects)Initialises theOfficeSubSectionTypestate. -
Uses of OfficeFunctionType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return OfficeFunctionType Modifier and Type Method Description OfficeFunctionTypeManagedFunctionNodeImpl. loadOfficeFunctionType(OfficeSubSectionType parentSubSectionType, CompileContext compileContext) -
Uses of OfficeFunctionType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return OfficeFunctionType Modifier and Type Method Description OfficeFunctionTypeManagedFunctionNode. loadOfficeFunctionType(OfficeSubSectionType parentSubSectionType, CompileContext compileContext)Loads theOfficeFunctionType. -
Uses of OfficeFunctionType in net.officefloor.compile.section
Methods in net.officefloor.compile.section that return OfficeFunctionType Modifier and Type Method Description OfficeFunctionType[]OfficeSubSectionType. getOfficeFunctionTypes()Obtains theOfficeFunctionTypeinstances for this particularOfficeSubSection. -
Uses of OfficeFunctionType in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office with parameters of type OfficeFunctionType Modifier and Type Method Description Change<OfficeFunctionToPostAdministrationModel>OfficeChangesImpl. linkOfficeFunctionToPostAdministration(OfficeSectionModel officeSectionModel, OfficeFunctionType officeFunctionType, AdministrationModel administration)Change<OfficeFunctionToPreAdministrationModel>OfficeChangesImpl. linkOfficeFunctionToPreAdministration(OfficeSectionModel officeSectionModel, OfficeFunctionType officeFunctionType, AdministrationModel administration) -
Uses of OfficeFunctionType in net.officefloor.model.office
Methods in net.officefloor.model.office with parameters of type OfficeFunctionType Modifier and Type Method Description Change<OfficeFunctionToPostAdministrationModel>OfficeChanges. linkOfficeFunctionToPostAdministration(OfficeSectionModel officeSectionModel, OfficeFunctionType officeFunctionType, AdministrationModel administration)Links theOfficeFunctionModelto theAdministrationModelfor post-administration.Change<OfficeFunctionToPreAdministrationModel>OfficeChanges. linkOfficeFunctionToPreAdministration(OfficeSectionModel officeSectionModel, OfficeFunctionType officeFunctionType, AdministrationModel administration)Links theOfficeFunctionModelto theAdministrationModelfor pre-administration.
-