Class TestTimeWeighted

    • Constructor Detail

      • TestTimeWeighted

        public TestTimeWeighted​(ModelElement parent)
        Parameters:
        parent -
      • TestTimeWeighted

        public TestTimeWeighted​(ModelElement parent,
                                java.lang.String name)
        Parameters:
        parent -
        name -
    • Method Detail

      • 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
      • handleEvent

        protected void handleEvent​(JSLEvent e)
      • 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
      • main

        public static void main​(java.lang.String[] args)
        Parameters:
        args -
      • testExperiment

        public static void testExperiment()
      • testBatchReplication

        public static void testBatchReplication()
      • testReplication

        public static void testReplication()