Class Gpt


  • public class Gpt
    extends Coupled
    Gpt model. The Gpt model is a simple example of a generator-processor-transducer system. The generator produces jobs with a given period. The processor processes jobs with a given processing time. The transducer collects statistics about the jobs. The simulation finishes when the observation time is reached.
    • Constructor Detail

      • Gpt

        public Gpt​(String name,
                   double period,
                   double observationTime)
        Constructor
        Parameters:
        name - Model name
        period - Generator period
        observationTime - Observation time
    • Method Detail

      • main

        public static void main​(String[] args)