Skip to content

Commit

Permalink
Adjust interface of analysisSegment service to legacy implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenz Gerber <[email protected]>
  • Loading branch information
lorenzgerber authored and eselmeister committed Dec 19, 2024
1 parent f89bb2d commit ba260ed
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@

import java.util.List;

import org.eclipse.chemclipse.model.core.IChromatogram;
import org.eclipse.chemclipse.model.core.IScan;
import org.eclipse.chemclipse.model.selection.IChromatogramSelection;
import org.eclipse.chemclipse.model.support.IAnalysisSegment;
import org.eclipse.chemclipse.model.types.DataType;
import org.eclipse.chemclipse.processing.core.IProcessingInfo;
Expand All @@ -31,7 +30,7 @@ public interface IAnalysisSegmentService {

DataType getDataType();

IProcessingInfo<List<IAnalysisSegment>> calculate(IChromatogram<?> chromatogram, List<? extends IScan> scans, IProgressMonitor monitor);
IProcessingInfo<List<IAnalysisSegment>> calculate(IChromatogramSelection<?, ?> chromatogram, IProgressMonitor monitor);

Class<? extends IWorkbenchPreferencePage> getPreferencePage();
}

0 comments on commit ba260ed

Please sign in to comment.