| Modifier and Type | Method and Description |
|---|---|
boolean |
DataSourceMerger.add(DataSource source)
Adds a
DataSource in the DataSourceMerger. |
void |
DTSCore.transformData(DataSource source,
ContentType targetContentType)
This method transforms the input data which are fetched by the
DataSource to the target ContentType and stores the transformed DataElements to the DataSink. |
void |
DTSCore.transformDataWithTransformationProgram(DataSource source,
String transformationProgramID,
Parameter[] programUnboundParameters,
ContentType targetContentType)
This method transforms the input data which are fetched by the
DataSources to the target ContentType and stores the transformed DataElements to the DataSink. |
| Modifier and Type | Method and Description |
|---|---|
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 DataSource |
IOHandler.getDataSource(Input input)
Initializes and returns a
DataSource object. |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterDataBridge |
class |
REFDataBridge |
| Modifier and Type | Field and Description |
|---|---|
protected DataSource |
FilterDataBridge.source
The source from which the FilterDataBridge retrieves
DataElements. |
| Constructor and Description |
|---|
FilterDataBridge(DataSource source,
ContentType filterContentType)
Creates a new FilterDataBridge.
|
| Modifier and Type | Method and Description |
|---|---|
DataSource |
Source.getInput()
Returns the input data handler.
|
| 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.