Refactor TmfTrace and dependencies - finalize ITmfTraceIndexer
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / event / ITmfTimestamp.java
index 8bb3f3e7e9bac49e3c70b45ae55bb61c88e7f923..b72fb83e5b985cab105fb3ee44af4d36697c29ed 100644 (file)
@@ -29,6 +29,13 @@ package org.eclipse.linuxtools.tmf.core.event;
  * <li>[precision] indicates the error on the value (useful for comparing
  * timestamps in different scales). Default: 0.
  * </ul>
+ * 
+ * @since 1.0
+ * @version 1.0
+ * @author Francois Chouinard
+ * @see TmfTimestamp
+ * @see TmfSimpleTimestamp
+ * @see TmfTimeRange
  */
 public interface ITmfTimestamp extends Cloneable, Comparable<ITmfTimestamp> {
 
This page took 0.024017 seconds and 5 git commands to generate.