| Package | Description |
|---|---|
| cross | |
| cross.commands.fragments | |
| cross.datastructures.pipeline | |
| cross.datastructures.tools | |
| cross.datastructures.workflow | |
| cross.io |
| Modifier and Type | Method and Description |
|---|---|
ICommandSequence |
Factory.createCommandSequence(TupleND<IFileFragment> t)
Build the command sequence, aka pipeline for command execution.
|
| Modifier and Type | Method and Description |
|---|---|
TupleND<IFileFragment> |
AFragmentCommand.createWorkFragments(TupleND<IFileFragment> t)
Utility method to create mutable FileFragments from a given tuple of
FileFragments.
|
TupleND<IFileFragment> |
AFragmentCommand.mapToInput(List<File> files,
TupleND<IFileFragment> inputFragments)
Maps a list of Files which resemble processing results of input file
fragments to the input file fragments in the right order.
|
TupleND<IFileFragment> |
AFragmentCommand.mapToInputUri(List<URI> files,
TupleND<IFileFragment> inputFragments)
Maps a list of Files which resemble processing results of input file
fragments to the input file fragments in the right order.
|
TupleND<IFileFragment> |
AFragmentCommand.postProcess(net.sf.mpaxs.api.ICompletionService<File> ics,
TupleND<IFileFragment> t) |
TupleND<IFileFragment> |
AFragmentCommand.postProcessUri(net.sf.mpaxs.api.ICompletionService<URI> ics,
TupleND<IFileFragment> t) |
TupleND<IFileFragment> |
AFragmentCommand.save(TupleND<IFileFragment> fileFragments) |
| Modifier and Type | Method and Description |
|---|---|
void |
AFragmentCommand.addWorkflowResults(TupleND<IFileFragment> fragments) |
TupleND<IFileFragment> |
AFragmentCommand.createWorkFragments(TupleND<IFileFragment> t)
Utility method to create mutable FileFragments from a given tuple of
FileFragments.
|
TupleND<IFileFragment> |
AFragmentCommand.mapToInput(List<File> files,
TupleND<IFileFragment> inputFragments)
Maps a list of Files which resemble processing results of input file
fragments to the input file fragments in the right order.
|
TupleND<IFileFragment> |
AFragmentCommand.mapToInputUri(List<URI> files,
TupleND<IFileFragment> inputFragments)
Maps a list of Files which resemble processing results of input file
fragments to the input file fragments in the right order.
|
TupleND<IFileFragment> |
AFragmentCommand.postProcess(net.sf.mpaxs.api.ICompletionService<File> ics,
TupleND<IFileFragment> t) |
TupleND<IFileFragment> |
AFragmentCommand.postProcessUri(net.sf.mpaxs.api.ICompletionService<URI> ics,
TupleND<IFileFragment> t) |
TupleND<IFileFragment> |
AFragmentCommand.save(TupleND<IFileFragment> fileFragments) |
| Modifier and Type | Method and Description |
|---|---|
TupleND<IFileFragment> |
ICommandSequence.getInput()
Return input to this ICommandSequence.
|
TupleND<IFileFragment> |
CommandPipeline.next() |
TupleND<IFileFragment> |
ICommandSequence.next()
Apply the next ICommand and return results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandPipeline.setInput(TupleND<IFileFragment> t) |
void |
ICommandSequence.setInput(TupleND<IFileFragment> t) |
| Modifier and Type | Method and Description |
|---|---|
static TupleND<IFileFragment> |
FragmentTools.immutable(Collection<File> files)
Returns a
TupleND of ImmutableFileFragments from the
given files. |
static TupleND<IFileFragment> |
FragmentTools.immutable(File... files)
Returns a
TupleND of ImmutableFileFragments from the
given files. |
static TupleND<IFileFragment> |
FragmentTools.mutable(Collection<File> files)
Returns a
TupleND of FileFragments from the given files. |
| Modifier and Type | Method and Description |
|---|---|
TupleND<IFileFragment> |
DefaultWorkflow.call() |
| Modifier and Type | Method and Description |
|---|---|
TupleND<IFileFragment> |
InputDataFactory.prepareInputData(String[] input)
Preprocess input data (files and variables).
|
TupleND<IFileFragment> |
IInputDataFactory.prepareInputData(String[] input)
Preprocess input data (files and variables).
|
Copyright © 2007-2013. All Rights Reserved.