- All Superinterfaces:
- Cloneable
- All Known Implementing Classes:
- HenshinModelAccess, ModelAccess, ModelAccessUseOriginalReferences, StoryDiagramModelAccess
public interface IModelAccess
extends Cloneable
Interface which allows access to all models at simulation time. Two classes of models exist:
global models like the central PCM model, the MonitorRepository model, the RuntimeMeasurement
model, or all reconfiguration rules provided in various models. The second class of models are
read-only copies of a subset of the global models provided to each simulated process/thread when
it starts to execute.
- Author:
- Steffen Becker, Joachim Meyer