|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcross.commands.fragments.AFragmentCommand
maltcms.commands.fragments2d.preprocessing.ModulationExtractor
public class ModulationExtractor
ModulationExtractor allows to subset the modulations contained in a GCxGC-MS file, by setting the global scan_index variable and the second_column_scan_index variables to their appropriate values. Therefor, downstream commands should use those variables in order to read individual modulations or use the Chromatogram2D class or one of the IScanLine implementations.
Constructor Summary | |
---|---|
ModulationExtractor()
|
Method Summary | |
---|---|
cross.datastructures.tuple.TupleND<cross.datastructures.fragments.IFileFragment> |
apply(cross.datastructures.tuple.TupleND<cross.datastructures.fragments.IFileFragment> t)
|
void |
configure(org.apache.commons.configuration.Configuration cfg)
|
String |
getDescription()
|
cross.datastructures.workflow.WorkflowSlot |
getWorkflowSlot()
|
String |
toString()
|
Methods inherited from class cross.commands.fragments.AFragmentCommand |
---|
addListener, addWorkflowResult, addWorkflowResult, addWorkflowResult, addWorkflowResult, addWorkflowResults, addWorkflowResults, appendXML, canEqual, createBlockingCompletionService, createCompletionService, createNonBlockingCompletionService, createWorkFragment, createWorkFragments, equals, fireEvent, getProgress, getWorkflow, hashCode, initProgress, initSubCommand, mapToInput, postProcess, removeListener, setProgress, setWorkflow |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModulationExtractor()
Method Detail |
---|
public String toString()
toString
in class cross.commands.fragments.AFragmentCommand
public void configure(org.apache.commons.configuration.Configuration cfg)
configure
in interface cross.IConfigurable
configure
in class cross.commands.fragments.AFragmentCommand
public String getDescription()
getDescription
in class cross.commands.fragments.AFragmentCommand
public cross.datastructures.tuple.TupleND<cross.datastructures.fragments.IFileFragment> apply(cross.datastructures.tuple.TupleND<cross.datastructures.fragments.IFileFragment> t)
public cross.datastructures.workflow.WorkflowSlot getWorkflowSlot()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |