vocleditor.commands
Class DeleteIfExpCommand

java.lang.Object
  extended by org.eclipse.gef.commands.Command
      extended by vocleditor.commands.DeleteExpCommand
          extended by vocleditor.commands.DeleteIfExpCommand

public class DeleteIfExpCommand
extends DeleteExpCommand

Command for deleting a constraint.

Author:
bjoern

Constructor Summary
DeleteIfExpCommand(VOCLModel.IfExp ifexp)
          Creates a new DeleteConstraintCommand.
 
Method Summary
 
Methods inherited from class vocleditor.commands.DeleteExpCommand
execute, redo, undo
 
Methods inherited from class org.eclipse.gef.commands.Command
canExecute, canUndo, chain, dispose, getDebugLabel, getLabel, setDebugLabel, setLabel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteIfExpCommand

public DeleteIfExpCommand(VOCLModel.IfExp ifexp)
Creates a new DeleteConstraintCommand.

Parameters:
ifexp - The IfExp to be deleted