Number Of Children (NOC)

Title short form

NOC

Categories

Reusability, maintainability

Definition

Number of function blocks that extend the given basic function block. Function blocks that indirectly extend a basic function block are not counted.

Further information

NOC = Number Of Children

 

Sample:

FUNCTION_BLOCK FB_Base
FUNCTION_BLOCK FB_Sub EXTENDS FB_Base
FUNCTION_BLOCK FB_SubSub1 EXTENDS FB_Sub
FUNCTION_BLOCK FB_SubSub2 EXTENDS FB_Sub

The metric Number Of Children is: