Class AbcVector
java.lang.Object
org.gmetrics.metric.abc.AbcVector
- All Implemented Interfaces:
groovy.lang.GroovyObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intfinal intfinal intgroovy.lang.MetaClassgetProperty(String property) invokeMethod(String method, Object arguments) voidsetMetaClass(groovy.lang.MetaClass mc) voidsetProperty(String property, Object value) toString()
-
Constructor Details
-
AbcVector
public AbcVector(int assignments, int branches, int conditions)
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject
-
invokeMethod
-
getProperty
-
setProperty
-
getAssignments
public final int getAssignments() -
getBranches
public final int getBranches() -
getConditions
public final int getConditions() -
getMagnitude
-
toString
-