Package | Description |
---|---|
net.officefloor.eclipse.woof.editparts | |
net.officefloor.model.woof |
Modifier and Type | Method and Description |
---|---|
protected void |
WoofGovernanceEditPart.populateOfficeFloorOpenEditPolicy(OfficeFloorOpenEditPolicy<WoofGovernanceModel> policy) |
Modifier and Type | Method and Description |
---|---|
WoofGovernanceModel |
WoofGovernanceToWoofGovernanceAreaModel.getGovernance() |
Modifier and Type | Method and Description |
---|---|
Change<WoofGovernanceModel> |
WoofChangesImpl.addGovernance(String governanceName,
String governanceSourceClassName,
PropertyList properties,
GovernanceType<?,?> governanceType) |
Change<WoofGovernanceModel> |
WoofChanges.addGovernance(String governanceName,
String governanceSourceClassName,
PropertyList properties,
GovernanceType<?,?> governanceType)
Adds a
WoofGovernanceModel . |
List<WoofGovernanceModel> |
WoofModel.getWoofGovernances() |
Change<WoofGovernanceModel> |
WoofChangesImpl.refactorGovernance(WoofGovernanceModel governance,
String governanceName,
String governanceSourceClassName,
PropertyList properties,
GovernanceType<?,?> governanceType) |
Change<WoofGovernanceModel> |
WoofChanges.refactorGovernance(WoofGovernanceModel governance,
String governanceName,
String governanceSourceClassName,
PropertyList properties,
GovernanceType<?,?> governanceType)
Refactors the
WoofGovernanceModel . |
RemoveConnectionsAction<WoofGovernanceModel> |
WoofGovernanceModel.removeConnections()
Remove Connections.
|
Change<WoofGovernanceModel> |
WoofChangesImpl.removeGovernance(WoofGovernanceModel governance) |
Change<WoofGovernanceModel> |
WoofChanges.removeGovernance(WoofGovernanceModel governance)
Removes the
WoofGovernanceModel . |
Constructor and Description |
---|
WoofGovernanceToWoofGovernanceAreaModel(WoofGovernanceModel governance,
WoofGovernanceAreaModel governanceArea)
Convenience constructor.
|
WoofGovernanceToWoofGovernanceAreaModel(WoofGovernanceModel governance,
WoofGovernanceAreaModel governanceArea,
int x,
int y)
Convenience constructor allowing XY initialising.
|
WoofModel(WoofAccessModel woofAccess,
WoofTemplateModel[] woofTemplate,
WoofSectionModel[] woofSection,
WoofGovernanceModel[] woofGovernance,
WoofResourceModel[] woofResource,
WoofExceptionModel[] woofException,
WoofStartModel[] woofStart)
Convenience constructor.
|
WoofModel(WoofAccessModel woofAccess,
WoofTemplateModel[] woofTemplate,
WoofSectionModel[] woofSection,
WoofGovernanceModel[] woofGovernance,
WoofResourceModel[] woofResource,
WoofExceptionModel[] woofException,
WoofStartModel[] woofStart,
int x,
int y)
Convenience constructor allowing XY initialising.
|
Copyright © 2005–2016. All rights reserved.