tmf.xml: Bug 500195. Modify initial state behavior
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.analysis.xml.core / src / org / eclipse / tracecompass / internal / tmf / analysis / xml / core / model / TmfXmlState.java
index 12807b4665da06d092cc2b9d99980f0ef22f1e11..55d06f6a5cdfe9e824b858dd12dceda3977f8f79 100644 (file)
@@ -30,6 +30,8 @@ import org.w3c.dom.NodeList;
  */
 public class TmfXmlState {
 
+    /** The initial state ID */
+    public static final String INITIAL_STATE_ID = "#initial"; //$NON-NLS-1$
     private final String fId;
     private final IXmlStateSystemContainer fContainer;
     private final List<TmfXmlStateTransition> fTransitions;
This page took 0.024687 seconds and 5 git commands to generate.