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

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

public class TestCombinationOverlappingParameters
extends AbstractCombination

Simple test combination that has overlapping parameters. This should throw a runtime 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
TestCombinationOverlappingParameters()
           
 
Method Summary
 void execute(TestTriggerA.AState state)
           
 void execute(TestTriggerB.BState state, TestTriggerA.AState state2)
           
 
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

TestCombinationOverlappingParameters

public TestCombinationOverlappingParameters()
Method Detail

execute

public void execute(TestTriggerA.AState state)

execute

public void execute(TestTriggerB.BState state,
                    TestTriggerA.AState state2)