Uses of Class
net.officefloor.model.office.GovernanceModel
-
Packages that use GovernanceModel Package Description net.officefloor.model.impl.office net.officefloor.model.office -
-
Uses of GovernanceModel in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office that return types with arguments of type GovernanceModel Modifier and Type Method Description Change<GovernanceModel>
OfficeChangesImpl. addGovernance(java.lang.String governanceName, java.lang.String governanceSourceClassName, PropertyList properties, boolean isAutoWireExtensions, GovernanceType<?,?> governanceType)
Change<GovernanceModel>
OfficeChangesImpl. removeGovernance(GovernanceModel governance)
Methods in net.officefloor.model.impl.office with parameters of type GovernanceModel Modifier and Type Method Description Change<GovernanceAreaModel>
OfficeChangesImpl. addGovernanceArea(GovernanceModel governance, int width, int height)
Change<GovernanceModel>
OfficeChangesImpl. removeGovernance(GovernanceModel governance)
-
Uses of GovernanceModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return GovernanceModel Modifier and Type Method Description GovernanceModel
GovernanceToExternalManagedObjectModel. getGovernance()
GovernanceModel
GovernanceToOfficeManagedObjectModel. getGovernance()
GovernanceModel
GovernanceToOfficeSectionManagedObjectModel. getGovernance()
GovernanceModel
GovernanceToOfficeTeamModel. getGovernance()
GovernanceModel
OfficeFunctionToGovernanceModel. getGovernance()
GovernanceModel
OfficeSubSectionToGovernanceModel. getGovernance()
Methods in net.officefloor.model.office that return types with arguments of type GovernanceModel Modifier and Type Method Description Change<GovernanceModel>
OfficeChanges. addGovernance(java.lang.String governanceName, java.lang.String governanceSourceClassName, PropertyList properties, boolean isAutoWireExtensions, GovernanceType<?,?> governanceType)
Adds anGovernanceModel
to theOfficeModel
.java.util.List<GovernanceModel>
OfficeModel. getGovernances()
RemoveConnectionsAction<GovernanceModel>
GovernanceModel. removeConnections()
Remove Connections.Change<GovernanceModel>
OfficeChanges. removeGovernance(GovernanceModel governance)
Removes theGovernanceModel
.Methods in net.officefloor.model.office with parameters of type GovernanceModel Modifier and Type Method Description void
OfficeModel. addGovernance(GovernanceModel governance)
Change<GovernanceAreaModel>
OfficeChanges. addGovernanceArea(GovernanceModel governance, int width, int height)
Adds anGovernanceAreaModel
to theOfficeModel
.Change<GovernanceModel>
OfficeChanges. removeGovernance(GovernanceModel governance)
Removes theGovernanceModel
.void
OfficeModel. removeGovernance(GovernanceModel governance)
void
GovernanceToExternalManagedObjectModel. setGovernance(GovernanceModel governance)
void
GovernanceToOfficeManagedObjectModel. setGovernance(GovernanceModel governance)
void
GovernanceToOfficeSectionManagedObjectModel. setGovernance(GovernanceModel governance)
void
GovernanceToOfficeTeamModel. setGovernance(GovernanceModel governance)
void
OfficeFunctionToGovernanceModel. setGovernance(GovernanceModel governance)
void
OfficeSubSectionToGovernanceModel. setGovernance(GovernanceModel governance)
Constructors in net.officefloor.model.office with parameters of type GovernanceModel Constructor Description GovernanceToExternalManagedObjectModel(java.lang.String governanceName, ExternalManagedObjectModel externalManagedObject, GovernanceModel governance)
Convenience constructor.GovernanceToExternalManagedObjectModel(java.lang.String governanceName, ExternalManagedObjectModel externalManagedObject, GovernanceModel governance, int x, int y)
Convenience constructor allowing XY initialising.GovernanceToOfficeManagedObjectModel(java.lang.String governanceName, OfficeManagedObjectModel officeManagedObject, GovernanceModel governance)
Convenience constructor.GovernanceToOfficeManagedObjectModel(java.lang.String governanceName, OfficeManagedObjectModel officeManagedObject, GovernanceModel governance, int x, int y)
Convenience constructor allowing XY initialising.GovernanceToOfficeSectionManagedObjectModel(java.lang.String governanceName, OfficeSectionManagedObjectModel officeSectionManagedObject, GovernanceModel governance)
Convenience constructor.GovernanceToOfficeSectionManagedObjectModel(java.lang.String governanceName, OfficeSectionManagedObjectModel officeSectionManagedObject, GovernanceModel governance, int x, int y)
Convenience constructor allowing XY initialising.GovernanceToOfficeTeamModel(java.lang.String officeTeamName, GovernanceModel governance, OfficeTeamModel officeTeam)
Convenience constructor.GovernanceToOfficeTeamModel(java.lang.String officeTeamName, GovernanceModel governance, OfficeTeamModel officeTeam, int x, int y)
Convenience constructor allowing XY initialising.OfficeFunctionToGovernanceModel(java.lang.String governanceName, OfficeFunctionModel officeFunction, GovernanceModel governance)
Convenience constructor.OfficeFunctionToGovernanceModel(java.lang.String governanceName, OfficeFunctionModel officeFunction, GovernanceModel governance, int x, int y)
Convenience constructor allowing XY initialising.OfficeModel(boolean isAutoWireObjects, boolean isAutoWireTeams, OfficeSectionModel[] officeSection, OfficeTeamModel[] officeTeam, OfficeSupplierModel[] officeSupplier, ExternalManagedObjectModel[] externalManagedObject, OfficeManagedObjectSourceModel[] officeManagedObjectSource, OfficeManagedObjectModel[] officeManagedObject, OfficeManagedObjectPoolModel[] officeManagedObjectPool, OfficeEscalationModel[] officeEscalation, AdministrationModel[] administration, GovernanceModel[] governance, OfficeStartModel[] officeStart)
Convenience constructor.OfficeModel(boolean isAutoWireObjects, boolean isAutoWireTeams, OfficeSectionModel[] officeSection, OfficeTeamModel[] officeTeam, OfficeSupplierModel[] officeSupplier, ExternalManagedObjectModel[] externalManagedObject, OfficeManagedObjectSourceModel[] officeManagedObjectSource, OfficeManagedObjectModel[] officeManagedObject, OfficeManagedObjectPoolModel[] officeManagedObjectPool, OfficeEscalationModel[] officeEscalation, AdministrationModel[] administration, GovernanceModel[] governance, OfficeStartModel[] officeStart, 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.
-