de.cau.cs.kieler.core.kivi.test
Class TestCombinationUndo

java.lang.Object
  extended by de.cau.cs.kieler.core.kivi.AbstractCombination
      extended by de.cau.cs.kieler.core.kivi.test.TestCombinationUndo
All Implemented Interfaces:
ICombination, ITriggerListener

public class TestCombinationUndo
extends AbstractCombination

A combination that explicitly calls undoOldEffects.

Rating red

Field Summary
 
Fields inherited from class de.cau.cs.kieler.core.kivi.AbstractCombination
FIFTH, FIRST, FOURTH, SECOND, SEVENTH, SIXTH, THIRD
 
Constructor Summary
TestCombinationUndo()
           
 
Method Summary
 void execute(TestTriggerB.BState trigger)
          Execute method listening to some arbitrary trigger.
 
Methods inherited from class de.cau.cs.kieler.core.kivi.AbstractCombination
enableEffectRecording, getEffects, getTriggerStates, handle, isActive, latestState, latestStateIndex, schedule, schedule, setActive, toString, undo, undoRecordedEffects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCombinationUndo

public TestCombinationUndo()
Method Detail

execute

public void execute(TestTriggerB.BState trigger)
Execute method listening to some arbitrary trigger.

Parameters:
trigger -