Class SimScenario.SimOp

    • Constructor Detail

      • SimOp

        public SimOp()
    • Method Detail

      • prepareCurrentParams

        public void prepareCurrentParams​(SimScenario scenario)
        This method prepares a copy of initial params (and sets the value of params with all property references resolved against the current SimScenario.context and system properties. This method should always be called before invoking execute(SimScenario).
        Parameters:
        scenario - current scenario
      • execute

        public abstract void execute​(SimScenario scenario)
                              throws Exception
        Execute the operation.
        Parameters:
        scenario - current scenario.
        Throws:
        Exception