scalation.simulation.process.example_1
Members list
Type members
Classlikes
The BankModel class defines a simple process-interaction model of a bank where service is provided by one or more tellers. Caveat: must add 'from' and 'to' components before transport!!
The BankModel class defines a simple process-interaction model of a bank where service is provided by one or more tellers. Caveat: must add 'from' and 'to' components before transport!!
Value parameters
- aniRatio
-
the ratio of simulation speed vs. animation speed
- animating
-
whether to animate the model
- nStop
-
the number arrivals before stopping
- name
-
the name of the simulation model
- reps
-
the number of independent replications to run
- stream
-
the base random number stream (0 to 999)
Attributes
- Supertypes
-
class Modeltrait Componenttrait Locatabletrait Identifiabletrait Modelabletrait Completionclass Coroutinetrait Runnableclass Objecttrait Matchableclass AnyShow all
The CallCenterModel class defines a simple process-interaction model of a call center where service is provided by one or more tele-service representatives. Simulates calls coming into a call center where phones have no call waiting. Caveat: must add 'from' and 'to' components before transport!!
The CallCenterModel class defines a simple process-interaction model of a call center where service is provided by one or more tele-service representatives. Simulates calls coming into a call center where phones have no call waiting. Caveat: must add 'from' and 'to' components before transport!!
Value parameters
- aniRatio
-
the ratio of simulation speed vs. animation speed
- animating
-
whether to animate the model
- nStop
-
the number arrivals before stopping
- name
-
the name of the simulation model
- reps
-
the number of independent replications to run
- stream
-
the base random number stream (0 to 999)
Attributes
- Supertypes
-
class Modeltrait Componenttrait Locatabletrait Identifiabletrait Modelabletrait Completionclass Coroutinetrait Runnableclass Objecttrait Matchableclass AnyShow all
The EmerDeptModel class defines a simple process-interaction model of an Emergency Department (ED) model where service is provided by one or more nurses and one or more doctors. A patient will first see a nurse and then a doctor.
The EmerDeptModel class defines a simple process-interaction model of an Emergency Department (ED) model where service is provided by one or more nurses and one or more doctors. A patient will first see a nurse and then a doctor.
Value parameters
- aniRatio
-
the ratio of simulation speed vs. animation speed
- animating
-
whether to animate the model
- nStop
-
the number arrivals before stopping
- name
-
the name of the simulation model
- reps
-
the number of independent replications to run
- stream
-
the base random number stream (0 to 999)
Attributes
- Supertypes
-
class Modeltrait Componenttrait Locatabletrait Identifiabletrait Modelabletrait Completionclass Coroutinetrait Runnableclass Objecttrait Matchableclass AnyShow all
The LoopModel class simulates a two-lane road in two directions, i.e., it has 2 West-bound lanes and 2 East-bound lanes. It used a composite class called Path, which will have a Transport for each lane.
The LoopModel class simulates a two-lane road in two directions, i.e., it has 2 West-bound lanes and 2 East-bound lanes. It used a composite class called Path, which will have a Transport for each lane.
Value parameters
- aniRatio
-
the ratio of simulation speed vs. animation speed
- animating
-
whether to animate the model
- nStop
-
the number arrivals before stopping
- name
-
the name of the simulation model
- reps
-
the number of independent replications to run
- stream
-
the base random number stream (0 to 999)
Attributes
- Supertypes
-
class Modeltrait Componenttrait Locatabletrait Identifiabletrait Modelabletrait Completionclass Coroutinetrait Runnableclass Objecttrait Matchableclass AnyShow all
The MachineModel class defines a process-interaction model of a simple two-stage manufacturing process (machine shop). Tandem M/M/1/4 Queues (queue capacity = 4-1 = 3).
The MachineModel class defines a process-interaction model of a simple two-stage manufacturing process (machine shop). Tandem M/M/1/4 Queues (queue capacity = 4-1 = 3).
Value parameters
- aniRatio
-
the ratio of simulation speed vs. animation speed
- animating
-
whether to animate the model
- nStop
-
the number arrivals before stopping
- name
-
the name of the simulation model
- reps
-
the number of independent replications to run
- stream
-
the base random number stream (0 to 999)
Attributes
- Supertypes
-
class Modeltrait Componenttrait Locatabletrait Identifiabletrait Modelabletrait Completionclass Coroutinetrait Runnableclass Objecttrait Matchableclass AnyShow all
The OneWayStreetModel class simulates a one-lane roead. Caveat: must add 'from' and 'to' components before transport!!
The OneWayStreetModel class simulates a one-lane roead. Caveat: must add 'from' and 'to' components before transport!!
Value parameters
- aniRatio
-
the ratio of simulation speed vs. animation speed
- animating
-
whether to animate the model
- nStop
-
the number arrivals before stopping
- name
-
the name of the simulation model
- reps
-
the number of independent replications to run
- stream
-
the base random number stream (0 to 999)
Attributes
- Supertypes
-
class Modeltrait Componenttrait Locatabletrait Identifiabletrait Modelabletrait Completionclass Coroutinetrait Runnableclass Objecttrait Matchableclass AnyShow all
The OneWayVehicletModel class simulates a one-lane roead. Caveat: must add 'from' and 'to' components before transport!!
The OneWayVehicletModel class simulates a one-lane roead. Caveat: must add 'from' and 'to' components before transport!!
Value parameters
- aniRatio
-
the ratio of simulation speed vs. animation speed
- animating
-
whether to animate the model
- nStop
-
the number arrivals before stopping
- name
-
the name of the simulation model
- reps
-
the number of independent replications to run
- stream
-
the base random number stream (0 to 999)
Attributes
- Supertypes
-
class Modeltrait Componenttrait Locatabletrait Identifiabletrait Modelabletrait Completionclass Coroutinetrait Runnableclass Objecttrait Matchableclass AnyShow all
The RoadModel class simulates a two-lane road in two directions, i.e., it has 2 West-bound lanes and 2 East-bound lanes. It used a composite class called Path, which will have a Transport for each lane.
The RoadModel class simulates a two-lane road in two directions, i.e., it has 2 West-bound lanes and 2 East-bound lanes. It used a composite class called Path, which will have a Transport for each lane.
Value parameters
- aniRatio
-
the ratio of simulation speed vs. animation speed
- animating
-
whether to animate the model
- nStop
-
the number arrivals before stopping
- name
-
the name of the simulation model
- reps
-
the number of independent replications to run
- stream
-
the base random number stream (0 to 999)
Attributes
- Supertypes
-
class Modeltrait Componenttrait Locatabletrait Identifiabletrait Modelabletrait Completionclass Coroutinetrait Runnableclass Objecttrait Matchableclass AnyShow all
The TrafficDynModel class simulates an intersection with four traffic lights Gates and four roads. Each road consists of two routes with one in each direction.
The TrafficDynModel class simulates an intersection with four traffic lights Gates and four roads. Each road consists of two routes with one in each direction.
Value parameters
- aniRatio
-
the ratio of simulation speed vs. animation speed
- animating
-
whether to animate the model
- nStop
-
the number arrivals before stopping
- name
-
the name of the simulation model
- reps
-
the number of independent replications to run
- stream
-
the base random number stream (0 to 999)
Attributes
- Supertypes
-
class Modeltrait Componenttrait Locatabletrait Identifiabletrait Modelabletrait Completionclass Coroutinetrait Runnableclass Objecttrait Matchableclass AnyShow all
The TrafficLaneChangeModel class simulates an intersection with four traffic lights Gates and four roads. Each road consists of two routes with one in each direction. Each Path has two lanes (Transports). This mnodel includes making LANE CHANGES.
The TrafficLaneChangeModel class simulates an intersection with four traffic lights Gates and four roads. Each road consists of two routes with one in each direction. Each Path has two lanes (Transports). This mnodel includes making LANE CHANGES.
Value parameters
- aniRatio
-
the ratio of simulation speed vs. animation speed
- animating
-
whether to animate the model
- nStop
-
the number arrivals before stopping
- name
-
the name of the simulation model
- reps
-
the number of independent replications to run
- stream
-
the base random number stream (0 to 999)
Attributes
- Supertypes
-
class Modeltrait Componenttrait Locatabletrait Identifiabletrait Modelabletrait Completionclass Coroutinetrait Runnableclass Objecttrait Matchableclass AnyShow all
The TrafficModel class simulates an intersection with four traffic lights Gates and four roads. Each road consists of two routes with one in each direction.
The TrafficModel class simulates an intersection with four traffic lights Gates and four roads. Each road consists of two routes with one in each direction.
Value parameters
- aniRatio
-
the ratio of simulation speed vs. animation speed
- animating
-
whether to animate the model
- nStop
-
the number arrivals before stopping
- name
-
the name of the simulation model
- reps
-
the number of independent replications to run
- stream
-
the base random number stream (0 to 999)
Attributes
- Supertypes
-
class Modeltrait Componenttrait Locatabletrait Identifiabletrait Modelabletrait Completionclass Coroutinetrait Runnableclass Objecttrait Matchableclass AnyShow all
The TrafficModelTurn class simulates an intersection with four traffic lights Gates and four roads. Each road consists of two routes with one in each direction. Each Path has two lanes (Transports).
The TrafficModelTurn class simulates an intersection with four traffic lights Gates and four roads. Each road consists of two routes with one in each direction. Each Path has two lanes (Transports).
Value parameters
- aniRatio
-
the ratio of simulation speed vs. animation speed
- animating
-
whether to animate the model
- nStop
-
the number arrivals before stopping
- name
-
the name of the simulation model
- reps
-
the number of independent replications to run
- stream
-
the base random number stream (0 to 999)
Attributes
- Supertypes
-
class Modeltrait Componenttrait Locatabletrait Identifiabletrait Modelabletrait Completionclass Coroutinetrait Runnableclass Objecttrait Matchableclass AnyShow all
The UGA_BusModel class defines a simple process-interaction model of a bus with four stop around campus (NORTH, EAST, SOUTH, WEST). Caveat: must add 'from' and 'to' components before transport!!
The UGA_BusModel class defines a simple process-interaction model of a bus with four stop around campus (NORTH, EAST, SOUTH, WEST). Caveat: must add 'from' and 'to' components before transport!!
Value parameters
- aniRatio
-
the ratio of simulation speed vs. animation speed
- animating
-
whether to animate the model
- nStop
-
the number arrivals before stopping
- name
-
the name of the simulation model
- reps
-
the number of independent replications to run
- stream
-
the base random number stream (0 to 999)
Attributes
- Supertypes
-
class Modeltrait Componenttrait Locatabletrait Identifiabletrait Modelabletrait Completionclass Coroutinetrait Runnableclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
The runBank function is used to launch the BankModel class.
The runBank function is used to launch the BankModel class.
runMain scalation.simulation.process.example_1.runBank
Attributes
The runCallCenter function is used to launch the CallCenterModel class.
The runCallCenter function is used to launch the CallCenterModel class.
runMain scalation.simulation.process.example_1.runCallCenter
Attributes
The runEmerDept function is used to launch the EmerDeptModel class.
The runEmerDept function is used to launch the EmerDeptModel class.
runMain scalation.simulation.process.example_1.runEmerDept
Attributes
The runLoop function is used to launch the LoopModel class.
The runLoop function is used to launch the LoopModel class.
runMain scalation.simulation.process.example_1.runLoop
Attributes
The runMachine is used to launch the MachineModel class.
The runMachine is used to launch the MachineModel class.
runMain scalation.simulation.process.example_1.runMachine
Attributes
The runOneWayStreet function is used to launch the OneWayStreetModel class.
The runOneWayStreet function is used to launch the OneWayStreetModel class.
runMain scalation.simulation.process.example_1.run_OneWayStreet
Attributes
The runOneWayVehicle function is used to launch the OneWayVehicleModel class.
The runOneWayVehicle function is used to launch the OneWayVehicleModel class.
runMain scalation.simulation.process.example_1.runOneWayVehicle
Attributes
The runRoad function is used to run the RoadModel class.
The runRoad function is used to run the RoadModel class.
runMain scalation.simulation.process.example_1.runRoad
Attributes
The runTraffic function is used to launch the TrafficModel class. It used Variate for motion, e.g., a Uniform Random Variate.
The runTraffic function is used to launch the TrafficModel class. It used Variate for motion, e.g., a Uniform Random Variate.
runMain scalation.simulation.process.example_1.runTraffic
Attributes
The runTrafficDyn function is used to launch the TraffiDyncModel class. It used Dynamics for motion, e.g., the Gipps Car-Following Model.
The runTrafficDyn function is used to launch the TraffiDyncModel class. It used Dynamics for motion, e.g., the Gipps Car-Following Model.
runMain scalation.simulation.process.example_1.runTrafficDyn
Attributes
The runTrafficLaneChange function is used to launch the TrafficLaneChangeModel class.
The runTrafficLaneChange function is used to launch the TrafficLaneChangeModel class.
runMain scalation.simulation.process.example_1.runTrafficLaneChange
Attributes
The runTrafficTurn function is used to launch the TrafficModelTurn class.
The runTrafficTurn function is used to launch the TrafficModelTurn class.
runMain scalation.simulation.process.example_1.runTrafficTurn
Attributes
The runUGA_Bus function is used to launch the UGA_BusModel class.
The runUGA_Bus function is used to launch the UGA_BusModel class.
runMain scalation.simulation.process.example_1.runUGA_Bus