X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.tmf.core%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Ftmf%2Fcore%2Ftrace%2FTmfExperiment.java;h=8ecd7ed5da814b10788fa385d808c6b37ae6626b;hb=a3db843673ea10a9737c80dce596836cf2128d28;hp=fd36a951c8d13b38268eca6d1faea2ca486e7df7;hpb=00ff7819b10a7ff4f317823f651f46c065e711d6;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfExperiment.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfExperiment.java index fd36a951c8..8ecd7ed5da 100644 --- a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfExperiment.java +++ b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfExperiment.java @@ -33,6 +33,8 @@ import org.eclipse.linuxtools.tmf.core.signal.TmfTraceRangeUpdatedSignal; import org.eclipse.linuxtools.tmf.core.timestamp.ITmfTimestamp; import org.eclipse.linuxtools.tmf.core.timestamp.TmfTimeRange; import org.eclipse.linuxtools.tmf.core.timestamp.TmfTimestamp; +import org.eclipse.linuxtools.tmf.core.trace.indexer.checkpoint.TmfCheckpointIndexer; +import org.eclipse.linuxtools.tmf.core.trace.location.ITmfLocation; /** * TmfExperiment presents a time-ordered, unified view of a set of ITmfTrace:s @@ -254,6 +256,9 @@ public class TmfExperiment extends TmfTrace implements ITmfEventParser { // ITmfTrace trace positioning // ------------------------------------------------------------------------ + /** + * @since 3.0 + */ @Override public synchronized ITmfContext seekEvent(final ITmfLocation location) { // Validate the location @@ -306,6 +311,9 @@ public class TmfExperiment extends TmfTrace implements ITmfEventParser { return context; } + /** + * @since 3.0 + */ @Override public double getLocationRatio(final ITmfLocation location) { if (location instanceof TmfExperimentLocation) { @@ -319,6 +327,9 @@ public class TmfExperiment extends TmfTrace implements ITmfEventParser { return 0.0; } + /** + * @since 3.0 + */ @Override public ITmfLocation getCurrentLocation() { // never used