Interface SeffInternalAction
-
- All Superinterfaces:
EObject,Notifier,SeffAction
- All Known Implementing Classes:
SeffInternalActionImpl
public interface SeffInternalAction extends SeffAction
A representation of the model object 'Seff Internal Action'.The following features are supported:
- See Also:
RepoLangPackage.getSeffInternalAction()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDemand()Returns the value of the 'Demand' attribute.org.palladiosimulator.pcm.resourcetype.ProcessingResourceTypegetDemandType()Returns the value of the 'Demand Type' reference.voidsetDemand(String value)Sets the value of the 'Demand' attribute.voidsetDemandType(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 Detail
-
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:
setDemandType(ProcessingResourceType),RepoLangPackage.getSeffInternalAction_DemandType()- 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:
getDemandType()- Generated class or method.
-
getDemand
String getDemand()
Returns the value of the 'Demand' attribute.- Returns:
- the value of the 'Demand' attribute.
- See Also:
setDemand(String),RepoLangPackage.getSeffInternalAction_Demand()- Generated class or method.
- EMF model class or method.
-
setDemand
void setDemand(String value)
Sets the value of the 'Demand' attribute.- Parameters:
value- the new value of the 'Demand' attribute.- See Also:
getDemand()- Generated class or method.
-
-