de.cau.cs.kieler.synccharts.text.actions.bridge
Class ActionLabelSerializer

java.lang.Object
  extended by de.cau.cs.kieler.synccharts.text.actions.bridge.ActionLabelSerializer

public final class ActionLabelSerializer
extends Object

Simple serializer for Action objects parsed by the Xtext parser. This class is a preliminary workaround because the official Xtext serializer does not yet work for the given grammar.

Rating proposed yellow
(2010-01-19) proposed by haf

Method Summary
static String toString(Action action)
          Serialize an Action object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toString

public static String toString(Action action)
Serialize an Action object.

Parameters:
action - Action to be serialized
Returns:
the serialized String