Refactor ITmfContext and fix dependencies
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / ctfadaptor / CtfIterator.java
index 8a7a12b3e85e071f4c18dc6e3a96fe2321eed5cf..8b56ceb34abeb7f45661e08c3838120e0f03f7a6 100644 (file)
@@ -108,12 +108,12 @@ public class CtfIterator extends CTFTraceReader implements ITmfContext,
     }
 
     @Override
-    public void updateRank(int rank) {
-        curRank = rank;
+    public void increaseRank() {
+        curRank++;
     }
 
     @Override
-    public boolean isValidRank() {
+    public boolean hasValidRank() {
         return true;
     }
 
This page took 0.026844 seconds and 5 git commands to generate.