Class DLQTimedUpdateDemo

    • Method Detail

      • replicationEnded

        protected void replicationEnded()
        Description copied from class: ModelElement
        This method should be overridden by subclasses that need actions performed when the replication ends and prior to the calling of afterReplication() . It is called when each replication ends and can be used to collect data from the the model element, etc.
        Overrides:
        replicationEnded in class ModelElement
      • getNumberOfServers

        public int getNumberOfServers()
      • setNumberOfPharmacists

        public final void setNumberOfPharmacists​(int n)
      • setServiceRS

        public final void setServiceRS​(RandomIfc d)
      • setArrivalRS

        public final void setArrivalRS​(RandomIfc d)
      • initialize

        protected void initialize()
        Description copied from class: ModelElement
        This method should be overridden by subclasses that need actions performed to initialize prior to a replication. It is called once before each replication occurs if the model element wants initialization. It is called after beforeReplication() is called
        Overrides:
        initialize in class ModelElement
      • main

        public static void main​(java.lang.String[] args)