|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Variable | |
---|---|
de.cau.cs.kieler.synccharts | |
de.cau.cs.kieler.synccharts.impl | |
de.cau.cs.kieler.synccharts.util |
Uses of Variable in de.cau.cs.kieler.synccharts |
---|
Methods in de.cau.cs.kieler.synccharts that return Variable | |
---|---|
Variable |
SyncchartsFactory.createVariable()
Returns a new object of class 'Variable'. |
Variable |
Assignment.getVariable()
Returns the value of the 'Variable' reference. |
Variable |
VariableReference.getVariable()
Returns the value of the 'Variable' reference. |
Methods in de.cau.cs.kieler.synccharts that return types with arguments of type Variable | |
---|---|
EList<Variable> |
Region.getVariables()
Returns the value of the 'Variables' containment reference list. |
Methods in de.cau.cs.kieler.synccharts with parameters of type Variable | |
---|---|
void |
Assignment.setVariable(Variable value)
Sets the value of the ' Variable ' reference. |
void |
VariableReference.setVariable(Variable value)
Sets the value of the ' Variable ' reference. |
Uses of Variable in de.cau.cs.kieler.synccharts.impl |
---|
Classes in de.cau.cs.kieler.synccharts.impl that implement Variable | |
---|---|
class |
VariableImpl
An implementation of the model object 'Variable'. |
Fields in de.cau.cs.kieler.synccharts.impl declared as Variable | |
---|---|
protected Variable |
AssignmentImpl.variable
The cached value of the ' Variable ' reference. |
protected Variable |
VariableReferenceImpl.variable
The cached value of the ' Variable ' reference. |
Fields in de.cau.cs.kieler.synccharts.impl with type parameters of type Variable | |
---|---|
protected EList<Variable> |
RegionImpl.variables
The cached value of the ' Variables ' containment reference list. |
Methods in de.cau.cs.kieler.synccharts.impl that return Variable | |
---|---|
Variable |
AssignmentImpl.basicGetVariable()
|
Variable |
VariableReferenceImpl.basicGetVariable()
|
Variable |
SyncchartsFactoryImpl.createVariable()
|
Variable |
AssignmentImpl.getVariable()
|
Variable |
VariableReferenceImpl.getVariable()
|
Methods in de.cau.cs.kieler.synccharts.impl that return types with arguments of type Variable | |
---|---|
EList<Variable> |
RegionImpl.getVariables()
|
Methods in de.cau.cs.kieler.synccharts.impl with parameters of type Variable | |
---|---|
void |
AssignmentImpl.setVariable(Variable newVariable)
|
void |
VariableReferenceImpl.setVariable(Variable newVariable)
|
Uses of Variable in de.cau.cs.kieler.synccharts.util |
---|
Methods in de.cau.cs.kieler.synccharts.util with parameters of type Variable | |
---|---|
T |
SyncchartsSwitch.caseVariable(Variable object)
Returns the result of interpreting the object as an instance of 'Variable'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |