This chapter describes all of the calculation rules contained in PPM, which can be specified as a class name for calculation of an attribute using the calcclass XML element. The class name must be specified with the Java package structure path.
Example
<calcattr name="AT_KI_FDLZWK" type="OT_FUNC">
<calcclass name="com.idsscheer.ppm.server.keyindicator.
attributecalculator.ZAttributeCalculatorFDLZWK"/>
</calcattr>
The fixed part of the class name is omitted below. Instead of
com.idsscheer.ppm.server.keyindicator.attributecalculator.ZAttributeCalculatorFDLZWK,
ZAttributeCalculatorFDLZWK is specified.