analysis: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / statesystem / ITmfStateProvider.java
index 20ec80e3ac265377a5fb0c0b2296d951af3f8611..c29fee2a5c0069d01ab23655dcb802f132f94854 100644 (file)
@@ -26,7 +26,6 @@ import org.eclipse.tracecompass.tmf.core.trace.ITmfTrace;
  * the pipeline which converts trace events to state changes.
  *
  * @author Alexandre Montplaisir
- * @since 2.0
  */
 public interface ITmfStateProvider {
 
@@ -37,7 +36,6 @@ public interface ITmfStateProvider {
      * rebuilt from scratch (if the versions don't match).
      *
      * @return The version number of the input plugin
-     * @since 2.0
      */
     int getVersion();
 
@@ -67,7 +65,6 @@ public interface ITmfStateProvider {
      * @param ssb
      *            Target state system for the state changes generated by this
      *            input plugin
-     * @since 3.0
      */
     void assignTargetStateSystem(ITmfStateSystemBuilder ssb);
 
@@ -76,7 +73,6 @@ public interface ITmfStateProvider {
      *
      * @return Reference to the currently assigned state system, or null if no
      *         SS is assigned yet
-     * @since 3.0
      */
     @Nullable ITmfStateSystem getAssignedStateSystem();
 
@@ -97,7 +93,6 @@ public interface ITmfStateProvider {
      *
      * @return A new state change input object, of the same type, but without an
      *         assigned target state system
-     * @since 2.0
      */
     ITmfStateProvider getNewInstance();
 
This page took 0.034054 seconds and 5 git commands to generate.