tmf: Provide a way to get the number of attributes in a system
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / internal / tmf / core / statesystem / StateSystem.java
index 6dfe55a14ad9d0fcaae86ee86f614689513620ef..1dbc4c16a925dc8910b4ac9f920d8a5c00c19965 100644 (file)
@@ -51,6 +51,10 @@ public class StateSystem {
         transState = new TransientState(null);
     }
 
+    public int getNbAttributes() {
+        return attributeTree.getNbAttributes();
+    }
+
     /**
      * @name Quark-retrieving methods
      */
This page took 0.023914 seconds and 5 git commands to generate.