CodeQL library for Java
codeql/java-all 0.7.4 ( changelog , source )
Search

Member predicate MetricRefType :: getEfferentCoupling

The efferent coupling of a type is the number of types that it directly depends on.

This may also be referred to as the number of (direct) “outgoing dependencies” of a type.

int getEfferentCoupling ( )