Class FindAllUserActionsByType<A extends org.palladiosimulator.pcm.usagemodel.AbstractUserAction>
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.command.useraction.FindAllUserActionsByType<A>
-
- All Implemented Interfaces:
ICommand<List<A>,PCMModel>
,IPCMCommand<List<A>>
public class FindAllUserActionsByType<A extends org.palladiosimulator.pcm.usagemodel.AbstractUserAction> extends Object implements IPCMCommand<List<A>>
TODO
-
-
Constructor Summary
Constructors Constructor Description FindAllUserActionsByType(Class<A> actionType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
cachable()
List<A>
execute(PCMModel pcm, ICommandExecutor<PCMModel> executor)
Executes the operation encapsulated by this class.
-
-
-
Method Detail
-
execute
public List<A> execute(PCMModel pcm, ICommandExecutor<PCMModel> executor)
Executes the operation encapsulated by this class.Notice: This method is not intended to be called by clients. Use a
ICommandExecutor
instead to execute the operation.- Specified by:
execute
in interfaceICommand<List<A extends org.palladiosimulator.pcm.usagemodel.AbstractUserAction>,PCMModel>
- Parameters:
pcm
- the modelexecutor
- theICommandExecutor
that currently executes this operation. Use this reference to invoke sub-operations also implementing thisICommand
interface.- Returns:
-
-