Package placementDescription
Interface InternalActionPlacementStrategy
-
- All Superinterfaces:
EObject
,Notifier
,PlacementStrategy
- All Known Implementing Classes:
InternalActionPlacementStrategyImpl
public interface InternalActionPlacementStrategy extends PlacementStrategy
A representation of the model object 'Internal Action Placement Strategy'.The following features are supported:
- See Also:
PlacementDescriptionPackage.getInternalActionPlacementStrategy()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.pcm.repository.RepositoryComponent
getForAllInternalActionsIn()
Returns the value of the 'For All Internal Actions In' reference.void
setForAllInternalActionsIn(org.palladiosimulator.pcm.repository.RepositoryComponent value)
Sets the value of the 'For All Internal Actions In
' 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
-
getForAllInternalActionsIn
org.palladiosimulator.pcm.repository.RepositoryComponent getForAllInternalActionsIn()
Returns the value of the 'For All Internal Actions In' reference.If the meaning of the 'For All Internal Actions In' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'For All Internal Actions In' reference.
- See Also:
setForAllInternalActionsIn(RepositoryComponent)
,PlacementDescriptionPackage.getInternalActionPlacementStrategy_ForAllInternalActionsIn()
- Generated class or method.
- EMF model class or method.
-
setForAllInternalActionsIn
void setForAllInternalActionsIn(org.palladiosimulator.pcm.repository.RepositoryComponent value)
Sets the value of the 'For All Internal Actions In
' reference.- Parameters:
value
- the new value of the 'For All Internal Actions In' reference.- See Also:
getForAllInternalActionsIn()
- Generated class or method.
-
-