Class ModelCalculationAction<T extends Help>

Object
Action
ModelCalculationAction<T>
All Implemented Interfaces:
Help

public final class ModelCalculationAction<T extends Help> extends Action
If nothing is specified, all the steps of the model will be calculated.

If both action and steps are specified, then only the action will be executed.

  • Constructor Details

    • ModelCalculationAction

      public ModelCalculationAction(T backLink, Invocations<MethodInvocationRecord> invocations, String modelUniqueName)
  • Method Details