@Generated(value="net.officefloor.model.generate.ModelGenerator") public class WoofStartModel extends AbstractModel implements ItemModel<WoofStartModel>
Modifier and Type | Class and Description |
---|---|
static class |
WoofStartModel.WoofStartEvent |
Constructor and Description |
---|
WoofStartModel()
Default constructor.
|
WoofStartModel(WoofStartToWoofSectionInputModel woofSectionInput)
Convenience constructor.
|
WoofStartModel(WoofStartToWoofSectionInputModel woofSectionInput,
int x,
int y)
Convenience constructor allowing XY initialising.
|
Modifier and Type | Method and Description |
---|---|
WoofStartToWoofSectionInputModel |
getWoofSectionInput() |
RemoveConnectionsAction<WoofStartModel> |
removeConnections()
Remove Connections.
|
void |
setWoofSectionInput(WoofStartToWoofSectionInputModel woofSectionInput) |
addItemToList, addPropertyChangeListener, changeField, firePropertyChange, getX, getY, removeItemFromList, removePropertyChangeListener, setX, setY
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyChangeListener, getX, getY, removePropertyChangeListener, setX, setY
public WoofStartModel()
public WoofStartModel(WoofStartToWoofSectionInputModel woofSectionInput)
woofSectionInput
- Woof section input.public WoofStartModel(WoofStartToWoofSectionInputModel woofSectionInput, int x, int y)
woofSectionInput
- Woof section input.x
- Horizontal location.y
- Vertical location.public WoofStartToWoofSectionInputModel getWoofSectionInput()
public void setWoofSectionInput(WoofStartToWoofSectionInputModel woofSectionInput)
woofSectionInput
- Woof section input.public RemoveConnectionsAction<WoofStartModel> removeConnections()
removeConnections
in interface ItemModel<WoofStartModel>
RemoveConnectionsAction
to remove the ConnectionModel
instances.Copyright © 2005–2016. All rights reserved.