|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValuedObject | |
---|---|
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.text.actions.bridge | Contains glue code classes that bridge between the Xtext label parser and the SyncCharts metamodel resp its editor. |
Uses of ValuedObject in de.cau.cs.kieler.core.kexpressions |
---|
Subinterfaces of ValuedObject in de.cau.cs.kieler.core.kexpressions | |
---|---|
interface |
ISignal
A representation of the model object 'ISignal'. |
interface |
IVariable
A representation of the model object 'IVariable'. |
interface |
Signal
A representation of the model object 'Signal'. |
interface |
Variable
A representation of the model object 'Variable'. |
Methods in de.cau.cs.kieler.core.kexpressions that return ValuedObject | |
---|---|
ValuedObject |
KExpressionsFactory.createValuedObject()
Returns a new object of class 'Valued Object'. |
ValuedObject |
ValuedObjectReference.getValuedObject()
Returns the value of the 'Valued Object' reference. |
Methods in de.cau.cs.kieler.core.kexpressions with parameters of type ValuedObject | |
---|---|
void |
ValuedObjectReference.setValuedObject(ValuedObject value)
Sets the value of the ' Valued Object ' reference. |
Uses of ValuedObject in de.cau.cs.kieler.core.kexpressions.impl |
---|
Classes in de.cau.cs.kieler.core.kexpressions.impl that implement ValuedObject | |
---|---|
class |
ISignalImpl
An implementation of the model object 'ISignal'. |
class |
IVariableImpl
An implementation of the model object 'IVariable'. |
class |
SignalImpl
An implementation of the model object 'Signal'. |
class |
ValuedObjectImpl
An implementation of the model object 'Valued Object'. |
class |
VariableImpl
An implementation of the model object 'Variable'. |
Fields in de.cau.cs.kieler.core.kexpressions.impl declared as ValuedObject | |
---|---|
protected ValuedObject |
ValuedObjectReferenceImpl.valuedObject
The cached value of the ' Valued Object ' reference. |
Methods in de.cau.cs.kieler.core.kexpressions.impl that return ValuedObject | |
---|---|
ValuedObject |
ValuedObjectReferenceImpl.basicGetValuedObject()
|
ValuedObject |
KExpressionsFactoryImpl.createValuedObject()
|
ValuedObject |
ValuedObjectReferenceImpl.getValuedObject()
|
Methods in de.cau.cs.kieler.core.kexpressions.impl with parameters of type ValuedObject | |
---|---|
void |
ValuedObjectReferenceImpl.setValuedObject(ValuedObject newValuedObject)
|
Uses of ValuedObject in de.cau.cs.kieler.core.kexpressions.util |
---|
Methods in de.cau.cs.kieler.core.kexpressions.util with parameters of type ValuedObject | |
---|---|
T |
KExpressionsSwitch.caseValuedObject(ValuedObject object)
Returns the result of interpreting the object as an instance of 'Valued Object'. |
Uses of ValuedObject in de.cau.cs.kieler.synccharts.text.actions.bridge |
---|
Methods in de.cau.cs.kieler.synccharts.text.actions.bridge with parameters of type ValuedObject | |
---|---|
Command |
ActionLabelProcessorWrapper.getProcessAffectedActionLabelCommand(ValuedObject changedObject,
EObject theParent,
boolean parse)
|
void |
ActionLabelProcessorWrapper.processAffectedActionLabels(ValuedObject changedObject,
EObject theParent,
boolean parse)
Recursively parse or serialize all Action objects starting from the parent object and recursively calling it to child states resp. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |