Uses of Interface
net.officefloor.model.ConnectionModel
Packages that use ConnectionModel
-
Uses of ConnectionModel in net.officefloor.model
Methods in net.officefloor.model with type parameters of type ConnectionModelModifier and TypeMethodDescription<C extends ConnectionModel>
voidRemoveConnectionsAction.disconnect(Collection<C> connectionModels) Removes theConnectionModelinstances within the inputCollection.Methods in net.officefloor.model with parameters of type ConnectionModelModifier and TypeMethodDescriptionvoidRemoveConnectionsAction.disconnect(ConnectionModel connectionModel) Removes theConnectionModeland holds reference to it for undo action. -
Uses of ConnectionModel in net.officefloor.model.impl.change
Method parameters in net.officefloor.model.impl.change with type arguments of type ConnectionModelModifier and TypeMethodDescriptionprotected abstract voidDisconnectChange.populateRemovedConnections(List<ConnectionModel> connList) Populates the removedConnectionModel.