Package org.scaledl.usageevolution
Interface WorkParameterEvolution
-
- All Known Implementing Classes:
WorkParameterEvolutionImpl
public interface WorkParameterEvolution extends EObject
A representation of the model object ' Work Parameter Evolution'.The following features are supported:
- See Also:
UsageevolutionPackage.getWorkParameterEvolution()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description tools.descartes.dlim.Sequence
getEvolution()
Returns the value of the 'Evolution' reference.org.palladiosimulator.pcm.parameter.VariableCharacterisation
getVariableCharacterisation()
Returns the value of the 'Variable Characterisation' reference.void
setEvolution(tools.descartes.dlim.Sequence value)
Sets the value of the 'Evolution
' reference.void
setVariableCharacterisation(org.palladiosimulator.pcm.parameter.VariableCharacterisation value)
Sets the value of the 'Variable Characterisation
' reference.-
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 Detail
-
getEvolution
tools.descartes.dlim.Sequence getEvolution()
Returns the value of the 'Evolution' reference.If the meaning of the 'Evolution' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Evolution' reference.
- See Also:
setEvolution(Sequence)
,UsageevolutionPackage.getWorkParameterEvolution_Evolution()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setEvolution
void setEvolution(tools.descartes.dlim.Sequence value)
Sets the value of the 'Evolution
' reference.- Parameters:
value
- the new value of the 'Evolution' reference.- See Also:
getEvolution()
- Generated class or method.
-
getVariableCharacterisation
org.palladiosimulator.pcm.parameter.VariableCharacterisation getVariableCharacterisation()
Returns the value of the 'Variable Characterisation' reference.If the meaning of the 'Variable Characterisation' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Variable Characterisation' reference.
- See Also:
setVariableCharacterisation(VariableCharacterisation)
,UsageevolutionPackage.getWorkParameterEvolution_VariableCharacterisation()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setVariableCharacterisation
void setVariableCharacterisation(org.palladiosimulator.pcm.parameter.VariableCharacterisation value)
Sets the value of the 'Variable Characterisation
' reference.- Parameters:
value
- the new value of the 'Variable Characterisation' reference.- See Also:
getVariableCharacterisation()
- Generated class or method.
-
-