Class AbstractCreateRandomVariableEditHelperAdvice
java.lang.Object
org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice
de.uka.ipd.sdq.pcm.gmf.seff.helper.AbstractCreateRandomVariableEditHelperAdvice
- All Implemented Interfaces:
org.eclipse.gmf.runtime.emf.type.core.edithelper.IEditHelperAdvice
- Direct Known Subclasses:
CreateBranchConditionEditHelperAdvice
,CreateLoopActionEditHelperAdvice
,ParametricResourceDemandEditHelperAdvice
public class AbstractCreateRandomVariableEditHelperAdvice
extends org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice
The Class AbstractCreateRandomVariableEditHelperAdvice.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.gmf.runtime.common.core.command.ICommand
getBeforeConfigureCommand
(org.eclipse.gmf.runtime.emf.type.core.requests.ConfigureRequest request) Creates a PCM random variable inside the requests element to configure.Methods inherited from class org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice
approveRequest, configureRequest, createType, createType, getAfterConfigureCommand, getAfterCreateCommand, getAfterCreateRelationshipCommand, getAfterDestroyDependentsCommand, getAfterDestroyElementCommand, getAfterDestroyReferenceCommand, getAfterDuplicateCommand, getAfterEditCommand, getAfterEditContextCommand, getAfterMoveCommand, getAfterReorientReferenceRelationshipCommand, getAfterReorientRelationshipCommand, getAfterSetCommand, getBeforeCreateCommand, getBeforeCreateRelationshipCommand, getBeforeDestroyDependentsCommand, getBeforeDestroyElementCommand, getBeforeDestroyReferenceCommand, getBeforeDuplicateCommand, getBeforeEditCommand, getBeforeEditContextCommand, getBeforeMoveCommand, getBeforeReorientReferenceRelationshipCommand, getBeforeReorientRelationshipCommand, getBeforeSetCommand
-
Constructor Details
-
AbstractCreateRandomVariableEditHelperAdvice
public AbstractCreateRandomVariableEditHelperAdvice()
-
-
Method Details
-
getBeforeConfigureCommand
protected org.eclipse.gmf.runtime.common.core.command.ICommand getBeforeConfigureCommand(org.eclipse.gmf.runtime.emf.type.core.requests.ConfigureRequest request) Creates a PCM random variable inside the requests element to configure.- Overrides:
getBeforeConfigureCommand
in classorg.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice
- Parameters:
request
- the request- Returns:
- the command for creation of the pcm random variable
-