Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Redirect
visiblefalse
locationAIPCORE:CAST OMG-compliant Automated Function Points

Panel

On this page:

Table of Contents

Target audience:

CAST AI Administrators

Introduction

Info

See ISO declaration of conformance for more information about the standards that CAST AIP conforms to for AFP.

CAST OMG-compliant Automated Function Points technology is an automatic function points counting method. OMG defines such automatic function points counting methods in the following specification:  Automated Function Points (AFP) - Object Management Group

...

The table below summarizes these differences:

 ModeTransaction Call GraphAdjustment FactorEvolution
EFPReducedImpact Factor (fixed user-defined formula)Only Functional
AEPFullComplexity Facto r(dynamic OMG-defined formula)Functional and Technical

Log messages when using the measures regarding full or reduced call graphs

...

The ILF OMG-compliant Automated Function Points is computed as follows:


1 to 19 DET

20 to 50 DET

51 or more DET

0 or 1 RET

Low = 7 FP

Low = 7 FP

Average = 10 FP

2 - 5 RET

Low = 7 FP

Average = 10 FP

High = 15 FP

6 or more RET

Average = 10 FP

High = 15 FP

High = 15 FP

The EIF OMG-compliant Automated Function Points is computed as follows:


1 to 19 DET

20 to 50 DET

51 or more DET

0 or 1 RET

Low = 5 FP

Low = 5 FP

Average = 7 FP

2 - 5 RET

Low = 5 FP

Average = 7 FP

High = 10 FP

6 or more RET

Average = 7 FP

High = 10 FP

High = 10 FP

Compute Unadjusted Data Functions (sum of all Entities Function Points)

...

For the other languages such as pure Java, C/C++, Cobol, the entry points list is created using the Transaction Configuration Center user setup (see Calibration using Transaction Configuration Center below).

Identify the tables used directly or indirectly by each entry point (FTR)

...

The EI number of Function Points is computed as follows:


1 to 4 DET

5 to 15 DET

> 15 DET

0 or 1 FTR

Low = 3 FP

Low = 3 FP

Average = 4 FP

2 FTR

Low = 3 FP

Average = 4 FP

High = 6 FP

> 2 FTR

Average = 4 FP

High = 6 FP

High = 6 FP

The EO/EQ transaction type will be computed as follows:


1 to 5 DET

6 to 19 DET

> 19 DET

0 or 1 FTR

Low = 4 FP

Low = 4 FP

Average = 5 FP

2-3 FTR

Low = 4 FP

Average = 5 FP

High = 7 FP

> 3 FTR

Average = 5 FP

High = 7 FP

High = 7 FP

When Insert/Update/Delete/Select information is not available, the default value is set to be the ones used for EI and EQ.

...