apps

event

package event

The event package contains example apps for event oriented simulation models.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. event
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class BankModel extends Model

    The BankModel class defines a simple Event-Scheduling model of a Bank where service is provided by one teller and models an M/M/1 queue.

  2. class BankModel2 extends Model

    The BankModel2 class defines a simple Event Graph model of a Bank where service is provided by one teller and models an M/M/1 queue.

  3. class CallCenterModel extends Model

    The CallCenterModel class defines a simple Event-Scheduling model of a Call Center where service is provided by one tele-service representative and models an M/M/1/1 queue.

  4. class CallCenterModel2 extends Model

    The CallCenterModel2 class defines a simple Event Graph model of a Call Center where service is provided by one tele-service representative and models an M/M/1/1 queue.

  5. class MachineModel extends Model

    The MachineModel class defines an Event-Scheduling model of a two-stage manufacturing process, which consists of two machines in series M1 and M2.

Value Members

  1. object Bank extends App with Modelable

    The Bank object defines a particular scenario under which to execute the Bank model.

    The Bank object defines a particular scenario under which to execute the Bank model.

    See also

    scalation.event.ModelTest for another example of test code.

  2. object Bank2 extends App with Modelable

    The Bank2 object defines a particular scenario under which to execute the Bank model.

    The Bank2 object defines a particular scenario under which to execute the Bank model. It is the same as Bank, except that causal links are added to enable the model to be animated as an Event Graph.

    See also

    scalation.event.ModelTest for another example of test code.

  3. object CallCenter extends App with Modelable

    The CallCenter object defines a particular scenario under which to execute the Call Center model.

    The CallCenter object defines a particular scenario under which to execute the Call Center model.

    See also

    scalation.event.ModelTest for another example of test code.

  4. object CallCenter2 extends App with Modelable

    The CallCenter2 object defines a particular scenario under which to execute the Call Center model.

    The CallCenter2 object defines a particular scenario under which to execute the Call Center model. It is the same as CallCenter, except that causal links are added to enable the model to be animated as an Event Graph.

    See also

    scalation.event.ModelTest for another example of test code.

  5. object Machine extends App with Modelable

    The Machine object defines a particular scenario under which to execute the Machine model.

    The Machine object defines a particular scenario under which to execute the Machine model.

    See also

    scalation.event.ModelTest for another example of test code.

Inherited from AnyRef

Inherited from Any

Ungrouped