Interface ActiveComponent
- All Superinterfaces:
ArchitecturalPrecondition,tools.mdsd.modelingfoundations.identifier.Entity,EObject,tools.mdsd.modelingfoundations.identifier.Identifier,tools.mdsd.modelingfoundations.identifier.NamedElement,Notifier
- All Known Implementing Classes:
ActiveComponentImpl
A representation of the model object 'Active Component'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.core.entity.InterfaceProvidingRequiringEntityReturns the value of the 'Required Active Component' reference.voidsetRequiredActiveComponent(org.palladiosimulator.pcm.core.entity.InterfaceProvidingRequiringEntity value) Sets the value of the 'Required Active Component' 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 tools.mdsd.modelingfoundations.identifier.Identifier
getId, setIdMethods inherited from interface tools.mdsd.modelingfoundations.identifier.NamedElement
getEntityName, setEntityNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getRequiredActiveComponent
org.palladiosimulator.pcm.core.entity.InterfaceProvidingRequiringEntity getRequiredActiveComponent()Returns the value of the 'Required Active Component' reference.- Returns:
- the value of the 'Required Active Component' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setRequiredActiveComponent
void setRequiredActiveComponent(org.palladiosimulator.pcm.core.entity.InterfaceProvidingRequiringEntity value) Sets the value of the 'Required Active Component' reference.- Parameters:
value- the new value of the 'Required Active Component' reference.- See Also:
- Generated class or method.
-