Package org.simplesim.core.dynamic
Class RemoveEntityRequest
java.lang.Object
org.simplesim.core.dynamic.RemoveEntityRequest
- All Implemented Interfaces:
ChangeRequest
Request to remove an entity from the model.
There must not be any enclosed sub-entities, if the entity to be removed is a domain.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.simplesim.core.dynamic.ChangeRequest
ChangeRequest.ChangeRequestException
-
Constructor Summary
ConstructorDescriptionSet the entity to be moved and the new domain. -
Method Summary
-
Constructor Details
-
RemoveEntityRequest
Set the entity to be moved and the new domain.- Parameters:
what
-AbtractAgent
to be moved
-
-
Method Details
-
doModelChange
public void doModelChange()Description copied from interface:ChangeRequest
Does the actual mode change.- Specified by:
doModelChange
in interfaceChangeRequest
-