Uses of Interface
de.cau.cs.kieler.synccharts.Effect

Packages that use Effect
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.impl   
de.cau.cs.kieler.synccharts.sim.ptolemy.oaw   
de.cau.cs.kieler.synccharts.util   
 

Uses of Effect in de.cau.cs.kieler.synccharts
 

Subinterfaces of Effect in de.cau.cs.kieler.synccharts
 interface Assignment
          A representation of the model object 'Assignment'.
 interface Emission
          A representation of the model object 'Emission'.
 interface TextEffect
          A representation of the model object 'Text Effect'.
 

Methods in de.cau.cs.kieler.synccharts that return types with arguments of type Effect
 EList<Effect> Action.getEffects()
          Returns the value of the 'Effects' containment reference list.
 

Uses of Effect in de.cau.cs.kieler.synccharts.impl
 

Classes in de.cau.cs.kieler.synccharts.impl that implement Effect
 class AssignmentImpl
          An implementation of the model object 'Assignment'.
 class EffectImpl
          An implementation of the model object 'Effect'.
 class EmissionImpl
          An implementation of the model object 'Emission'.
 class TextEffectImpl
          An implementation of the model object 'Text Effect'.
 

Fields in de.cau.cs.kieler.synccharts.impl with type parameters of type Effect
protected  EList<Effect> ActionImpl.effects
          The cached value of the 'Effects' containment reference list.
 

Methods in de.cau.cs.kieler.synccharts.impl that return types with arguments of type Effect
 EList<Effect> ActionImpl.getEffects()
           
 

Uses of Effect in de.cau.cs.kieler.synccharts.sim.ptolemy.oaw
 

Method parameters in de.cau.cs.kieler.synccharts.sim.ptolemy.oaw with type arguments of type Effect
static String XtendJava.buildEffect(EList<Effect> myEffectList, String terminatedURIHash)
           
 

Uses of Effect in de.cau.cs.kieler.synccharts.util
 

Methods in de.cau.cs.kieler.synccharts.util with parameters of type Effect
 T SyncchartsSwitch.caseEffect(Effect object)
          Returns the result of interpreting the object as an instance of 'Effect'.