tmf: Update the Javadoc for everything GSS-related
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / interval / TmfStateInterval.java
index 0dd1d18501be3bc37c543ad5c05dc50559fd0e44..0fa22b0734550fbaf98c3c9e59dc0217dec628e4 100644 (file)
@@ -2,12 +2,12 @@
  * Copyright (c) 2012 Ericsson
  * Copyright (c) 2010, 2011 École Polytechnique de Montréal
  * Copyright (c) 2010, 2011 Alexandre Montplaisir <alexandre.montplaisir@gmail.com>
- * 
+ *
  * 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
- * 
+ *
  *******************************************************************************/
 
 package org.eclipse.linuxtools.tmf.core.interval;
@@ -18,11 +18,11 @@ import org.eclipse.linuxtools.tmf.core.statevalue.ITmfStateValue;
  * The StateInterval represents the "state" a particular attribute was in, at a
  * given time. It is the main object being returned from queries to the state
  * system.
- * 
+ *
 
- * 
+ *
  * @author alexmont
- * 
+ *
  */
 public final class TmfStateInterval implements ITmfStateInterval {
 
@@ -33,11 +33,15 @@ public final class TmfStateInterval implements ITmfStateInterval {
 
     /**
      * Construct an interval from its given parameters
-     * 
+     *
      * @param start
+     *            Start time
      * @param end
+     *            End time
      * @param attribute
+     *            Attribute linked to this interval
      * @param sv
+     *            State value this interval will contain
      */
     public TmfStateInterval(long start, long end, int attribute,
             ITmfStateValue sv) {
This page took 0.024259 seconds and 5 git commands to generate.