analysis.lami: correctly handle Number (double, long etc.) type graphing
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.lami.core / src / org / eclipse / tracecompass / internal / provisional / analysis / lami / core / aspect / LamiTableEntryAspect.java
index a0705625f79162fbe9ef3c719eb93f4250b1b257..6db4ca770bf99169e867c072282d36ff766a6b2d 100644 (file)
@@ -117,7 +117,7 @@ public abstract class LamiTableEntryAspect {
      *            The table row
      * @return The double value for the given cell
      */
-    public abstract @Nullable Double resolveDouble(LamiTableEntry entry);
+    public abstract @Nullable Number resolveNumber(LamiTableEntry entry);
 
     /**
      * Get the comparator that should be used to compare this entry (or table
This page took 0.024916 seconds and 5 git commands to generate.