Class ParametricResourceDemandEditHelperAdvice
java.lang.Object
org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice
de.uka.ipd.sdq.pcm.gmf.seff.helper.AbstractCreateRandomVariableEditHelperAdvice
de.uka.ipd.sdq.pcm.gmf.seff.helper.ParametricResourceDemandEditHelperAdvice
- All Implemented Interfaces:
org.eclipse.gmf.runtime.emf.type.core.edithelper.IEditHelperAdvice
public class ParametricResourceDemandEditHelperAdvice
extends AbstractCreateRandomVariableEditHelperAdvice
implements org.eclipse.gmf.runtime.emf.type.core.edithelper.IEditHelperAdvice
The Class ParametricResourceDemandEditHelperAdvice creates a command for initialization of a
parametric resource demand.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.gmf.runtime.common.core.command.ICommandgetAfterConfigureCommand(org.eclipse.gmf.runtime.emf.type.core.requests.ConfigureRequest request) Gets the after configure command.Methods inherited from class de.uka.ipd.sdq.pcm.gmf.seff.helper.AbstractCreateRandomVariableEditHelperAdvice
getBeforeConfigureCommandMethods inherited from class org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice
approveRequest, configureRequest, createType, createType, getAfterCreateCommand, getAfterCreateRelationshipCommand, getAfterDestroyDependentsCommand, getAfterDestroyElementCommand, getAfterDestroyReferenceCommand, getAfterDuplicateCommand, getAfterEditCommand, getAfterEditContextCommand, getAfterMoveCommand, getAfterReorientReferenceRelationshipCommand, getAfterReorientRelationshipCommand, getAfterSetCommand, getBeforeCreateCommand, getBeforeCreateRelationshipCommand, getBeforeDestroyDependentsCommand, getBeforeDestroyElementCommand, getBeforeDestroyReferenceCommand, getBeforeDuplicateCommand, getBeforeEditCommand, getBeforeEditContextCommand, getBeforeMoveCommand, getBeforeReorientReferenceRelationshipCommand, getBeforeReorientRelationshipCommand, getBeforeSetCommandMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.gmf.runtime.emf.type.core.edithelper.IEditHelperAdvice
approveRequest, configureRequest, getAfterEditCommand, getBeforeEditCommand
-
Constructor Details
-
ParametricResourceDemandEditHelperAdvice
public ParametricResourceDemandEditHelperAdvice()
-
-
Method Details
-
getAfterConfigureCommand
protected org.eclipse.gmf.runtime.common.core.command.ICommand getAfterConfigureCommand(org.eclipse.gmf.runtime.emf.type.core.requests.ConfigureRequest request) Gets the after configure command.- Overrides:
getAfterConfigureCommandin classorg.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice- Parameters:
request- the request- Returns:
- the after configure command
- See Also:
-
AbstractEditHelperAdvice.getAfterConfigureCommand(org.eclipse.gmf.runtime.emf.type.core.requests.ConfigureRequest)
-