Data Property: hasDescription
http://se-on.org/ontologies/general/2012/02/main.owl#hasDescription
Annotations (1)
-
comment "A brief description of an entity." ()
Domains (1)
Usage (35)
-
DataProperty: hasDescription
-
NProtM hasDescription "The number of protected members of a class." ()
-
ahh hasDescription "The average of the Height of the Inheritance Tree (HIT) of all the the root classes of a system." ()
-
amw hasDescription "The average McCabe's cyclomatic complexity of the methods of a class (Average Method Weight)." ()
-
andc hasDescription "The average number of direct subclasses of a class." ()
-
atfd hasDescription "The number of attributes from unrelated classes accessed through accessor methods or directly by a method or a class (Access To Foreign Data)." ()
-
bovr hasDescription "The number of methods of the measured class overriding methods from the base class, divided by the total number of methods in the class (Base Class Overriding Ration)." ()
-
bur hasDescription "The number of protected members used by the measured class divided by the total number of protected members from the base class (Base Class Usage Ratio)." ()
-
cc hasDescription "The number of distinct classes in which the methods calling the measured method are defined (Changing Classes)." ()
-
cdisp hasDescription "The distinct number of classes in which the methods called by the measured method are defined (Coupling Dispersion)." ()
-
cint hasDescription "The distinct number of distinct methods called by a method (Coupling Intensity)." ()
-
cm hasDescription "The number of distinct methods calling the measured method (Changing Methods)." ()
-
fanIn hasDescription "The number of classes calling a specific code entity." ()
-
fanOut hasDescription "The number of called classes by a specific code entity." ()
-
fdp hasDescription "The number of classes in which the attributes accessed by a method are defined. Only classes that are unrelated to the method's definition class are considered (Foreign Data Providers)." ()
-
hit hasDescription "The maximum path length from a class to its deepest subclass." ()
-
laa hasDescription "The number of accessed attributes that are from the measured method's definition class, divided by the total number of accessed attributes, including attributes accessed via accessor methods (Locality of Attribute Accesses). " ()
-
loc hasDescription "The lines of code of a code entity." ()
-
maxNesting hasDescription "The maximum nesting level of control structures of a method/function." ()
-
mcCabe hasDescription "The McCabe's cyclomatic complexity of a code entity." ()
-
nas hasDescription "The number of public methods of a class that are not overridden or specialized from the ancestor classes (Number of Added Services)." ()
-
ndc hasDescription "The number of direct subclasses of a class." ()
-
noa hasDescription "The number of attributes of a class." ()
-
noam hasDescription "The number of accessor methods of a class." ()
-
noav hasDescription "The number of variables accessed by a method." ()
-
noc hasDescription "The number of classes in the system." ()
-
nom hasDescription "The number of methods of a class." ()
-
nop hasDescription "The number of packages/namespaces in the system." ()
-
nopa hasDescription "The number of public attributes of a class." ()
-
nopar hasDescription "The number of parameters of a method." ()
-
norm hasDescription "The number of methods overriding a method in any one of the super-classes of a class" ()
-
numberOfCalls hasDescription "The total number of distinct operation calls (method invocations) in a system." ()
-
pnas hasDescription "The nas metrics of a class divided by its total number of public methods." ()
-
tcc hasDescription "The relative number of directly connected public methods (i.e. the ones that access in common at least one attribute) in a class (Tight Class Cohesion)." ()
-
wmc hasDescription "The sum of McCabe's cyclomatic complexity of the methods of a class." ()