| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceMerger.setSink(DataSink sink)
Sets the common DataSink.
|
static void |
ProgramExecutor.transformDataWithProgram(ArrayList<DataSource> sources,
Transformer transformer,
List<Parameter> programParameters,
ContentType targetContentType,
DataSink sink)
Loads and executes the
Program contained in the Transformer. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataBridge |
| Modifier and Type | Method and Description |
|---|---|
static DataSink |
IOHandler.getDataSink(Output output)
Initializes and returns a
DataSink object. |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterDataBridge |
class |
REFDataBridge |
| Modifier and Type | Method and Description |
|---|---|
DataSink |
Target.getOutput()
Returns the output of the transformationUnit unit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Program.transform(List<DataSource> sources,
List<Parameter> programParameters,
ContentType targetContentType,
DataSink sink)
The method invoked by
ProgramExecutor in order for the Program to transform the sources to the targetContentType. |
void |
Elm2ElmProgram.transform(List<DataSource> sources,
List<Parameter> programParameters,
ContentType targetContentType,
DataSink sink) |
Copyright © 2014. All Rights Reserved.