| Package | Description |
|---|---|
| org.palladiosimulator.simulizar.reconfiguration |
Package containing the interfaces and listeners needed to trigger and implement reconfigurations
on the model@runtime.
|
| org.palladiosimulator.simulizar.reconfiguration.henshin | |
| org.palladiosimulator.simulizar.reconfiguration.qvto | |
| org.palladiosimulator.simulizar.reconfiguration.storydiagram |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReconfigurator |
| Constructor and Description |
|---|
Reconfigurator(de.uka.ipd.sdq.simucomframework.model.SimuComModel model,
IModelAccess modelAccessFactory,
de.uka.ipd.sdq.simulation.abstractsimengine.ISimulationControl simulationcontrol,
List<IReconfigurator> reconfigurators)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HenshinReconfigurator |
| Modifier and Type | Class and Description |
|---|---|
class |
QVTOReconfigurator
A reconfigurator implementation which relies on QVTo to do the reconfiguration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SDReconfigurator
A reconfigurator implementation which relies on story diagrams to do the reconfiguration.
|