Class: Job

Job()

Worker class used to generate problems

Constructor

new Job()

Source:

Methods

run() → {string}

Generate instance based on selected problem and input parameters
Source:
Returns:
returns the generated instance coded as string
Type
string

run(methodParams) → {Result}

Run the calculation based on selected method, problem, and method parameters
Parameters:
Name Type Description
methodParams object method parameters as object
Source:
Returns:
result as a result class
Type
Result

Job()

Worker class for computing

Constructor

new Job()

Source:

Methods

run() → {string}

Generate instance based on selected problem and input parameters
Source:
Returns:
returns the generated instance coded as string
Type
string

run(methodParams) → {Result}

Run the calculation based on selected method, problem, and method parameters
Parameters:
Name Type Description
methodParams object method parameters as object
Source:
Returns:
result as a result class
Type
Result