Class | Description |
---|---|
AbstractionLevel |
Counts package abstraction level.
|
AppearanceInDiagrams |
Counts number of times element symbol appears in diagrams.
|
AttributeHidingFactor |
Attribute hiding factor is counted as the ratio of the sum of invisibilities of all attributes defined in
all classes to the total number of attributes.
|
AttributeInheritanceFactor |
Attribute inheritance factor is counted as the ratio of the sum of all inherited attributes defined in
all classes to the total number of attributes (locally defined plus inherited).
|
ClassInstances |
This metric counts the number of class instances.
|
ClassRolesInstances |
This metric counts the number of class classifier roles instances.
|
ClassUsedAsAttribute |
This metric counts the number of times class is used as attribute type.
|
ClassUsedAsParameter |
This metric counts the number of times class is used as parameter type.
|
ClassWeightedAttributes |
Weighted attributes per class metric is counted as the sum of complexities of all attributes of a class.
|
ClassWeightedMethods |
Weighted methods per class metric is counts sum of the complexities of a class methods.
|
CouplingBetweenObjects |
Coupling between classes counts a number of other classes to which the class is coupled.
|
CouplingFactor |
Coupling factor is counted as the ratio of the maximum possible number of couplings in the system
(excluding inheritance) to the actual number of couplings (including inheritance).
|
DepthOfInheritanceTree |
Counts maximum distance from a node to the root of the inheritance tree.
|
FunctionPoints |
Counts number of function points in a system.
|
FunctionPointsTimeEstimation |
Counts the amount of time that is needed to develop a project.
|
MethodHidingFactor |
Method hiding factor is counted as the ratio of the sum of invisibilities of all methods defined in all classes
to the total number of methods.
|
MethodInheritanceFactor |
Method inheritance factor is counted as the ratio of the sum of all inherited methods defined in all classes to the
total number of methods (locally defined plus inherited).
|
Metric |
Metric class.
|
MetricType |
Metrics type class.
|
NumberOfAbstractions |
Counts number of abstraction relationships.
|
NumberOfActors |
Counts number of actors.
|
NumberOfAssociations |
Counts number of association relationships.
|
NumberOfAttributes |
Counts number of attributes in a class.
|
NumberOfChildren |
This metric counts the number of subclasses for a class.
|
NumberOfClassesMetric |
Counts number of classes.
|
NumberOfComponents |
Counts number of components.
|
NumberOfDependencies |
Counts number of dependency relationships.
|
NumberOfDiagrams |
Counts number of diagrams.
|
NumberOfEnumerations |
Counts number of enumerations.
|
NumberOfInheritedAttributes |
Counts number of inherited attributes for a class.
|
NumberOfInheritedOperations |
Counts number of inherited operations for a class.
|
NumberOfInterfaces |
Counts number of interfaces.
|
NumberOfMembers |
Counts number of attributes and operations in a class.
|
NumberOfNamespacesMetric |
Counts number of namespaces.
|
NumberOfNodes |
Counts number of nodes.
|
NumberOfOperationsMetric |
Counts number of operations in a class.
|
NumberOfParameters |
Counts number of parameters in the signatures of class operations.
|
NumberOfRelationships |
Counts number of relationships in diagram.
|
NumberOfSignals |
Counts number of signals.
|
NumberOfSymbols |
Counts number of symbols in diagram.
|
NumberOfTypes |
Counts number of types.
|
NumberOfUseCases |
Counts number of use cases by selected use case priority.
|
PolymorphismFactor |
Polymorphism factor is counted as the ratio of the actual number of possible different polymorphic
situation for class (sum of overriding methods) to the maximum number of possible distinct
polymorphic situations for class Ci.
|
ResponseForClass |
Counts number of methods that can potentially be executed in response to a message received a class.
|
ReuseRatio |
Counts package reuse ratio.
|
SpecializationRatio |
Counts package specialization level.
|
UseCasesPriorityRatio |
Counts number of use cases by selected use case priority.
|
UseCasesTimeEstimation |
Counts the amount of time that is needed to develop a project.
|