ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / uml2sd / ITmfAsyncSequenceDiagramEvent.java
index b42ac070d858f42bef916e8f1cb461708aaca3f7..3201560e5ecc7a663c5d3c62ebeed0cf654ebc04 100644 (file)
@@ -1,21 +1,32 @@
 /**********************************************************************
- * Copyright (c) 2011 Ericsson
- * 
+ * Copyright (c) 2011, 2013 Ericsson
+ *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
  * accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors: 
+ *
+ * Contributors:
  *   Bernd Hufmann - Initial API and implementation
  **********************************************************************/
 package org.eclipse.linuxtools.tmf.core.uml2sd;
 
-import org.eclipse.linuxtools.tmf.core.event.ITmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.timestamp.ITmfTimestamp;
 
+/**
+ * <p>
+ * Interface for asynchronous sequence diagram events.
+ * </p>
+ *
+ * @version 1.0
+ * @author Bernd Hufmann
+ */
 public interface ITmfAsyncSequenceDiagramEvent extends ITmfSyncSequenceDiagramEvent {
     /**
-     * @return End timestamp of message (i.e. receive time)
+     * Returns end timestamp of message (i.e. receive time)
+     *
+     * @return end timestamp of message (i.e. receive time)
+     * @since 2.0
      */
-    public ITmfTimestamp getEndTime();
+    ITmfTimestamp getEndTime();
 }
This page took 0.054863 seconds and 5 git commands to generate.