Uses of Class
org.gcube.datatransformation.datatransformationlibrary.dataelements.DataElement

Packages that use DataElement
org.gcube.datatransformation.datatransformationlibrary.dataelements   
org.gcube.datatransformation.datatransformationlibrary.dataelements.impl   
org.gcube.datatransformation.datatransformationlibrary.datahandlers   
org.gcube.datatransformation.datatransformationlibrary.datahandlers.impl   
org.gcube.datatransformation.datatransformationlibrary.programs   
 

Uses of DataElement in org.gcube.datatransformation.datatransformationlibrary.dataelements
 

Subclasses of DataElement in org.gcube.datatransformation.datatransformationlibrary.dataelements
 class CompoundDataElement
           
 

Methods in org.gcube.datatransformation.datatransformationlibrary.dataelements that return types with arguments of type DataElement
abstract  List<DataElement> CompoundDataElement.getParts()
           
 

Uses of DataElement in org.gcube.datatransformation.datatransformationlibrary.dataelements.impl
 

Subclasses of DataElement in org.gcube.datatransformation.datatransformationlibrary.dataelements.impl
 class CompoundDataElementImpl
           
 class DataElementImpl
           
 class LocalFileDataElement
           
 class StrDataElement
           
 

Methods in org.gcube.datatransformation.datatransformationlibrary.dataelements.impl that return types with arguments of type DataElement
 List<DataElement> CompoundDataElementImpl.getParts()
           
 

Methods in org.gcube.datatransformation.datatransformationlibrary.dataelements.impl with parameters of type DataElement
 void CompoundDataElementImpl.addPart(DataElement part)
          Adds a part to the compound data element.
static LocalFileDataElement LocalFileDataElement.getSinkDataElement(DataElement sourceDataElement)
          Returns a new LocalFileDataElement which contains all the attributes taken from the source DataElement.
static DataElementImpl DataElementImpl.getSinkDataElement(DataElement sourceDataElement)
          Returns a new DataElementImpl which contains all the attributes taken from the source DataElement.
static StrDataElement StrDataElement.getSinkDataElement(DataElement sourceDataElement)
          Returns a new StrDataElement which contains all the attributes taken from the source DataElement.
 

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

Methods in org.gcube.datatransformation.datatransformationlibrary.datahandlers that return DataElement
 DataElement DistributableDataSource.getDataElement(String dataElementID)
          Returns a DataElement instance from its id.
 DataElement DataSource.next()
          Returns the next element of the DataSource.
 

Methods in org.gcube.datatransformation.datatransformationlibrary.datahandlers with parameters of type DataElement
 void DataSink.append(DataElement element)
          Appends the specified DataElement to this DataSink
 

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

Methods in org.gcube.datatransformation.datatransformationlibrary.datahandlers.impl that return DataElement
 DataElement REFDataBridge.next()
           
 

Methods in org.gcube.datatransformation.datatransformationlibrary.datahandlers.impl with parameters of type DataElement
 void REFDataBridge.append(DataElement object)
           
 

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

Methods in org.gcube.datatransformation.datatransformationlibrary.programs that return DataElement
abstract  DataElement Elm2ElmProgram.transformDataElement(DataElement sourceDataElement, List<Parameter> programParameters, ContentType targetContentType)
          Transforms the sourceDataElement to the targetContentType and returns the transformed DataElement.
 DataElement File2FileProgram.transformDataElement(DataElement sourceDataElement, List<Parameter> programParameters, ContentType targetContentType)
           
 DataElement Stream2StreamProgram.transformDataElement(DataElement sourceDataElement, List<Parameter> programParameters, ContentType targetContentType)
           
 

Methods in org.gcube.datatransformation.datatransformationlibrary.programs with parameters of type DataElement
abstract  DataElement Elm2ElmProgram.transformDataElement(DataElement sourceDataElement, List<Parameter> programParameters, ContentType targetContentType)
          Transforms the sourceDataElement to the targetContentType and returns the transformed DataElement.
 DataElement File2FileProgram.transformDataElement(DataElement sourceDataElement, List<Parameter> programParameters, ContentType targetContentType)
           
 DataElement Stream2StreamProgram.transformDataElement(DataElement sourceDataElement, List<Parameter> programParameters, ContentType targetContentType)
           
 



Copyright © 2013. All Rights Reserved.