Package | Description |
---|---|
net.officefloor.model.woof |
Modifier and Type | Method and Description |
---|---|
WoofStartModel |
WoofStartToWoofSectionInputModel.getWoofStart() |
Modifier and Type | Method and Description |
---|---|
Change<WoofStartModel> |
WoofChangesImpl.addStart() |
Change<WoofStartModel> |
WoofChanges.addStart()
Adds a
WoofStartModel . |
List<WoofStartModel> |
WoofModel.getWoofStarts() |
RemoveConnectionsAction<WoofStartModel> |
WoofStartModel.removeConnections()
Remove Connections.
|
Change<WoofStartModel> |
WoofChangesImpl.removeStart(WoofStartModel start) |
Change<WoofStartModel> |
WoofChanges.removeStart(WoofStartModel start)
Removes the
WoofStartModel . |
Modifier and Type | Method and Description |
---|---|
void |
WoofModel.addWoofStart(WoofStartModel woofStart) |
Change<WoofStartToWoofSectionInputModel> |
WoofChangesImpl.linkStartToSectionInput(WoofStartModel start,
WoofSectionInputModel sectionInput) |
Change<WoofStartToWoofSectionInputModel> |
WoofChanges.linkStartToSectionInput(WoofStartModel start,
WoofSectionInputModel sectionInput)
Links the
WoofStartModel to the WoofSectionInputModel . |
Change<WoofStartModel> |
WoofChangesImpl.removeStart(WoofStartModel start) |
Change<WoofStartModel> |
WoofChanges.removeStart(WoofStartModel start)
Removes the
WoofStartModel . |
void |
WoofModel.removeWoofStart(WoofStartModel woofStart) |
void |
WoofStartToWoofSectionInputModel.setWoofStart(WoofStartModel woofStart) |
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.
|
WoofStartToWoofSectionInputModel(String sectionName,
String inputName,
WoofStartModel woofStart,
WoofSectionInputModel woofSectionInput)
Convenience constructor.
|
WoofStartToWoofSectionInputModel(String sectionName,
String inputName,
WoofStartModel woofStart,
WoofSectionInputModel woofSectionInput,
int x,
int y)
Convenience constructor allowing XY initialising.
|
Copyright © 2005–2016. All rights reserved.