Package org.eclipse.epsilon.etl.strategy
Class FastTransformationStrategy
java.lang.Object
org.eclipse.epsilon.etl.strategy.AbstractTransformationStrategy
org.eclipse.epsilon.etl.strategy.FastTransformationStrategy
- All Implemented Interfaces:
IEquivalentProvider,ITransformationStrategy
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<Object,Collection<Object>> protected Map<Object,Collection<Transformation>> Fields inherited from class org.eclipse.epsilon.etl.strategy.AbstractTransformationStrategy
equivalentProvider -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecuteTransformations(Collection<Transformation> transformations, IEtlContext context) Collection<?>getEquivalents(Object source, IErlContext context_, List<String> rules) Collection<?>transform(Object source, IEtlContext context, List<String> rules) voidtransformModels(IEtlContext context) Methods inherited from class org.eclipse.epsilon.etl.strategy.AbstractTransformationStrategy
canTransform, getEquivalentProvider, getExcluded, getExecutableRules, getRulesFor, setEquivalentProviderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.epsilon.etl.strategy.ITransformationStrategy
getEquivalent, getEquivalent, getEquivalents
-
Field Details
-
flatTrace
-
pendingTransformations
-
-
Constructor Details
-
FastTransformationStrategy
public FastTransformationStrategy()
-
-
Method Details
-
transform
public Collection<?> transform(Object source, IEtlContext context, List<String> rules) throws EolRuntimeException - Throws:
EolRuntimeException
-
getEquivalents
public Collection<?> getEquivalents(Object source, IErlContext context_, List<String> rules) throws EolRuntimeException - Throws:
EolRuntimeException
-
transformModels
- Throws:
EolRuntimeException
-
executeTransformations
protected void executeTransformations(Collection<Transformation> transformations, IEtlContext context) throws EolRuntimeException - Throws:
EolRuntimeException
-