TMF: Introduce a fast linear timestamp transform
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / synchronization / ITmfTimestampTransform.java
index c86149afb1d757d769c500c1e1892fd2e7f5dc37..b959409ee4aa62272855ebb89e674681143c93e9 100644 (file)
@@ -45,12 +45,14 @@ public interface ITmfTimestampTransform extends Serializable {
 
     /**
      * Returns a timestamp transform that is the composition of two timestamp
-     * transforms.
+     * transforms. Composed objects must be the same type.
      *
      * @param composeWith
      *            The transform to first apply on the timestamp before applying
      *            the current object
      * @return A new timestamp transform object with the resulting composition.
+     *
+     * TODO: allow composition of different transform types.
      */
     ITmfTimestampTransform composeWith(ITmfTimestampTransform composeWith);
 
This page took 0.024252 seconds and 5 git commands to generate.