Class CustomAllocationContextCreateCommand

java.lang.Object
org.eclipse.core.commands.operations.AbstractOperation
org.eclipse.emf.workspace.AbstractEMFOperation
org.eclipse.gmf.runtime.emf.commands.core.command.AbstractTransactionalCommand
org.eclipse.gmf.runtime.emf.type.core.commands.EditElementCommand
de.uka.ipd.sdq.pcm.gmf.allocation.edit.commands.AllocationContextCreateCommand
de.uka.ipd.sdq.pcm.gmf.allocation.custom.edit.commands.CustomAllocationContextCreateCommand
All Implemented Interfaces:
IUndoableOperation, org.eclipse.gmf.runtime.common.core.command.ICommand, org.eclipse.gmf.runtime.common.core.internal.command.ICommandWithSettableResult

public class CustomAllocationContextCreateCommand extends AllocationContextCreateCommand
a custom AllocationContext CreateCommand. FIXME: Never used?
  • Constructor Details

    • CustomAllocationContextCreateCommand

      public CustomAllocationContextCreateCommand(org.eclipse.gmf.runtime.emf.type.core.requests.CreateElementRequest req, org.palladiosimulator.pcm.allocation.Allocation a)
      The constructor.
      Parameters:
      req - a CreateElementRequst
      a - an Allocation
  • Method Details