de.cau.cs.kieler.ksbase.ui.kivi
Class KSBasECombination

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

Deprecated. (haf) not used anymore. Currently the LayoutAfterModelChangeCombination also handles all KSBASE editing.

public class KSBasECombination
extends AbstractCombination

A Combination handling KSBasE-related effects after transformations.

Rating red

Constructor Summary
KSBasECombination()
          Deprecated.  
 
Method Summary
 void execute(KSBasETrigger.KSBasEState ksbase)
          Deprecated.  
 
Methods inherited from class de.cau.cs.kieler.core.kivi.AbstractCombination
enableEffectRecording, getEffects, getTriggerState, getTriggerStates, handle, isActive, 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

KSBasECombination

public KSBasECombination()
Deprecated. 
Method Detail

execute

public void execute(KSBasETrigger.KSBasEState ksbase)
Deprecated.