vocleditor.commands
Class DeleteBoolExpCommand

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

public class DeleteBoolExpCommand
extends DeleteExpCommand

Command for deleting a constraint.

Author:
bjoern

Constructor Summary
DeleteBoolExpCommand(VOCLModel.BoolExp boolexp)
          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

DeleteBoolExpCommand

public DeleteBoolExpCommand(VOCLModel.BoolExp boolexp)
Creates a new DeleteConstraintCommand.

Parameters:
boolexp - The BoolExp to be deleted