Uses of Class
net.officefloor.model.office.OfficeSubSectionModel
-
Packages that use OfficeSubSectionModel Package Description net.officefloor.model.office -
-
Uses of OfficeSubSectionModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return OfficeSubSectionModel Modifier and Type Method Description OfficeSubSectionModel
OfficeSectionModel. getOfficeSubSection()
OfficeSubSectionModel
OfficeSubSectionToGovernanceModel. getOfficeSubSection()
Methods in net.officefloor.model.office that return types with arguments of type OfficeSubSectionModel Modifier and Type Method Description java.util.List<OfficeSubSectionModel>
OfficeSubSectionModel. getOfficeSubSections()
RemoveConnectionsAction<OfficeSubSectionModel>
OfficeSubSectionModel. removeConnections()
Remove Connections.Methods in net.officefloor.model.office with parameters of type OfficeSubSectionModel Modifier and Type Method Description void
OfficeSubSectionModel. addOfficeSubSection(OfficeSubSectionModel officeSubSection)
void
OfficeSubSectionModel. removeOfficeSubSection(OfficeSubSectionModel officeSubSection)
void
OfficeSectionModel. setOfficeSubSection(OfficeSubSectionModel officeSubSection)
void
OfficeSubSectionToGovernanceModel. setOfficeSubSection(OfficeSubSectionModel officeSubSection)
Constructors in net.officefloor.model.office with parameters of type OfficeSubSectionModel Constructor Description OfficeSectionModel(java.lang.String officeSectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, OfficeSubSectionModel officeSubSection, PropertyModel[] property, OfficeSectionInputModel[] officeSectionInput, OfficeSectionOutputModel[] officeSectionOutput, OfficeSectionObjectModel[] officeSectionObject)
Convenience constructor.OfficeSectionModel(java.lang.String officeSectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, OfficeSubSectionModel officeSubSection, PropertyModel[] property, OfficeSectionInputModel[] officeSectionInput, OfficeSectionOutputModel[] officeSectionOutput, OfficeSectionObjectModel[] officeSectionObject, int x, int y)
Convenience constructor allowing XY initialising.OfficeSubSectionModel(java.lang.String officeSubSectionName, OfficeFunctionModel[] officeFunction, OfficeSectionManagedObjectModel[] officeSectionManagedObject, OfficeSubSectionModel[] officeSubSection, OfficeSubSectionToGovernanceModel[] governance)
Convenience constructor.OfficeSubSectionModel(java.lang.String officeSubSectionName, OfficeFunctionModel[] officeFunction, OfficeSectionManagedObjectModel[] officeSectionManagedObject, OfficeSubSectionModel[] officeSubSection, OfficeSubSectionToGovernanceModel[] governance, int x, int y)
Convenience constructor allowing XY initialising.OfficeSubSectionToGovernanceModel(java.lang.String governanceName, OfficeSubSectionModel officeSubSection, GovernanceModel governance)
Convenience constructor.OfficeSubSectionToGovernanceModel(java.lang.String governanceName, OfficeSubSectionModel officeSubSection, GovernanceModel governance, int x, int y)
Convenience constructor allowing XY initialising.
-