Uses of Interface
org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataSink

Packages that use DataSink
org.gcube.datatransformation.datatransformationlibrary   
org.gcube.datatransformation.datatransformationlibrary.datahandlers   
org.gcube.datatransformation.datatransformationlibrary.datahandlers.impl   
org.gcube.datatransformation.datatransformationlibrary.model   
org.gcube.datatransformation.datatransformationlibrary.programs   
 

Uses of DataSink in org.gcube.datatransformation.datatransformationlibrary
 

Methods in org.gcube.datatransformation.datatransformationlibrary with parameters of type DataSink
 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.
 

Uses of DataSink in org.gcube.datatransformation.datatransformationlibrary.datahandlers
 

Subinterfaces of DataSink in org.gcube.datatransformation.datatransformationlibrary.datahandlers
 interface DataBridge
           
 

Methods in org.gcube.datatransformation.datatransformationlibrary.datahandlers that return DataSink
static DataSink IOHandler.getDataSink(Output output)
          Initializes and returns a DataSink object.
 

Uses of DataSink in org.gcube.datatransformation.datatransformationlibrary.datahandlers.impl
 

Classes in org.gcube.datatransformation.datatransformationlibrary.datahandlers.impl that implement DataSink
 class FilterDataBridge
           
 class REFDataBridge
           
 

Uses of DataSink in org.gcube.datatransformation.datatransformationlibrary.model
 

Methods in org.gcube.datatransformation.datatransformationlibrary.model that return DataSink
 DataSink Target.getOutput()
          Returns the output of the transformationUnit unit.
 

Uses of DataSink in org.gcube.datatransformation.datatransformationlibrary.programs
 

Methods in org.gcube.datatransformation.datatransformationlibrary.programs with parameters of type DataSink
 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 © 2013. All Rights Reserved.