public interface ControllerMapping extends EObject, org.palladiosimulator.pcm.core.entity.Entity
The following features are supported:
MappingPackage.getControllerMapping()| Modifier and Type | Method and Description |
|---|---|
org.palladiosimulator.pcm.repository.OperationProvidedRole |
getControllerRole()
Returns the value of the 'Controller Role' reference.
|
ControllerCall |
getMappedCall()
Returns the value of the 'Mapped Call' reference.
|
Mapping |
getMapping()
Returns the value of the 'Mapping' container reference.
|
void |
setControllerRole(org.palladiosimulator.pcm.repository.OperationProvidedRole value)
Sets the value of the '
Controller Role' reference. |
void |
setMappedCall(ControllerCall value)
Sets the value of the '
Mapped Call' reference. |
void |
setMapping(Mapping value)
Sets the value of the '
Mapping' container reference. |
getEntityName, setEntityNamecdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverControllerCall getMappedCall()
If the meaning of the 'Mapped Call' reference isn't clear, there really should be more of a description here...
setMappedCall(ControllerCall),
MappingPackage.getControllerMapping_MappedCall()void setMappedCall(ControllerCall value)
Mapped Call' reference. value - the new value of the 'Mapped Call' reference.getMappedCall()org.palladiosimulator.pcm.repository.OperationProvidedRole getControllerRole()
If the meaning of the 'Controller Role' reference isn't clear, there really should be more of a description here...
setControllerRole(OperationProvidedRole),
MappingPackage.getControllerMapping_ControllerRole()void setControllerRole(org.palladiosimulator.pcm.repository.OperationProvidedRole value)
Controller Role' reference. value - the new value of the 'Controller Role' reference.getControllerRole()Mapping getMapping()
Controller Mappings'.
If the meaning of the 'Mapping' container reference isn't clear, there really should be more of a description here...
setMapping(Mapping),
MappingPackage.getControllerMapping_Mapping(),
Mapping.getControllerMappings()void setMapping(Mapping value)
Mapping' container reference. value - the new value of the 'Mapping' container reference.getMapping()