Class FeatureCalculatorRepeated
Object
FeatureCalculatorRepeated
Utility class for extracting an
EnergyStack from a StackProvider.-
Method Summary
Modifier and TypeMethodDescriptionstatic EnergyStackextractStack(ProvidesStackInput input, StackProvider stackEnergy, InputOutputContext context) Extracts anEnergyStackfrom the given input and stack provider.
-
Method Details
-
extractStack
public static EnergyStack extractStack(ProvidesStackInput input, StackProvider stackEnergy, InputOutputContext context) throws OperationFailedException Extracts anEnergyStackfrom the given input and stack provider.- Parameters:
input- the input that provides the stackstackEnergy- the provider for the energy stackcontext- the input/output context- Returns:
- the extracted
EnergyStack - Throws:
OperationFailedException- if the extraction operation fails
-