Package org.somox.sourcecodedecorator
Interface PCMSystemImplementatingClassesLink
- All Superinterfaces:
ComponentImplementingClassesLink
,EObject
,Notifier
- All Known Implementing Classes:
PCMSystemImplementatingClassesLinkImpl
A representation of the model object '
PCM System Implementating Classes Link'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.system.System
Returns the value of the 'System Model' reference.void
setSystemModel
(org.palladiosimulator.pcm.system.System value) Sets the value of the 'System Model
' reference.Methods inherited from interface org.somox.sourcecodedecorator.ComponentImplementingClassesLink
getComponent, getImplementingClasses, getProvidedInterfaces, getRequiredInterfaces, getSubComponents, isIsCompositeComponent, isIsInitialComponent, isSetIsCompositeComponent, setComponent, setIsInitialComponent
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 Details
-
getSystemModel
org.palladiosimulator.pcm.system.System getSystemModel()Returns the value of the 'System Model' reference.If the meaning of the 'System Model' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'System Model' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
setSystemModel
void setSystemModel(org.palladiosimulator.pcm.system.System value) Sets the value of the 'System Model
' reference.- Parameters:
value
- the new value of the 'System Model' reference.- See Also:
- Generated class or method.
-