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
Modifier and TypeFieldDescriptionprotected Map<Object,
Collection<Object>> protected Map<Object,
Collection<Transformation>> Fields inherited from class org.eclipse.epsilon.etl.strategy.AbstractTransformationStrategy
equivalentProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
executeTransformations
(Collection<Transformation> transformations, IEtlContext context) Collection<?>
getEquivalents
(Object source, IErlContext context_, List<String> rules) Collection<?>
transform
(Object source, IEtlContext context, List<String> rules) void
transformModels
(IEtlContext context) Methods inherited from class org.eclipse.epsilon.etl.strategy.AbstractTransformationStrategy
canTransform, getEquivalentProvider, getExcluded, getExecutableRules, getRulesFor, setEquivalentProvider
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-