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 class
OfficeFunctionTypeImpl
OfficeFunctionType
implementation. -
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 void
OfficeSectionTypeImpl. initialiseAsOfficeSubSectionType(OfficeSubSectionType parent, OfficeSubSectionType[] subSections, OfficeFunctionType[] functions, OfficeSectionManagedObjectType[] managedObjects)
Initialises theOfficeSubSectionType
state. -
Uses of OfficeFunctionType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return OfficeFunctionType Modifier and Type Method Description OfficeFunctionType
ManagedFunctionNodeImpl. 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 OfficeFunctionType
ManagedFunctionNode. 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 theOfficeFunctionType
instances 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 theOfficeFunctionModel
to theAdministrationModel
for post-administration.Change<OfficeFunctionToPreAdministrationModel>
OfficeChanges. linkOfficeFunctionToPreAdministration(OfficeSectionModel officeSectionModel, OfficeFunctionType officeFunctionType, AdministrationModel administration)
Links theOfficeFunctionModel
to theAdministrationModel
for pre-administration.
-