Package org.scaledl.usageevolution
Interface WorkParameterEvolution
- All Known Implementing Classes:
WorkParameterEvolutionImpl
A representation of the model object 'Work Parameter Evolution'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiontools.descartes.dlim.SequenceReturns the value of the 'Evolution' reference.org.palladiosimulator.pcm.parameter.VariableCharacterisationReturns the value of the 'Variable Characterisation' reference.voidsetEvolution(tools.descartes.dlim.Sequence value) Sets the value of the 'Evolution' reference.voidsetVariableCharacterisation(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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getEvolution
tools.descartes.dlim.Sequence getEvolution()Returns the value of the 'Evolution' reference.- Returns:
- the value of the 'Evolution' reference.
- See Also:
- 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:
- Generated class or method.
-
getVariableCharacterisation
org.palladiosimulator.pcm.parameter.VariableCharacterisation getVariableCharacterisation()Returns the value of the 'Variable Characterisation' reference.- Returns:
- the value of the 'Variable Characterisation' reference.
- See Also:
- 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:
- Generated class or method.
-