Class FeatureCalculatorRepeated

Object
FeatureCalculatorRepeated

public class FeatureCalculatorRepeated extends Object
Utility class for extracting an EnergyStack from a StackProvider.
  • Method Details

    • extractStack

      public static EnergyStack extractStack(ProvidesStackInput input, StackProvider stackEnergy, InputOutputContext context) throws OperationFailedException
      Extracts an EnergyStack from the given input and stack provider.
      Parameters:
      input - the input that provides the stack
      stackEnergy - the provider for the energy stack
      context - the input/output context
      Returns:
      the extracted EnergyStack
      Throws:
      OperationFailedException - if the extraction operation fails