Uses of Class
org.eclipse.epsilon.etl.trace.Transformation
-
Packages that use Transformation Package Description org.eclipse.epsilon.etl.strategy org.eclipse.epsilon.etl.trace -
-
Uses of Transformation in org.eclipse.epsilon.etl.strategy
Fields in org.eclipse.epsilon.etl.strategy with type parameters of type Transformation Modifier and Type Field Description protected Map<Object,Collection<Transformation>>
FastTransformationStrategy. pendingTransformations
Method parameters in org.eclipse.epsilon.etl.strategy with type arguments of type Transformation Modifier and Type Method Description protected void
FastTransformationStrategy. executeTransformations(Collection<Transformation> transformations, IEtlContext context)
-
Uses of Transformation in org.eclipse.epsilon.etl.trace
Methods in org.eclipse.epsilon.etl.trace that return types with arguments of type Transformation Modifier and Type Method Description Collection<Transformation>
TransformationTrace. getTransformations()
Collection<Transformation>
TransformationTrace. getTransformations(Object source)
-