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 GovernanceModelGovernanceToExternalManagedObjectModel. getGovernance()GovernanceModelGovernanceToOfficeManagedObjectModel. getGovernance()GovernanceModelGovernanceToOfficeSectionManagedObjectModel. getGovernance()GovernanceModelGovernanceToOfficeTeamModel. getGovernance()GovernanceModelOfficeFunctionToGovernanceModel. getGovernance()GovernanceModelOfficeSubSectionToGovernanceModel. 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 anGovernanceModelto 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 voidOfficeModel. addGovernance(GovernanceModel governance)Change<GovernanceAreaModel>OfficeChanges. addGovernanceArea(GovernanceModel governance, int width, int height)Adds anGovernanceAreaModelto theOfficeModel.Change<GovernanceModel>OfficeChanges. removeGovernance(GovernanceModel governance)Removes theGovernanceModel.voidOfficeModel. removeGovernance(GovernanceModel governance)voidGovernanceToExternalManagedObjectModel. setGovernance(GovernanceModel governance)voidGovernanceToOfficeManagedObjectModel. setGovernance(GovernanceModel governance)voidGovernanceToOfficeSectionManagedObjectModel. setGovernance(GovernanceModel governance)voidGovernanceToOfficeTeamModel. setGovernance(GovernanceModel governance)voidOfficeFunctionToGovernanceModel. setGovernance(GovernanceModel governance)voidOfficeSubSectionToGovernanceModel. 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.
-