Class OpenExternalStoexEditor<T>

java.lang.Object
org.palladiosimulator.editors.sirius.custom.externaljavaactions.OpenExternalStoexEditor<T>
All Implemented Interfaces:
org.eclipse.sirius.tools.api.ui.IExternalJavaAction
Direct Known Subclasses:
DelayExternalStoexEdit, GuardedTransitionExternalStoexEdit, InfrastructureCallExternalStoexEdit, LinkingResourceExternalStoexEdit, LoopActionExternalStoexEdit, LoopExternalStoexEdit, ParametricResourceDemandExternalStoexEdit, PassiveResourceExternalStoexEdit, ResourceCallExternalStoexEdit, ResourceExternalStoexEdit, VariableCharacterisationExternalStoexEdit, WorkloadExternalStoexEdit

public abstract class OpenExternalStoexEditor<T> extends Object implements org.eclipse.sirius.tools.api.ui.IExternalJavaAction
  • Constructor Details

    • OpenExternalStoexEditor

      public OpenExternalStoexEditor(Class<T> type)
  • Method Details

    • canExecute

      public boolean canExecute(Collection<? extends EObject> arg0)
      Specified by:
      canExecute in interface org.eclipse.sirius.tools.api.ui.IExternalJavaAction
    • execute

      public void execute(Collection<? extends EObject> arg0, Map<String,Object> arg1)
      Specified by:
      execute in interface org.eclipse.sirius.tools.api.ui.IExternalJavaAction
    • editStoexAction

      protected abstract de.uka.ipd.sdq.stoex.RandomVariable editStoexAction(String action, T element)