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

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

public class TestCombinationTwoEffects
extends AbstractCombination

Combination with two effect triggers, which is actually not allowed. Will throw an exception.

Rating red

Field Summary
 
Fields inherited from class de.cau.cs.kieler.core.kivi.AbstractCombination
FIFTH, FIRST, FOURTH, SECOND, SEVENTH, SIXTH, THIRD
 
Constructor Summary
TestCombinationTwoEffects()
           
 
Method Summary
 void execute(PrintEffect effect)
           
 void execute(TestEffectA effect)
           
 
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

TestCombinationTwoEffects

public TestCombinationTwoEffects()
Method Detail

execute

public void execute(PrintEffect effect)

execute

public void execute(TestEffectA effect)