tmf.xml: Add mapping group to XML description
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.analysis.xml.core / src / org / eclipse / tracecompass / internal / tmf / analysis / xml / core / model / ITmfXmlModelFactory.java
index 09d1e1a1be87619ea6e344594cdcb2fc4270fc69..cac7ff93aea37f5dc35ca0cca12a0f0994901e95 100644 (file)
@@ -199,4 +199,15 @@ public interface ITmfXmlModelFactory {
      * @return The new {@link TmfXmlPatternSegmentBuilder}
      */
     TmfXmlPatternSegmentBuilder createPatternSegmentBuilder(Element node, IXmlStateSystemContainer container);
+
+    /**
+     * Create a new pattern map entry
+     *
+     * @param node
+     *            The XML map entry element
+     * @param container
+     *            The state system container this state value handler belongs to
+     * @return The new {@link TmfXmlMapEntry}
+     */
+    TmfXmlMapEntry createMapEntry(Element node, IXmlStateSystemContainer container);
 }
This page took 0.027563 seconds and 5 git commands to generate.