Package | Description |
---|---|
net.officefloor.eclipse.woof.editparts | |
net.officefloor.model.woof |
Modifier and Type | Method and Description |
---|---|
protected void |
WoofSectionEditPart.populateOfficeFloorOpenEditPolicy(OfficeFloorOpenEditPolicy<WoofSectionModel> policy) |
Modifier and Type | Method and Description |
---|---|
WoofSectionModel |
WoofChangesImpl.getSection(WoofSectionInputModel input)
Obtains the
WoofSectionModel for the
WoofSectionInputModel . |
Modifier and Type | Method and Description |
---|---|
Change<WoofSectionModel> |
WoofChangesImpl.addSection(String sectionName,
String sectionSourceClassName,
String sectionLocation,
PropertyList properties,
SectionType section,
Map<String,String> inputToUri) |
Change<WoofSectionModel> |
WoofChanges.addSection(String sectionName,
String sectionSourceClassName,
String sectionLocation,
PropertyList properties,
SectionType sectionType,
Map<String,String> inputToUri)
Adds a
WoofSectionModel . |
List<WoofSectionModel> |
WoofModel.getWoofSections() |
Change<WoofSectionModel> |
WoofChangesImpl.refactorSection(WoofSectionModel section,
String sectionName,
String sectionSourceClassName,
String sectionLocation,
PropertyList properties,
SectionType sectionType,
Map<String,String> sectionInputNameMapping,
Map<String,String> sectionOutputNameMapping) |
Change<WoofSectionModel> |
WoofChanges.refactorSection(WoofSectionModel section,
String sectionName,
String sectionSourceClassName,
String sectionLocation,
PropertyList properties,
SectionType sectionType,
Map<String,String> sectionInputNameMapping,
Map<String,String> sectionOutputNameMapping)
Refactors the
WoofSectionModel . |
RemoveConnectionsAction<WoofSectionModel> |
WoofSectionModel.removeConnections()
Remove Connections.
|
Change<WoofSectionModel> |
WoofChangesImpl.removeSection(WoofSectionModel section) |
Change<WoofSectionModel> |
WoofChanges.removeSection(WoofSectionModel section)
Removes the
WoofSectionModel . |
Modifier and Type | Method and Description |
---|---|
void |
WoofModel.addWoofSection(WoofSectionModel woofSection) |
Change<WoofSectionModel> |
WoofChangesImpl.refactorSection(WoofSectionModel section,
String sectionName,
String sectionSourceClassName,
String sectionLocation,
PropertyList properties,
SectionType sectionType,
Map<String,String> sectionInputNameMapping,
Map<String,String> sectionOutputNameMapping) |
Change<WoofSectionModel> |
WoofChanges.refactorSection(WoofSectionModel section,
String sectionName,
String sectionSourceClassName,
String sectionLocation,
PropertyList properties,
SectionType sectionType,
Map<String,String> sectionInputNameMapping,
Map<String,String> sectionOutputNameMapping)
Refactors the
WoofSectionModel . |
Change<WoofSectionModel> |
WoofChangesImpl.removeSection(WoofSectionModel section) |
Change<WoofSectionModel> |
WoofChanges.removeSection(WoofSectionModel section)
Removes the
WoofSectionModel . |
void |
WoofModel.removeWoofSection(WoofSectionModel woofSection) |
Constructor and Description |
---|
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.