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

Packages that use Signal
de.cau.cs.kieler.core.expressions   
de.cau.cs.kieler.core.expressions.impl   
de.cau.cs.kieler.core.expressions.util Utility code for the Expressions model. 
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.sim.ptolemy.oaw   
de.cau.cs.kieler.synccharts.text.interfaces.bridge   
de.cau.cs.kieler.synccharts.text.interfaces.interfaces   
de.cau.cs.kieler.synccharts.text.interfaces.interfaces.impl   
template The template package includes the main files to generate code. 
 

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

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

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

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

Methods in de.cau.cs.kieler.core.expressions.impl that return Signal
 Signal ExpressionsFactoryImpl.createSignal()
           
 

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

Methods in de.cau.cs.kieler.core.expressions.util with parameters of type Signal
 T ExpressionsSwitch.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
 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.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)
           
 

Uses of Signal in de.cau.cs.kieler.synccharts.text.interfaces.bridge
 

Methods in de.cau.cs.kieler.synccharts.text.interfaces.bridge with parameters of type Signal
protected  boolean InterfaceDeclSerializerLogic.handleDeleteSignal(StateExtend se, Signal changedSignal, String signalName)
           
protected  void InterfaceDeclSerializerLogic.handleInputChange(StateExtend se, Signal changedSignal, String signalName)
           
protected  void InterfaceDeclSerializerLogic.handleNewSignal(StateExtend se, Signal sig)
           
protected  void InterfaceDeclSerializerLogic.handleOutputChange(StateExtend se, Signal changedSignal, String signalName)
           
protected  void InterfaceDeclSerializerLogic.handleRegionNewSignal(StateExtend se, Region reg, Signal sig)
           
protected  void InterfaceDeclSerializerLogic.handleRegionSignalModify(StateExtend se, String regId, Signal changedSig, String sigName)
           
protected  void InterfaceDeclSerializerLogic.handleSignalModify(StateExtend se, Signal changedSignal, String signalName)
           
 

Method parameters in de.cau.cs.kieler.synccharts.text.interfaces.bridge with type arguments of type Signal
protected  void InterfaceDeclSerializerLogic.handleBunchNewSignals(StateExtend se, EList<Signal> sigs)
          places all signals within the StateExtend.
 

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

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

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

Fields in de.cau.cs.kieler.synccharts.text.interfaces.interfaces.impl with type parameters of type Signal
protected  EList<Signal> InOutputSignalsImpl.signals
          The cached value of the 'Signals' containment reference list.
protected  EList<Signal> InputSignalsImpl.signals
          The cached value of the 'Signals' containment reference list.
protected  EList<Signal> OutputSignalsImpl.signals
          The cached value of the 'Signals' containment reference list.
protected  EList<Signal> RegionSignalDecImpl.signals
          The cached value of the 'Signals' containment reference list.
protected  EList<Signal> SignalsImpl.signals
          The cached value of the 'Signals' containment reference list.
 

Methods in de.cau.cs.kieler.synccharts.text.interfaces.interfaces.impl that return types with arguments of type Signal
 EList<Signal> InOutputSignalsImpl.getSignals()
           
 EList<Signal> InputSignalsImpl.getSignals()
           
 EList<Signal> OutputSignalsImpl.getSignals()
           
 EList<Signal> RegionSignalDecImpl.getSignals()
           
 EList<Signal> SignalsImpl.getSignals()
           
 

Uses of Signal in template
 

Methods in template 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.