ArchUnitTS - v2.2.0
GitHub
NPM
Examples
Preparing search index...
LCOMMetric
Interface LCOMMetric
LCOM (Lack of Cohesion of Methods) metrics interface
interface
LCOMMetric
{
name
:
string
;
calculate
(
classInfo
:
ClassInfo
)
:
number
;
description
:
string
;
}
Hierarchy
Metric
LCOMMetric
Implemented by
LCOM1
LCOM2
LCOM3
LCOM4
LCOM5
LCOM96a
LCOM96b
LCOMStar
Index
Properties
name
description
Methods
calculate
Properties
name
name
:
string
description
description
:
string
Methods
calculate
calculate
(
classInfo
:
ClassInfo
)
:
number
Parameters
classInfo
:
ClassInfo
Returns
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
description
Methods
calculate
GitHub
NPM
Examples
ArchUnitTS - v2.2.0
Loading...
LCOM (Lack of Cohesion of Methods) metrics interface