All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class examples.machine.MachineSimulation

java.lang.Object
   |
   +----java.util.Observable
           |
           +----simula.simset.simulation.Simulation
                   |
                   +----examples.machine.MachineSimulation

public class MachineSimulation
extends Simulation
The machine interference model


Variable Index

 o available
Available repairmen list
 o breaks
Breaks counter
 o brk
Failure ratio
 o broken
Broken machines list
 o downtime
Total inactivity time
 o i
Machine counter
 o m
Number of machines
 o r
Number of rapairmen
 o rep
Repairman speed
 o seed
Seed for random generators
 o simtime
Simulation length

Constructor Index

 o MachineSimulation()

Method Index

 o main(String[])
Start the simulation, instantiating a new Simulation and launching the main program

Variables

 o brk
 public double brk
Failure ratio

 o rep
 public double rep
Repairman speed

 o downtime
 public double downtime
Total inactivity time

 o simtime
 public double simtime
Simulation length

 o m
 public int m
Number of machines

 o r
 public int r
Number of rapairmen

 o breaks
 public int breaks
Breaks counter

 o seed
 public int seed
Seed for random generators

 o i
 public int i
Machine counter

 o broken
 public Head broken
Broken machines list

 o available
 public Head available
Available repairmen list

Constructors

 o MachineSimulation
 public MachineSimulation()

Methods

 o main
 public static void main(String args[])
Start the simulation, instantiating a new Simulation and launching the main program

Parameters:
args[] - Ignored
See Also:
Simulation, SimulationMain

All Packages  Class Hierarchy  This Package  Previous  Next  Index