Package org.eclipse.epsilon.etl.strategy
Class DefaultTransformationStrategy
- java.lang.Object
-
- org.eclipse.epsilon.etl.strategy.AbstractTransformationStrategy
-
- org.eclipse.epsilon.etl.strategy.DefaultTransformationStrategy
-
- All Implemented Interfaces:
IEquivalentProvider
,ITransformationStrategy
- Direct Known Subclasses:
DefaultMergingStrategy
public class DefaultTransformationStrategy extends AbstractTransformationStrategy
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.etl.strategy.AbstractTransformationStrategy
equivalentProvider
-
-
Constructor Summary
Constructors Constructor Description DefaultTransformationStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
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
public void transformModels(IEtlContext context) throws EolRuntimeException
- Throws:
EolRuntimeException
-
-