| Package | Description |
|---|---|
| org.palladiosimulator.simulizar.action.mapping | |
| org.palladiosimulator.simulizar.action.mapping.impl | |
| org.palladiosimulator.simulizar.action.mapping.util |
| Modifier and Type | Method and Description |
|---|---|
Mapping |
MappingFactory.createMapping()
Returns a new object of class 'Mapping'.
|
Mapping |
ControllerMapping.getMapping()
Returns the value of the 'Mapping' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ControllerMapping.setMapping(Mapping value)
Sets the value of the '
Mapping' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
MappingImpl
An implementation of the model object 'Mapping'.
|
| Modifier and Type | Method and Description |
|---|---|
Mapping |
MappingFactoryImpl.createMapping() |
Mapping |
ControllerMappingImpl.getMapping() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
ControllerMappingImpl.basicSetMapping(Mapping newMapping,
NotificationChain msgs) |
void |
ControllerMappingImpl.setMapping(Mapping newMapping) |
| Modifier and Type | Method and Description |
|---|---|
T |
MappingSwitch.caseMapping(Mapping object)
Returns the result of interpreting the object as an instance of 'Mapping'.
|