Package placementDescription
Interface ControlFlowPlacementStrategy
- All Superinterfaces:
EObject,Notifier,PlacementStrategy
- All Known Implementing Classes:
ControlFlowPlacementStrategyImpl
A representation of the model object 'Control Flow Placement Strategy'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.repository.RepositoryComponentReturns the value of the 'For All Control Flows In' reference.voidsetForAllControlFlowsIn(org.palladiosimulator.pcm.repository.RepositoryComponent value) Sets the value of the 'For All Control Flows 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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getForAllControlFlowsIn
org.palladiosimulator.pcm.repository.RepositoryComponent getForAllControlFlowsIn()Returns the value of the 'For All Control Flows In' reference.If the meaning of the 'For All Control Flows In' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'For All Control Flows In' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setForAllControlFlowsIn
void setForAllControlFlowsIn(org.palladiosimulator.pcm.repository.RepositoryComponent value) Sets the value of the 'For All Control Flows In' reference.- Parameters:
value- the new value of the 'For All Control Flows In' reference.- See Also:
- Generated class or method.
-