Creating CalcStep Objects

A calculation is represented by a CalcStep object. Calculations are created in the following ways:

There are different types of CalcStep objects, each representing a specific category of calculation. For example, one category of CalcStep object defines calculations that are arithmetic-based.

The CalcStep class in the oracle.dss.selection.calcStep package is the base class that implements behavior common to all CalcStep objects.

Each type of CalcStep object is:

Displaying and Editing CalcStep Objects
Evaluating CalcStep Objects
Types of CalcStep Classes