Interface Iteration
- All Known Implementing Classes:
IterationImpl
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Component Candidates' containment reference list.Returns the value of the 'Components' containment reference list.double
Returns the value of the 'Cur Comp Threshold' attribute.double
Returns the value of the 'Cur Merge Threshold' attribute.int
Returns the value of the 'Number' attribute.boolean
Returns the value of the 'Is Merge Iteration' attribute.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.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
-
getComponentCandidates
EList<ComponentCandidate> getComponentCandidates()Returns the value of the 'Component Candidates' containment reference list. The list contents are of typeComponentCandidate
.If the meaning of the 'Component Candidates' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Component Candidates' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getComponents
Returns the value of the 'Components' containment reference list. The list contents are of typeComponent
.If the meaning of the 'Components' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Components' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getNumber
int getNumber()Returns the value of the 'Number' attribute.If the meaning of the 'Number' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Number' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setNumber
void setNumber(int value) Sets the value of the 'Number
' attribute.- Parameters:
value
- the new value of the 'Number' attribute.- See Also:
- Generated class or method.
-
getCurCompThreshold
double getCurCompThreshold()Returns the value of the 'Cur Comp Threshold' attribute.If the meaning of the 'Cur Comp Threshold' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Cur Comp Threshold' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setCurCompThreshold
void setCurCompThreshold(double value) Sets the value of the 'Cur Comp Threshold
' attribute.- Parameters:
value
- the new value of the 'Cur Comp Threshold' attribute.- See Also:
- Generated class or method.
-
getCurMergeThreshold
double getCurMergeThreshold()Returns the value of the 'Cur Merge Threshold' attribute.If the meaning of the 'Cur Merge Threshold' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Cur Merge Threshold' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setCurMergeThreshold
void setCurMergeThreshold(double value) Sets the value of the 'Cur Merge Threshold
' attribute.- Parameters:
value
- the new value of the 'Cur Merge Threshold' attribute.- See Also:
- Generated class or method.
-
isIsMergeIteration
boolean isIsMergeIteration()Returns the value of the 'Is Merge Iteration' attribute.If the meaning of the 'Is Merge Iteration' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Is Merge Iteration' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setIsMergeIteration
void setIsMergeIteration(boolean value) Sets the value of the 'Is Merge Iteration
' attribute.- Parameters:
value
- the new value of the 'Is Merge Iteration' attribute.- See Also:
- Generated class or method.
-