Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 718 Bytes

AggregateCalculatorFactory.md

File metadata and controls

33 lines (22 loc) · 718 Bytes

AggregateCalculatorFactory Class

Generates an instance of an aggregate calculator based on the type provided

Since

3/23/2024

Author Zackary Frazier

Methods

getCalculator(type, options)

Generates an instance of an aggregate calculator based on the type provided

Signature

public static IAggregateCalculator getCalculator(String type, AggregateCalculatorOptions options)

Parameters

Name Type Description
type String
options AggregateCalculatorOptions

Return Type

IAggregateCalculator

,[object Object]

Throws

AggregateCalculatorException: