Package net.officefloor.model
Interface ConnectionModel
- All Superinterfaces:
Model
Interface to aid manipulation of connections/associations.
- Author:
- Daniel Sagenschneider
-
Method Summary
Methods inherited from interface net.officefloor.model.Model
addPropertyChangeListener, getX, getY, removePropertyChangeListener, setX, setY
-
Method Details
-
isRemovable
boolean isRemovable()Indicates if this connection is removable.- Returns:
- True if may remove the connection.
-
connect
void connect()Connects the source and target. -
remove
void remove()Removes the connection.
-