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

Packages that use ValuedObject
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.impl   
de.cau.cs.kieler.synccharts.labelparser.bridge Contains glue code classes that bridge between the Xtext label parser and the SyncCharts metamodel resp its editor. 
de.cau.cs.kieler.synccharts.util   
 

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

Subinterfaces of ValuedObject in de.cau.cs.kieler.synccharts
 interface Signal
          A representation of the model object 'Signal'.
 interface Variable
          A representation of the model object 'Variable'.
 

Methods in de.cau.cs.kieler.synccharts that return ValuedObject
 ValuedObject SyncchartsFactory.createValuedObject()
          Returns a new object of class 'Valued Object'.
 

Uses of ValuedObject in de.cau.cs.kieler.synccharts.impl
 

Classes in de.cau.cs.kieler.synccharts.impl that implement ValuedObject
 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'.
 

Methods in de.cau.cs.kieler.synccharts.impl that return ValuedObject
 ValuedObject SyncchartsFactoryImpl.createValuedObject()
           
 

Uses of ValuedObject in de.cau.cs.kieler.synccharts.labelparser.bridge
 

Methods in de.cau.cs.kieler.synccharts.labelparser.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.
 

Uses of ValuedObject in de.cau.cs.kieler.synccharts.util
 

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