Uses of Class
org.gcube.datatransformation.datatransformationlibrary.model.TransformationUnit

Packages that use TransformationUnit
org.gcube.datatransformation.datatransformationlibrary   
org.gcube.datatransformation.datatransformationlibrary.adaptor   
org.gcube.datatransformation.datatransformationlibrary.imanagers   
org.gcube.datatransformation.datatransformationlibrary.model   
org.gcube.datatransformation.datatransformationlibrary.model.graph   
org.gcube.datatransformation.datatransformationlibrary.transformation.model   
 

Uses of TransformationUnit in org.gcube.datatransformation.datatransformationlibrary
 

Methods in org.gcube.datatransformation.datatransformationlibrary that return types with arguments of type TransformationUnit
 ArrayList<TransformationUnit> DTSCore.findApplicableTransformationUnits(ContentType sourceContentType, ContentType targetContentType, boolean createAndPublishCompositeTP)
          Searches for TransformationUnits that are able to perform a transformationUnit from a source to a target ContentType.
 

Uses of TransformationUnit in org.gcube.datatransformation.datatransformationlibrary.adaptor
 

Method parameters in org.gcube.datatransformation.datatransformationlibrary.adaptor with type arguments of type TransformationUnit
 void DTSAdaptor.addPlan(ArrayList<TransformationUnit> transformationUnits, ArrayList<ContentType> contentTypes)
           
 

Uses of TransformationUnit in org.gcube.datatransformation.datatransformationlibrary.imanagers
 

Methods in org.gcube.datatransformation.datatransformationlibrary.imanagers that return TransformationUnit
 TransformationUnit ISManager.getTransformationUnit(String transformationProgramID, String transformationUnitID)
           
 TransformationUnit IManager.getTransformationUnit(String transformationProgramID, String transformationUnitID)
          Returns a TransformationUnit instance by its id.
 TransformationUnit LocalInfoManager.getTransformationUnit(String transformationProgramID, String transformationUnitID)
           
 TransformationUnit RemoteIManager.getTransformationUnit(String transformationProgramID, String transformationUnitID)
           
 

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

Fields in org.gcube.datatransformation.datatransformationlibrary.model declared as TransformationUnit
protected  TransformationUnit TransformationRuleElement.transformationUnit
           
 

Methods in org.gcube.datatransformation.datatransformationlibrary.model that return TransformationUnit
 TransformationUnit TransformationRuleElement.getTransformationUnit()
          Returns the transformation unit in which this element belongs to.
 TransformationUnit ExtTransformationUnit.getTransformationUnit()
          Returns the transformationUnit unit.
 

Methods in org.gcube.datatransformation.datatransformationlibrary.model that return types with arguments of type TransformationUnit
 ArrayList<TransformationUnit> TransformationProgram.getTransformationUnits()
          Returns the TUs that this transformation program contains.
 

Methods in org.gcube.datatransformation.datatransformationlibrary.model with parameters of type TransformationUnit
 void TransformationRuleElement.setTransformationUnit(TransformationUnit transformation)
          Sets the transformation unit in which this element belongs to.
 void ExtTransformationUnit.setTransformationUnit(TransformationUnit transformationUnit)
          Sets the transformationUnit unit.
 

Method parameters in org.gcube.datatransformation.datatransformationlibrary.model with type arguments of type TransformationUnit
 void TransformationProgram.setTransformationUnits(ArrayList<TransformationUnit> transformationUnits)
          Sets the TUs that this transformation program contains.
 

Uses of TransformationUnit in org.gcube.datatransformation.datatransformationlibrary.model.graph
 

Methods in org.gcube.datatransformation.datatransformationlibrary.model.graph that return TransformationUnit
protected  TransformationUnit TEdge.getTransformationUnit()
           
 

Methods in org.gcube.datatransformation.datatransformationlibrary.model.graph that return types with arguments of type TransformationUnit
 ArrayList<TransformationUnit> RemoteTransformationsGraph.findAnyTransformationUnits(ContentType sourceContentType, ContentType targetContentType, boolean createAndPublishCompositeTP)
           
 ArrayList<TransformationUnit> TransformationsGraphImpl.findAnyTransformationUnits(ContentType sourceContentType, ContentType targetContentType, boolean createAndPublishCompositeTP)
           
 ArrayList<TransformationUnit> TransformationsGraph.findAnyTransformationUnits(ContentType sourceContentType, ContentType targetContentType, boolean createAndPublishCompositeTP)
          Finds Transformation Units from the sourceContentType to the targetContentType.
 ArrayList<TransformationUnit> RemoteTransformationsGraph.findApplicableTransformationUnits(ContentType sourceContentType, ContentType targetContentType, boolean createAndPublishCompositeTP)
           
 ArrayList<TransformationUnit> TransformationsGraphImpl.findApplicableTransformationUnits(ContentType sourceContentType, ContentType targetContentType, boolean createAndPublishCompositeTP)
           
 ArrayList<TransformationUnit> TransformationsGraph.findApplicableTransformationUnits(ContentType sourceContentType, ContentType targetContentType, boolean createAndPublishCompositeTP)
          Finds applicable Transformation Units from the sourceContentType to the targetContentType.
 

Methods in org.gcube.datatransformation.datatransformationlibrary.model.graph with parameters of type TransformationUnit
protected  void TEdge.setTransformationUnit(TransformationUnit transformationUnit)
           
 

Constructors in org.gcube.datatransformation.datatransformationlibrary.model.graph with parameters of type TransformationUnit
TEdge(TransformationUnit transformationUnit, TNode toNode)
           
 

Uses of TransformationUnit in org.gcube.datatransformation.datatransformationlibrary.transformation.model
 

Methods in org.gcube.datatransformation.datatransformationlibrary.transformation.model that return types with arguments of type TransformationUnit
 ArrayList<TransformationUnit> TransformationDescription.getTransformationPath(int index)
           
 

Method parameters in org.gcube.datatransformation.datatransformationlibrary.transformation.model with type arguments of type TransformationUnit
 void TransformationDescription.add(ArrayList<TransformationUnit> transformationUnits, ArrayList<ContentType> contentTypes)
           
 



Copyright © 2013. All Rights Reserved.