ss: Expose method to get an attribute's path as a string array
[deliverable/tracecompass.git] / org.eclipse.tracecompass.statesystem.core / src / org / eclipse / tracecompass / internal / statesystem / core / StateSystem.java
index 2ab23007590920479a728e809fabcb2eb0df9a68..09ce7cbef3cdc3b0a3372e306df3fed70516d5f4 100644 (file)
@@ -180,6 +180,11 @@ public class StateSystem implements ITmfStateSystemBuilder {
         return getAttributeTree().getFullAttributeName(attributeQuark);
     }
 
+    @Override
+    public String[] getFullAttributePathArray(int attributeQuark) {
+        return getAttributeTree().getFullAttributePathArray(attributeQuark);
+    }
+
     //--------------------------------------------------------------------------
     //        Methods related to the storage backend
     //--------------------------------------------------------------------------
This page took 0.027002 seconds and 5 git commands to generate.