edu.stanford.hci.dtools.statechart.model.commands
Class ComponentTransitionsDeleteCommand

java.lang.Object
  extended by org.eclipse.gef.commands.Command
      extended by edu.stanford.hci.dtools.statechart.model.commands.ComponentTransitionsDeleteCommand

public class ComponentTransitionsDeleteCommand
extends org.eclipse.gef.commands.Command

delete all transitions for a given input component

This software is distributed under the BSD License.

This code is partially based on code that is copyright (c) 2004 Elias Volanakis. See License.txt

Author:
Elias Volanakis, Bjoern Hartmann ( bjoern(AT)stanford.edu ) TODO: have another one of these commands for connections within a state

Constructor Summary
ComponentTransitionsDeleteCommand(IOComponent c, DiagramModel parent)
           
 
Method Summary
 boolean canUndo()
           
 void execute()
           
 java.util.Map<StateModel,java.util.List<ComponentConnectionModel>> getComponentConnectionMap()
           
 void redo()
           
 void undo()
           
 
Methods inherited from class org.eclipse.gef.commands.Command
canExecute, chain, dispose, getDebugLabel, getLabel, setDebugLabel, setLabel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTransitionsDeleteCommand

public ComponentTransitionsDeleteCommand(IOComponent c,
                                         DiagramModel parent)
Method Detail

getComponentConnectionMap

public java.util.Map<StateModel,java.util.List<ComponentConnectionModel>> getComponentConnectionMap()

canUndo

public boolean canUndo()
Overrides:
canUndo in class org.eclipse.gef.commands.Command

execute

public void execute()
Overrides:
execute in class org.eclipse.gef.commands.Command

redo

public void redo()
Overrides:
redo in class org.eclipse.gef.commands.Command

undo

public void undo()
Overrides:
undo in class org.eclipse.gef.commands.Command