|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Signal | |
---|---|
de.cau.cs.kieler.esterel.esterel | |
de.cau.cs.kieler.esterel.esterel.impl | |
de.cau.cs.kieler.esterel.esterel.util |
Uses of Signal in de.cau.cs.kieler.esterel.esterel |
---|
Methods in de.cau.cs.kieler.esterel.esterel that return Signal | |
---|---|
Signal |
EsterelFactory.createSignal()
Returns a new object of class 'Signal'. |
Signal |
RelationImplication.getFirst()
Returns the value of the 'First' reference. |
Signal |
SignalRenaming.getNewName()
Returns the value of the 'New Name' reference. |
Signal |
SignalRenaming.getOldName()
Returns the value of the 'Old Name' reference. |
Signal |
RelationImplication.getSecond()
Returns the value of the 'Second' reference. |
Signal |
DataCurrent.getSignal()
Returns the value of the 'Signal' reference. |
Signal |
DataPre.getSignal()
Returns the value of the 'Signal' reference. |
Signal |
DelayEvent.getSignal()
Returns the value of the 'Signal' reference. |
Signal |
Emit.getSignal()
Returns the value of the 'Signal' reference. |
Signal |
Sustain.getSignal()
Returns the value of the 'Signal' reference. |
Methods in de.cau.cs.kieler.esterel.esterel that return types with arguments of type Signal | |
---|---|
EList<Signal> |
RelationIncompatibility.getIncomp()
Returns the value of the 'Incomp' reference list. |
EList<Signal> |
LocalSignal.getSignal()
Returns the value of the 'Signal' containment reference list. |
EList<Signal> |
SignalDecl.getSignal()
Returns the value of the 'Signal' containment reference list. |
Methods in de.cau.cs.kieler.esterel.esterel with parameters of type Signal | |
---|---|
void |
RelationImplication.setFirst(Signal value)
Sets the value of the ' First ' reference. |
void |
SignalRenaming.setNewName(Signal value)
Sets the value of the ' New Name ' reference. |
void |
SignalRenaming.setOldName(Signal value)
Sets the value of the ' Old Name ' reference. |
void |
RelationImplication.setSecond(Signal value)
Sets the value of the ' Second ' reference. |
void |
DataCurrent.setSignal(Signal value)
Sets the value of the ' Signal ' reference. |
void |
DataPre.setSignal(Signal value)
Sets the value of the ' Signal ' reference. |
void |
DelayEvent.setSignal(Signal value)
Sets the value of the ' Signal ' reference. |
void |
Emit.setSignal(Signal value)
Sets the value of the ' Signal ' reference. |
void |
Sustain.setSignal(Signal value)
Sets the value of the ' Signal ' reference. |
Uses of Signal in de.cau.cs.kieler.esterel.esterel.impl |
---|
Classes in de.cau.cs.kieler.esterel.esterel.impl that implement Signal | |
---|---|
class |
SignalImpl
An implementation of the model object 'Signal'. |
Fields in de.cau.cs.kieler.esterel.esterel.impl declared as Signal | |
---|---|
protected Signal |
RelationImplicationImpl.first
The cached value of the ' First ' reference. |
protected Signal |
SignalRenamingImpl.newName
The cached value of the ' New Name ' reference. |
protected Signal |
SignalRenamingImpl.oldName
The cached value of the ' Old Name ' reference. |
protected Signal |
RelationImplicationImpl.second
The cached value of the ' Second ' reference. |
protected Signal |
DataCurrentImpl.signal
The cached value of the ' Signal ' reference. |
protected Signal |
DataPreImpl.signal
The cached value of the ' Signal ' reference. |
protected Signal |
DelayEventImpl.signal
The cached value of the ' Signal ' reference. |
protected Signal |
EmitImpl.signal
The cached value of the ' Signal ' reference. |
protected Signal |
SigExprImpl.signal
The cached value of the ' Signal ' reference. |
protected Signal |
SustainImpl.signal
The cached value of the ' Signal ' reference. |
Fields in de.cau.cs.kieler.esterel.esterel.impl with type parameters of type Signal | |
---|---|
protected EList<Signal> |
RelationIncompatibilityImpl.incomp
The cached value of the ' Incomp ' reference list. |
protected EList<Signal> |
LocalSignalImpl.signal
The cached value of the ' Signal ' containment reference list. |
protected EList<Signal> |
SignalDeclImpl.signal
The cached value of the ' Signal ' containment reference list. |
Methods in de.cau.cs.kieler.esterel.esterel.impl that return Signal | |
---|---|
Signal |
RelationImplicationImpl.basicGetFirst()
|
Signal |
SignalRenamingImpl.basicGetNewName()
|
Signal |
SignalRenamingImpl.basicGetOldName()
|
Signal |
RelationImplicationImpl.basicGetSecond()
|
Signal |
DataCurrentImpl.basicGetSignal()
|
Signal |
DataPreImpl.basicGetSignal()
|
Signal |
DelayEventImpl.basicGetSignal()
|
Signal |
EmitImpl.basicGetSignal()
|
Signal |
SigExprImpl.basicGetSignal()
|
Signal |
SustainImpl.basicGetSignal()
|
Signal |
EsterelFactoryImpl.createSignal()
|
Signal |
RelationImplicationImpl.getFirst()
|
Signal |
SignalRenamingImpl.getNewName()
|
Signal |
SignalRenamingImpl.getOldName()
|
Signal |
RelationImplicationImpl.getSecond()
|
Signal |
DataCurrentImpl.getSignal()
|
Signal |
DataPreImpl.getSignal()
|
Signal |
DelayEventImpl.getSignal()
|
Signal |
EmitImpl.getSignal()
|
Signal |
SigExprImpl.getSignal()
|
Signal |
SustainImpl.getSignal()
|
Methods in de.cau.cs.kieler.esterel.esterel.impl that return types with arguments of type Signal | |
---|---|
EList<Signal> |
RelationIncompatibilityImpl.getIncomp()
|
EList<Signal> |
LocalSignalImpl.getSignal()
|
EList<Signal> |
SignalDeclImpl.getSignal()
|
Methods in de.cau.cs.kieler.esterel.esterel.impl with parameters of type Signal | |
---|---|
void |
RelationImplicationImpl.setFirst(Signal newFirst)
|
void |
SignalRenamingImpl.setNewName(Signal newNewName)
|
void |
SignalRenamingImpl.setOldName(Signal newOldName)
|
void |
RelationImplicationImpl.setSecond(Signal newSecond)
|
void |
DataCurrentImpl.setSignal(Signal newSignal)
|
void |
DataPreImpl.setSignal(Signal newSignal)
|
void |
DelayEventImpl.setSignal(Signal newSignal)
|
void |
EmitImpl.setSignal(Signal newSignal)
|
void |
SigExprImpl.setSignal(Signal newSignal)
|
void |
SustainImpl.setSignal(Signal newSignal)
|
Uses of Signal in de.cau.cs.kieler.esterel.esterel.util |
---|
Methods in de.cau.cs.kieler.esterel.esterel.util with parameters of type Signal | |
---|---|
T |
EsterelSwitch.caseSignal(Signal object)
Returns the result of interpreting the object as an instance of 'Signal'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |