public interface Iteration extends EObject
The following features are supported:
MetricvaluesPackage.getIteration()
Modifier and Type | Method and Description |
---|---|
ComponentCandidate[] |
getComponentCandidates() |
ComponentCandidate |
getComponentCandidates(int index) |
int |
getComponentCandidatesLength() |
EList<ComponentCandidate> |
getComponentCandidatesList()
Returns the value of the 'Component Candidates' containment reference list.
|
Component[] |
getComponents() |
Component |
getComponents(int index) |
int |
getComponentsLength() |
EList<Component> |
getComponentsList()
Returns the value of the 'Components' containment reference list.
|
double |
getCurCompThreshold()
Returns the value of the 'Cur Comp Threshold' attribute.
|
double |
getCurMergeThreshold()
Returns the value of the 'Cur Merge Threshold' attribute.
|
int |
getNumber()
Returns the value of the 'Number' attribute.
|
boolean |
isIsMergeIteration()
Returns the value of the 'Is Merge Iteration' attribute.
|
void |
setComponentCandidates(ComponentCandidate[] newComponentCandidates) |
void |
setComponentCandidates(int index,
ComponentCandidate element) |
void |
setComponents(Component[] newComponents) |
void |
setComponents(int index,
Component element) |
void |
setCurCompThreshold(double value)
Sets the value of the '
Cur Comp Threshold ' attribute. |
void |
setCurMergeThreshold(double value)
Sets the value of the '
Cur Merge Threshold ' attribute. |
void |
setIsMergeIteration(boolean value)
Sets the value of the '
Is Merge Iteration ' attribute. |
void |
setNumber(int value)
Sets the value of the '
Number ' attribute. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
ComponentCandidate[] getComponentCandidates()
ComponentCandidate getComponentCandidates(int index)
int getComponentCandidatesLength()
void setComponentCandidates(ComponentCandidate[] newComponentCandidates)
void setComponentCandidates(int index, ComponentCandidate element)
EList<ComponentCandidate> getComponentCandidatesList()
ComponentCandidate
.
If the meaning of the 'Component Candidates' containment reference list isn't clear, there really should be more of a description here...
MetricvaluesPackage.getIteration_ComponentCandidates()
Component[] getComponents()
Component getComponents(int index)
int getComponentsLength()
void setComponents(Component[] newComponents)
void setComponents(int index, Component element)
EList<Component> getComponentsList()
Component
.
If the meaning of the 'Components' containment reference list isn't clear, there really should be more of a description here...
MetricvaluesPackage.getIteration_Components()
int getNumber()
If the meaning of the 'Number' attribute isn't clear, there really should be more of a description here...
setNumber(int)
,
MetricvaluesPackage.getIteration_Number()
void setNumber(int value)
Number
' attribute.
value
- the new value of the 'Number' attribute.getNumber()
double getCurCompThreshold()
If the meaning of the 'Cur Comp Threshold' attribute isn't clear, there really should be more of a description here...
setCurCompThreshold(double)
,
MetricvaluesPackage.getIteration_CurCompThreshold()
void setCurCompThreshold(double value)
Cur Comp Threshold
' attribute.
value
- the new value of the 'Cur Comp Threshold' attribute.getCurCompThreshold()
double getCurMergeThreshold()
If the meaning of the 'Cur Merge Threshold' attribute isn't clear, there really should be more of a description here...
setCurMergeThreshold(double)
,
MetricvaluesPackage.getIteration_CurMergeThreshold()
void setCurMergeThreshold(double value)
Cur Merge Threshold
' attribute.
value
- the new value of the 'Cur Merge Threshold' attribute.getCurMergeThreshold()
boolean isIsMergeIteration()
If the meaning of the 'Is Merge Iteration' attribute isn't clear, there really should be more of a description here...
setIsMergeIteration(boolean)
,
MetricvaluesPackage.getIteration_IsMergeIteration()
void setIsMergeIteration(boolean value)
Is Merge Iteration
' attribute.
value
- the new value of the 'Is Merge Iteration' attribute.isIsMergeIteration()