Class RemoveEntityRequest

java.lang.Object
org.simplesim.core.dynamic.RemoveEntityRequest
All Implemented Interfaces:
ChangeRequest

public class RemoveEntityRequest extends Object implements 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.

  • Constructor Details

    • RemoveEntityRequest

      public RemoveEntityRequest(BasicModelEntity what)
      Set the entity to be moved and the new domain.
      Parameters:
      what - AbtractAgent to be moved
  • Method Details