Interface SeffInternalAction
- All Superinterfaces:
EObject
,Notifier
,SeffAction
- All Known Implementing Classes:
SeffInternalActionImpl
A representation of the model object 'Seff Internal Action'.
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 'Demand' attribute.org.palladiosimulator.pcm.resourcetype.ProcessingResourceType
Returns the value of the 'Demand Type' reference.void
Sets the value of the 'Demand
' attribute.void
setDemandType
(org.palladiosimulator.pcm.resourcetype.ProcessingResourceType value) Sets the value of the 'Demand Type
' 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
Methods inherited from interface com.palladiosimulator.textual.repository.repoLang.SeffAction
getName, setName
-
Method Details
-
getDemandType
org.palladiosimulator.pcm.resourcetype.ProcessingResourceType getDemandType()Returns the value of the 'Demand Type' reference.- Returns:
- the value of the 'Demand Type' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setDemandType
void setDemandType(org.palladiosimulator.pcm.resourcetype.ProcessingResourceType value) Sets the value of the 'Demand Type
' reference.- Parameters:
value
- the new value of the 'Demand Type' reference.- See Also:
- Generated class or method.
-
getDemand
String getDemand()Returns the value of the 'Demand' attribute.- Returns:
- the value of the 'Demand' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setDemand
Sets the value of the 'Demand
' attribute.- Parameters:
value
- the new value of the 'Demand' attribute.- See Also:
- Generated class or method.
-