Package edu.kit.ipd.sdq.eventsim.command
Interface IPCMCommand<R>
-
- Type Parameters:
R
- the return type of the command. UseVoid
, if the command is not supposed to return a value.
- All Known Implementing Classes:
BuildComponentInstances
,BuildResourceAllocation
,BuildSimulatedResourceEnvironment
,BuildWorkloadGenerator
,FindActionInBehaviour
,FindActionInUsageBehaviour
,FindActionsInSeff
,FindActionsInUsageScenario
,FindAllActionsByType
,FindAllPassiveResources
,FindAllUserActionsByType
,FindAssemblyContextForSystemCall
,FindPassiveResourcesInAssemblyContext
,FindSeffsForAssemblyContext
,FindUsageScenarios
,InstallExternalCallParameterHandling
public interface IPCMCommand<R> extends ICommand<R,PCMModel>
Instances of this interface provide operations that require access to a PCM model in order to produce the desired result.- See Also:
ICommand