Package 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.

See:
          Description

Class Summary
ActionLabelParseCommand Wrapper of the parsing operation into a GMF AbstractTransactionalCommand.
ActionLabelParseHandler A command handler that looks for an SyncCharts graphical GMF editor and parses all action labels again and then serializes all again.
ActionLabelProcessorWrapper A wrapper class that provides methods to process (i.e.
ActionLabelSerializeCommand  
ActionLabelSerializer Simple serializer for Action objects parsed by the Xtext parser.
Activator The activator class controls the plug-in life cycle.
TriggerListenerChangedTrigger Listen to changes of the TriggerAndEffects String of an Action and trigger the Xtext LabelParser to parse the String and create real objects out of it.
TriggerListenerRenamedSignals Listen to renamings of Signals and Variables and then re-serialize all affected transition labels.
TriggerListenerSerializer Will trigger a re-serialization of an Action label when one of its underlying features has changed.
 

Exception Summary
DiagnosticException A KielerModelException that also contains Diagnostic information.
 

Package de.cau.cs.kieler.synccharts.labelparser.bridge Description

Contains glue code classes that bridge between the Xtext label parser and the SyncCharts metamodel resp its editor. The label parser is intended to automatically parse transition and action labels of SyncCharts and transform them into expression objects.