public class IsotopeGrouperMethod extends Object implements MSDKMethod<FeatureTable>
| Constructor and Description |
|---|
IsotopeGrouperMethod(FeatureTable featureTable,
MzTolerance mzTolerance,
RTTolerance rtTolerance,
Integer maximumCharge,
Boolean requireMonotonicShape)
Constructor for IsotopeGrouperMethod.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancel a running algorithm.
|
FeatureTable |
execute()
Performs the algorithm.
|
Float |
getFinishedPercentage()
Returns a number in the interval 0 to 1.0, representing the portion of the task that has
completed, or null if the algorithm has not yet started.
|
FeatureTable |
getResult()
Returns the result of this algorithm, or null.
|
public IsotopeGrouperMethod(@Nonnull FeatureTable featureTable, @Nonnull MzTolerance mzTolerance, @Nonnull RTTolerance rtTolerance, @Nonnull Integer maximumCharge, @Nonnull Boolean requireMonotonicShape)
Constructor for IsotopeGrouperMethod.
featureTable - a FeatureTable object.featureTableName - a String object.mzTolerance - a MzTolerance object.rtTolerance - a RTTolerance object.maximumCharge - a Integer object.requireMonotonicShape - a Boolean object.public FeatureTable execute() throws MSDKException
execute in interface MSDKMethod<FeatureTable>MSDKException - On any error@Nullable public Float getFinishedPercentage()
getFinishedPercentage in interface MSDKMethod<FeatureTable>@Nullable public FeatureTable getResult()
getResult in interface MSDKMethod<FeatureTable>public void cancel()
cancel in interface MSDKMethod<FeatureTable>Copyright © 2019. All rights reserved.