Weight Of a Class (WOC)

Description:

WOC is the number of non-accessor methods in the interface of the class, divided by the total number of interface members.

Inherited members are not counted. The members that belong to the interface of the class are the public, non-inherited methods and fields of a class.