Component

Calculation component

Task and calculation

All calculation tasks have a calculation component that determine calculation method.

Role

Role of calculation component is:

  • Store calculation parameters
  • Actual calculation

Features

  • Validating parameter
  • Validating data (not released yet)
  • Manipulating Partitioned data
  • Executing calculation

Flow

Component flow

Flow of Calculation component is:

  1. Built with parameters
  2. Inputting data at start of execution
  3. Calculating
  4. Outputting data at end of execution

Built-in and user-defined calculation components

built-in and user-defined component

DSF has many Calculation components in dsf_opkg repositories, And of course you can define them.


Please visit here for more implementation details of calculation component.