Interface MetricValuesModel
- All Known Implementing Classes:
MetricValuesModelImpl
The following features are supported:
Iterations
Min Comp Threshold
Max Merge Threshold
Weight Low Coupling
Weight High Coupling
Weight Low Name Resemblance
Weight Mid Name Resemblance
Weight High Name Resemblance
Weight Interface Violation Relevant
Weight Interface Violation Irrelevant
Weight High SLAQ
Weight Low SLAQ
Weight Package Mapping
Weight Directory Mapping
Weight DMS
Weight Highest Name Resemblance
Wildcard Key
Additional Wildcards
Min Merge Threshold
Max Compose Threshold
Compose Threshold Decrement
Merge Threshold Decrement
Excluded Prefixes For Name Resemblance
Excluded Suffixes For Name Resemblance
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Additional Wildcards' attribute.double
Returns the value of the 'Compose Threshold Decrement' attribute.Returns the value of the 'Excluded Prefixes For Name Resemblance' attribute.Returns the value of the 'Excluded Suffixes For Name Resemblance' attribute.Returns the value of the 'Iterations' containment reference list.double
Returns the value of the 'Max Compose Threshold' attribute.double
Returns the value of the 'Max Merge Threshold' attribute.double
Returns the value of the 'Merge Threshold Decrement' attribute.double
Returns the value of the 'Min Comp Threshold' attribute.double
Returns the value of the 'Min Merge Threshold' attribute.double
Returns the value of the 'Weight Directory Mapping' attribute.double
Returns the value of the 'Weight DMS' attribute.double
Returns the value of the 'Weight High Coupling' attribute.double
Returns the value of the 'Weight Highest Name Resemblance' attribute.double
Returns the value of the 'Weight High Name Resemblance' attribute.double
Returns the value of the 'Weight High SLAQ' attribute.double
Returns the value of the 'Weight Interface Violation Irrelevant' attribute.double
Returns the value of the 'Weight Interface Violation Relevant' attribute.double
Returns the value of the 'Weight Low Coupling' attribute.double
Returns the value of the 'Weight Low Name Resemblance' attribute.double
Returns the value of the 'Weight Low SLAQ' attribute.double
Returns the value of the 'Weight Mid Name Resemblance' attribute.double
Returns the value of the 'Weight Package Mapping' attribute.Returns the value of the 'Wildcard Key' attribute.void
setAdditionalWildcards
(String value) Sets the value of the 'Additional Wildcards
' attribute.void
setComposeThresholdDecrement
(double value) Sets the value of the 'Compose Threshold Decrement
' attribute.void
Sets the value of the 'Excluded Prefixes For Name Resemblance
' attribute.void
Sets the value of the 'Excluded Suffixes For Name Resemblance
' attribute.void
setMaxComposeThreshold
(double value) Sets the value of the 'Max Compose Threshold
' attribute.void
setMaxMergeThreshold
(double value) Sets the value of the 'Max Merge Threshold
' attribute.void
setMergeThresholdDecrement
(double value) Sets the value of the 'Merge Threshold Decrement
' attribute.void
setMinCompThreshold
(double value) Sets the value of the 'Min Comp Threshold
' attribute.void
setMinMergeThreshold
(double value) Sets the value of the 'Min Merge Threshold
' attribute.void
setWeightDirectoryMapping
(double value) Sets the value of the 'Weight Directory Mapping
' attribute.void
setWeightDMS
(double value) Sets the value of the 'Weight DMS
' attribute.void
setWeightHighCoupling
(double value) Sets the value of the 'Weight High Coupling
' attribute.void
setWeightHighestNameResemblance
(double value) Sets the value of the 'Weight Highest Name Resemblance
' attribute.void
setWeightHighNameResemblance
(double value) Sets the value of the 'Weight High Name Resemblance
' attribute.void
setWeightHighSLAQ
(double value) Sets the value of the 'Weight High SLAQ
' attribute.void
setWeightInterfaceViolationIrrelevant
(double value) Sets the value of the 'Weight Interface Violation Irrelevant
' attribute.void
setWeightInterfaceViolationRelevant
(double value) Sets the value of the 'Weight Interface Violation Relevant
' attribute.void
setWeightLowCoupling
(double value) Sets the value of the 'Weight Low Coupling
' attribute.void
setWeightLowNameResemblance
(double value) Sets the value of the 'Weight Low Name Resemblance
' attribute.void
setWeightLowSLAQ
(double value) Sets the value of the 'Weight Low SLAQ
' attribute.void
setWeightMidNameResemblance
(double value) Sets the value of the 'Weight Mid Name Resemblance
' attribute.void
setWeightPackageMapping
(double value) Sets the value of the 'Weight Package Mapping
' attribute.void
setWildcardKey
(String value) Sets the value of the 'Wildcard Key
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getIterations
Returns the value of the 'Iterations' containment reference list. The list contents are of typeIteration
.If the meaning of the 'Iterations' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Iterations' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getMinCompThreshold
double getMinCompThreshold()Returns the value of the 'Min Comp Threshold' attribute.If the meaning of the 'Min Comp Threshold' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Min Comp Threshold' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setMinCompThreshold
void setMinCompThreshold(double value) Sets the value of the 'Min Comp Threshold
' attribute.- Parameters:
value
- the new value of the 'Min Comp Threshold' attribute.- See Also:
- Generated class or method.
-
getMaxMergeThreshold
double getMaxMergeThreshold()Returns the value of the 'Max Merge Threshold' attribute.If the meaning of the 'Max Merge Threshold' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Max Merge Threshold' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setMaxMergeThreshold
void setMaxMergeThreshold(double value) Sets the value of the 'Max Merge Threshold
' attribute.- Parameters:
value
- the new value of the 'Max Merge Threshold' attribute.- See Also:
- Generated class or method.
-
getWeightLowCoupling
double getWeightLowCoupling()Returns the value of the 'Weight Low Coupling' attribute.If the meaning of the 'Weight Low Coupling' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Weight Low Coupling' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setWeightLowCoupling
void setWeightLowCoupling(double value) Sets the value of the 'Weight Low Coupling
' attribute.- Parameters:
value
- the new value of the 'Weight Low Coupling' attribute.- See Also:
- Generated class or method.
-
getWeightHighCoupling
double getWeightHighCoupling()Returns the value of the 'Weight High Coupling' attribute.If the meaning of the 'Weight High Coupling' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Weight High Coupling' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setWeightHighCoupling
void setWeightHighCoupling(double value) Sets the value of the 'Weight High Coupling
' attribute.- Parameters:
value
- the new value of the 'Weight High Coupling' attribute.- See Also:
- Generated class or method.
-
getWeightLowNameResemblance
double getWeightLowNameResemblance()Returns the value of the 'Weight Low Name Resemblance' attribute.If the meaning of the 'Weight Low Name Resemblance' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Weight Low Name Resemblance' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setWeightLowNameResemblance
void setWeightLowNameResemblance(double value) Sets the value of the 'Weight Low Name Resemblance
' attribute.- Parameters:
value
- the new value of the 'Weight Low Name Resemblance' attribute.- See Also:
- Generated class or method.
-
getWeightMidNameResemblance
double getWeightMidNameResemblance()Returns the value of the 'Weight Mid Name Resemblance' attribute.If the meaning of the 'Weight Mid Name Resemblance' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Weight Mid Name Resemblance' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setWeightMidNameResemblance
void setWeightMidNameResemblance(double value) Sets the value of the 'Weight Mid Name Resemblance
' attribute.- Parameters:
value
- the new value of the 'Weight Mid Name Resemblance' attribute.- See Also:
- Generated class or method.
-
getWeightHighNameResemblance
double getWeightHighNameResemblance()Returns the value of the 'Weight High Name Resemblance' attribute.If the meaning of the 'Weight High Name Resemblance' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Weight High Name Resemblance' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setWeightHighNameResemblance
void setWeightHighNameResemblance(double value) Sets the value of the 'Weight High Name Resemblance
' attribute.- Parameters:
value
- the new value of the 'Weight High Name Resemblance' attribute.- See Also:
- Generated class or method.
-
getWeightInterfaceViolationRelevant
double getWeightInterfaceViolationRelevant()Returns the value of the 'Weight Interface Violation Relevant' attribute.If the meaning of the 'Weight Interface Violation Relevant' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Weight Interface Violation Relevant' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setWeightInterfaceViolationRelevant
void setWeightInterfaceViolationRelevant(double value) Sets the value of the 'Weight Interface Violation Relevant
' attribute.- Parameters:
value
- the new value of the 'Weight Interface Violation Relevant' attribute.- See Also:
- Generated class or method.
-
getWeightInterfaceViolationIrrelevant
double getWeightInterfaceViolationIrrelevant()Returns the value of the 'Weight Interface Violation Irrelevant' attribute.If the meaning of the 'Weight Interface Violation Irrelevant' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Weight Interface Violation Irrelevant' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setWeightInterfaceViolationIrrelevant
void setWeightInterfaceViolationIrrelevant(double value) Sets the value of the 'Weight Interface Violation Irrelevant
' attribute.- Parameters:
value
- the new value of the 'Weight Interface Violation Irrelevant' attribute.- See Also:
- Generated class or method.
-
getWeightHighSLAQ
double getWeightHighSLAQ()Returns the value of the 'Weight High SLAQ' attribute.If the meaning of the 'Weight High SLAQ' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Weight High SLAQ' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setWeightHighSLAQ
void setWeightHighSLAQ(double value) Sets the value of the 'Weight High SLAQ
' attribute.- Parameters:
value
- the new value of the 'Weight High SLAQ' attribute.- See Also:
- Generated class or method.
-
getWeightLowSLAQ
double getWeightLowSLAQ()Returns the value of the 'Weight Low SLAQ' attribute.If the meaning of the 'Weight Low SLAQ' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Weight Low SLAQ' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setWeightLowSLAQ
void setWeightLowSLAQ(double value) Sets the value of the 'Weight Low SLAQ
' attribute.- Parameters:
value
- the new value of the 'Weight Low SLAQ' attribute.- See Also:
- Generated class or method.
-
getWeightPackageMapping
double getWeightPackageMapping()Returns the value of the 'Weight Package Mapping' attribute.If the meaning of the 'Weight Package Mapping' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Weight Package Mapping' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setWeightPackageMapping
void setWeightPackageMapping(double value) Sets the value of the 'Weight Package Mapping
' attribute.- Parameters:
value
- the new value of the 'Weight Package Mapping' attribute.- See Also:
- Generated class or method.
-
getWeightDirectoryMapping
double getWeightDirectoryMapping()Returns the value of the 'Weight Directory Mapping' attribute.If the meaning of the 'Weight Directory Mapping' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Weight Directory Mapping' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setWeightDirectoryMapping
void setWeightDirectoryMapping(double value) Sets the value of the 'Weight Directory Mapping
' attribute.- Parameters:
value
- the new value of the 'Weight Directory Mapping' attribute.- See Also:
- Generated class or method.
-
getWeightDMS
double getWeightDMS()Returns the value of the 'Weight DMS' attribute.If the meaning of the 'Weight DMS' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Weight DMS' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setWeightDMS
void setWeightDMS(double value) Sets the value of the 'Weight DMS
' attribute.- Parameters:
value
- the new value of the 'Weight DMS' attribute.- See Also:
- Generated class or method.
-
getWeightHighestNameResemblance
double getWeightHighestNameResemblance()Returns the value of the 'Weight Highest Name Resemblance' attribute.If the meaning of the 'Weight Highest Name Resemblance' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Weight Highest Name Resemblance' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setWeightHighestNameResemblance
void setWeightHighestNameResemblance(double value) Sets the value of the 'Weight Highest Name Resemblance
' attribute.- Parameters:
value
- the new value of the 'Weight Highest Name Resemblance' attribute.- See Also:
- Generated class or method.
-
getWildcardKey
String getWildcardKey()Returns the value of the 'Wildcard Key' attribute.If the meaning of the 'Wildcard Key' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Wildcard Key' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setWildcardKey
Sets the value of the 'Wildcard Key
' attribute.- Parameters:
value
- the new value of the 'Wildcard Key' attribute.- See Also:
- Generated class or method.
-
getAdditionalWildcards
String getAdditionalWildcards()Returns the value of the 'Additional Wildcards' attribute.If the meaning of the 'Additional Wildcards' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Additional Wildcards' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setAdditionalWildcards
Sets the value of the 'Additional Wildcards
' attribute.- Parameters:
value
- the new value of the 'Additional Wildcards' attribute.- See Also:
- Generated class or method.
-
getMinMergeThreshold
double getMinMergeThreshold()Returns the value of the 'Min Merge Threshold' attribute.If the meaning of the 'Min Merge Threshold' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Min Merge Threshold' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setMinMergeThreshold
void setMinMergeThreshold(double value) Sets the value of the 'Min Merge Threshold
' attribute.- Parameters:
value
- the new value of the 'Min Merge Threshold' attribute.- See Also:
- Generated class or method.
-
getMaxComposeThreshold
double getMaxComposeThreshold()Returns the value of the 'Max Compose Threshold' attribute.If the meaning of the 'Max Compose Threshold' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Max Compose Threshold' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setMaxComposeThreshold
void setMaxComposeThreshold(double value) Sets the value of the 'Max Compose Threshold
' attribute.- Parameters:
value
- the new value of the 'Max Compose Threshold' attribute.- See Also:
- Generated class or method.
-
getComposeThresholdDecrement
double getComposeThresholdDecrement()Returns the value of the 'Compose Threshold Decrement' attribute.If the meaning of the 'Compose Threshold Decrement' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Compose Threshold Decrement' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setComposeThresholdDecrement
void setComposeThresholdDecrement(double value) Sets the value of the 'Compose Threshold Decrement
' attribute.- Parameters:
value
- the new value of the 'Compose Threshold Decrement' attribute.- See Also:
- Generated class or method.
-
getMergeThresholdDecrement
double getMergeThresholdDecrement()Returns the value of the 'Merge Threshold Decrement' attribute.If the meaning of the 'Merge Threshold Decrement' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Merge Threshold Decrement' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setMergeThresholdDecrement
void setMergeThresholdDecrement(double value) Sets the value of the 'Merge Threshold Decrement
' attribute.- Parameters:
value
- the new value of the 'Merge Threshold Decrement' attribute.- See Also:
- Generated class or method.
-
getExcludedPrefixesForNameResemblance
String getExcludedPrefixesForNameResemblance()Returns the value of the 'Excluded Prefixes For Name Resemblance' attribute.If the meaning of the 'Excluded Prefixes For Name Resemblance' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Excluded Prefixes For Name Resemblance' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setExcludedPrefixesForNameResemblance
Sets the value of the 'Excluded Prefixes For Name Resemblance
' attribute.- Parameters:
value
- the new value of the 'Excluded Prefixes For Name Resemblance' attribute.- See Also:
- Generated class or method.
-
getExcludedSuffixesForNameResemblance
String getExcludedSuffixesForNameResemblance()Returns the value of the 'Excluded Suffixes For Name Resemblance' attribute.If the meaning of the 'Excluded Suffixes For Name Resemblance' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Excluded Suffixes For Name Resemblance' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setExcludedSuffixesForNameResemblance
Sets the value of the 'Excluded Suffixes For Name Resemblance
' attribute.- Parameters:
value
- the new value of the 'Excluded Suffixes For Name Resemblance' attribute.- See Also:
- Generated class or method.
-