public class PurgePSMHandler
extends org.eclipse.core.commands.AbstractHandler
Constructor and Description |
---|
PurgePSMHandler() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.core.runtime.Status |
execute(org.eclipse.core.commands.ExecutionEvent event)
From the current active editor, first retrieves the CHESS model and then asks the user which analysis context, if any, has to be purged.
|
public org.eclipse.core.runtime.Status execute(org.eclipse.core.commands.ExecutionEvent event) throws org.eclipse.core.commands.ExecutionException
event
- the eventorg.eclipse.core.commands.ExecutionException
- the execution exceptionIHandler.execute(org.eclipse.core.commands.ExecutionEvent)
,
#removeRtAnalysis(Model, Package)
,
Status
,
TransUtil.purgeModel(Model, String)