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

Packages that use Signal
de.cau.cs.kieler.synccharts   
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.util   
 

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

Methods in de.cau.cs.kieler.synccharts that return Signal
 Signal SyncchartsFactory.createSignal()
          Returns a new object of class 'Signal'.
 Signal Emission.getSignal()
          Returns the value of the 'Signal' reference.
 Signal SignalReference.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> Region.getSignals()
          Returns the value of the 'Signals' containment reference list.
 EList<Signal> State.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.
 void SignalReference.setSignal(Signal value)
          Sets the value of the 'Signal' reference.
 

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
 

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

Fields in de.cau.cs.kieler.synccharts.impl declared as Signal
protected  Signal EmissionImpl.signal
          The cached value of the 'Signal' reference.
protected  Signal SignalReferenceImpl.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> RegionImpl.signals
          The cached value of the 'Signals' containment reference list.
protected  EList<Signal> StateImpl.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 SignalReferenceImpl.basicGetSignal()
           
 Signal SyncchartsFactoryImpl.createSignal()
           
 Signal EmissionImpl.getSignal()
           
 Signal SignalReferenceImpl.getSignal()
           
 

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

Methods in de.cau.cs.kieler.synccharts.impl with parameters of type Signal
 void EmissionImpl.setSignal(Signal newSignal)
           
 void SignalReferenceImpl.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.util
 

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