Class UserRequest

java.lang.Object
desmoj.core.simulator.NamedObject
desmoj.core.simulator.ModelComponent
desmoj.core.simulator.Schedulable
desmoj.core.simulator.Entity

public class UserRequest extends Request
A Request that represents a request that is created by a user from outside the simulated system.

These type of requests are generated by the Generators and do not have a parent request. They are usually the root request of a trace.

Author:
Lion Wagner
See Also:
  • Constructor Details

    • UserRequest

      public UserRequest(desmoj.core.simulator.Model model, String name, boolean showInTrace, Operation operation)
  • Method Details

    • onReceive

      protected void onReceive()
      Overrides:
      onReceive in class Request