Class FindPassiveResourcesInAssemblyContext
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.command.resource.FindPassiveResourcesInAssemblyContext
-
- All Implemented Interfaces:
ICommand<List<org.palladiosimulator.pcm.repository.PassiveResource>,PCMModel>,IPCMCommand<List<org.palladiosimulator.pcm.repository.PassiveResource>>
public class FindPassiveResourcesInAssemblyContext extends Object implements IPCMCommand<List<org.palladiosimulator.pcm.repository.PassiveResource>>
-
-
Constructor Summary
Constructors Constructor Description FindPassiveResourcesInAssemblyContext(org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancachable()List<org.palladiosimulator.pcm.repository.PassiveResource>execute(PCMModel model, ICommandExecutor<PCMModel> executor)Executes the operation encapsulated by this class.
-
-
-
Method Detail
-
execute
public List<org.palladiosimulator.pcm.repository.PassiveResource> execute(PCMModel model, ICommandExecutor<PCMModel> executor)
Description copied from interface:ICommandExecutes the operation encapsulated by this class.Notice: This method is not intended to be called by clients. Use a
ICommandExecutorinstead to execute the operation.- Specified by:
executein interfaceICommand<List<org.palladiosimulator.pcm.repository.PassiveResource>,PCMModel>- Parameters:
model- the modelexecutor- theICommandExecutorthat currently executes this operation. Use this reference to invoke sub-operations also implementing thisICommandinterface.- Returns:
-
-