Uses of Interface
de.cau.cs.kieler.core.kexpressions.Signal

Packages that use Signal
de.cau.cs.kieler.core.kexpressions   
de.cau.cs.kieler.core.kexpressions.impl   
de.cau.cs.kieler.core.kexpressions.util   
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.codegen.sc In the codegen package the process of generating code from a SyncChart model is implemented. 
de.cau.cs.kieler.synccharts.diagram.edit.commands   
de.cau.cs.kieler.synccharts.impl   
de.cau.cs.kieler.synccharts.s   
de.cau.cs.kieler.synccharts.sim.ptolemy.oaw   
 

Uses of Signal in de.cau.cs.kieler.core.kexpressions
 

Subinterfaces of Signal in de.cau.cs.kieler.core.kexpressions
 interface ISignal
          A representation of the model object 'ISignal'.
 

Methods in de.cau.cs.kieler.core.kexpressions that return Signal
 Signal KExpressionsFactory.createSignal()
          Returns a new object of class 'Signal'.
 

Uses of Signal in de.cau.cs.kieler.core.kexpressions.impl
 

Classes in de.cau.cs.kieler.core.kexpressions.impl that implement Signal
 class ISignalImpl
          An implementation of the model object 'ISignal'.
 class SignalImpl
          An implementation of the model object 'Signal'.
 

Methods in de.cau.cs.kieler.core.kexpressions.impl that return Signal
 Signal KExpressionsFactoryImpl.createSignal()
           
 

Uses of Signal in de.cau.cs.kieler.core.kexpressions.util
 

Methods in de.cau.cs.kieler.core.kexpressions.util with parameters of type Signal
 T KExpressionsSwitch.caseSignal(Signal object)
          Returns the result of interpreting the object as an instance of 'Signal'.
 

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

Methods in de.cau.cs.kieler.synccharts that return Signal
 Signal Emission.getSignal()
          Returns the value of the 'Signal' reference.
 

Methods in de.cau.cs.kieler.synccharts that return types with arguments of type Signal
 EList<Signal> Scope.getSignals()
          Returns the value of the 'Signals' containment reference list.
 

Methods in de.cau.cs.kieler.synccharts with parameters of type Signal
 void Emission.setSignal(Signal value)
          Sets the value of the 'Signal' reference.
 

Uses of Signal in de.cau.cs.kieler.synccharts.codegen.sc
 

Methods in de.cau.cs.kieler.synccharts.codegen.sc that return types with arguments of type Signal
static List<Signal> Helper.allSignals(State state)
          Computes a list of all signals (global and local) that are used in the state and his child-states.
 ArrayList<Signal> StateAndSignals.getEffectSignals()
           
 ArrayList<Signal> StateAndSignals.getTriggerSignals()
           
 

Method parameters in de.cau.cs.kieler.synccharts.codegen.sc with type arguments of type Signal
 void StateAndSignals.setEffectSignals(ArrayList<Signal> newEffectSignals)
           
 void StateAndSignals.setTriggerSignals(ArrayList<Signal> newTriggerSignals)
           
 

Uses of Signal in de.cau.cs.kieler.synccharts.diagram.edit.commands
 

Methods in de.cau.cs.kieler.synccharts.diagram.edit.commands with parameters of type Signal
protected  void SignalCreateCommand.doConfigure(Signal newElement, IProgressMonitor monitor, IAdaptable info)
           
 

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

Fields in de.cau.cs.kieler.synccharts.impl declared as Signal
protected  Signal EmissionImpl.signal
          The cached value of the 'Signal' reference.
 

Fields in de.cau.cs.kieler.synccharts.impl with type parameters of type Signal
protected  EList<Signal> ScopeImpl.signals
          The cached value of the 'Signals' containment reference list.
 

Methods in de.cau.cs.kieler.synccharts.impl that return Signal
 Signal EmissionImpl.basicGetSignal()
           
 Signal EmissionImpl.getSignal()
           
 

Methods in de.cau.cs.kieler.synccharts.impl that return types with arguments of type Signal
 EList<Signal> ScopeImpl.getSignals()
           
 

Methods in de.cau.cs.kieler.synccharts.impl with parameters of type Signal
 void EmissionImpl.setSignal(Signal newSignal)
           
 

Uses of Signal in de.cau.cs.kieler.synccharts.s
 

Methods in de.cau.cs.kieler.synccharts.s that return types with arguments of type Signal
static List<Signal> Helper.allSignals(State state)
          Computes a list of all signals (global and local) that are used in the state and his child-states.
 ArrayList<Signal> StateAndSignals.getEffectSignals()
           
 ArrayList<Signal> StateAndSignals.getTriggerSignals()
           
 

Method parameters in de.cau.cs.kieler.synccharts.s with type arguments of type Signal
 void StateAndSignals.setEffectSignals(ArrayList<Signal> newEffectSignals)
           
 void StateAndSignals.setTriggerSignals(ArrayList<Signal> newTriggerSignals)
           
 

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

Methods in de.cau.cs.kieler.synccharts.sim.ptolemy.oaw with parameters of type Signal
static int XtendJava.getPortType(Signal signal, Region region)
          Builds the trigger of a Transition.
static boolean XtendJava.isInputPort(Signal signal, Region region)
           
static boolean XtendJava.isLocal(Signal signal)
           
static boolean XtendJava.isOutputPort(Signal signal, Region region)
           
 

Method parameters in de.cau.cs.kieler.synccharts.sim.ptolemy.oaw with type arguments of type Signal
static void XtendJava.moveToSignalList(EList<Signal> newList, EList<Signal> signalList)
           
static void XtendJava.moveToSignalList(EList<Signal> newList, EList<Signal> signalList)