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

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.
LabelParserBridgePlugin The activator class controls the plug-in life cycle.
 

Exception Summary
DiagnosticException A KielerModelException that also contains Diagnostic information.
 

Package de.cau.cs.kieler.synccharts.text.actions.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.