Package edu.kit.ipd.sdq.eventsim.command
-
Interface Summary Interface Description ICommand<R,M> Instances of this interface provide operations that require access to a certain model in order to produce the desired result.ICommandExecutor<M> Classes implementing this interface provide the execution ofICommands operating on a certain model type M.IPCMCommand<R> Instances of this interface provide operations that require access to a PCM model in order to produce the desired result. -
Class Summary Class Description CachingPCMModelCommandExecutor Use this class to executeICommands requiring access to a PCM model.CountingPCMModelCommandExecutor PCMModelCommandExecutor ExecutesICommands operating on PCM models.