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 ofICommand
s 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 executeICommand
s requiring access to a PCM model.CountingPCMModelCommandExecutor PCMModelCommandExecutor ExecutesICommand
s operating on PCM models.