Package org.gmetrics.metric.coupling
Class EfferentCouplingReferenceManager
- java.lang.Object
-
- org.gmetrics.metric.coupling.AbstractCouplingReferenceManager
-
- org.gmetrics.metric.coupling.EfferentCouplingReferenceManager
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
public class EfferentCouplingReferenceManager extends AbstractCouplingReferenceManager
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringREFERENCED_PACKAGES-
Fields inherited from class org.gmetrics.metric.coupling.AbstractCouplingReferenceManager
metricResultMap, referencesFromPackage, ROOT
-
-
Constructor Summary
Constructors Constructor Description EfferentCouplingReferenceManager(Metric metric)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MutableMapMetricResultcreateEmptyMetricResult()groovy.lang.MetaClassgetMetaClass()java.lang.ObjectgetProperty(java.lang.String property)java.lang.ObjectinvokeMethod(java.lang.String method, java.lang.Object arguments)voidsetMetaClass(groovy.lang.MetaClass mc)voidsetProperty(java.lang.String property, java.lang.Object value)voidupdateStatisticsForAllPackages()-
Methods inherited from class org.gmetrics.metric.coupling.AbstractCouplingReferenceManager
addReferencesFromPackage, getMetric, getPackageMetricResult, getReferencesFromPackage, isSourcePackageOrAncestor, normalizePackageName, parentPackageName, sortPackagesWithReferencesWithParentFirst, updateStatisticsForAncestorPackage
-
-
-
-
Field Detail
-
REFERENCED_PACKAGES
protected static final java.lang.String REFERENCED_PACKAGES
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EfferentCouplingReferenceManager
public EfferentCouplingReferenceManager(Metric metric)
-
-
Method Detail
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject- Overrides:
getMetaClassin classAbstractCouplingReferenceManager
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject- Overrides:
setMetaClassin classAbstractCouplingReferenceManager
-
invokeMethod
public java.lang.Object invokeMethod(java.lang.String method, java.lang.Object arguments)- Specified by:
invokeMethodin interfacegroovy.lang.GroovyObject- Overrides:
invokeMethodin classAbstractCouplingReferenceManager
-
getProperty
public java.lang.Object getProperty(java.lang.String property)
- Specified by:
getPropertyin interfacegroovy.lang.GroovyObject- Overrides:
getPropertyin classAbstractCouplingReferenceManager
-
setProperty
public void setProperty(java.lang.String property, java.lang.Object value)- Specified by:
setPropertyin interfacegroovy.lang.GroovyObject- Overrides:
setPropertyin classAbstractCouplingReferenceManager
-
updateStatisticsForAllPackages
public void updateStatisticsForAllPackages()
-
createEmptyMetricResult
protected MutableMapMetricResult createEmptyMetricResult()
- Specified by:
createEmptyMetricResultin classAbstractCouplingReferenceManager
-
-