Uses of Interface
org.eclipse.epsilon.etl.execute.context.IEtlContext

Packages that use IEtlContext
org.eclipse.epsilon.eml.execute.context   
org.eclipse.epsilon.etl   
org.eclipse.epsilon.etl.execute.context   
org.eclipse.epsilon.etl.strategy   
 

Uses of IEtlContext in org.eclipse.epsilon.eml.execute.context
 

Subinterfaces of IEtlContext in org.eclipse.epsilon.eml.execute.context
 interface IEmlContext
           
 

Classes in org.eclipse.epsilon.eml.execute.context that implement IEtlContext
 class EmlContext
           
 

Uses of IEtlContext in org.eclipse.epsilon.etl
 

Methods in org.eclipse.epsilon.etl that return IEtlContext
 IEtlContext IEtlModule.getContext()
           
 IEtlContext EtlModule.getContext()
           
 

Methods in org.eclipse.epsilon.etl with parameters of type IEtlContext
 boolean TransformRule.appliesTo(java.lang.Object source, IEtlContext context, boolean asSuperRule)
           
 boolean TransformRule.appliesTo(java.lang.Object source, IEtlContext context, boolean asSuperRule, boolean checkTypes)
           
 boolean TransformRule.canTransformExcluded(IEtlContext context)
           
 java.util.Collection<?> TransformRule.getAllOfSourceType(IEtlContext context)
           
 TransformRules TransformRules.getRulesFor(java.lang.Object source, IEtlContext context)
           
 void IEtlModule.setContext(IEtlContext context)
           
 void EtlModule.setContext(IEtlContext context)
           
 java.util.Collection<?> TransformRule.transform(java.lang.Object source, java.util.Collection<?> targets, IEtlContext context)
           
 java.util.Collection<?> TransformRule.transform(java.lang.Object source, IEtlContext context)
           
 void TransformRule.transformAll(IEtlContext context, java.util.List<java.lang.Object> excluded)
           
 

Uses of IEtlContext in org.eclipse.epsilon.etl.execute.context
 

Classes in org.eclipse.epsilon.etl.execute.context that implement IEtlContext
 class EtlContext
           
 

Uses of IEtlContext in org.eclipse.epsilon.etl.strategy
 

Methods in org.eclipse.epsilon.etl.strategy with parameters of type IEtlContext
 java.util.Collection<?> ITransformationStrategy.transform(java.lang.Object source, IEtlContext context, java.util.List<java.lang.String> rules)
           
 java.util.Collection<?> FastTransformationStrategy.transform(java.lang.Object source, IEtlContext context, java.util.List<java.lang.String> rules)
           
 java.util.Collection<?> DefaultTransformationStrategy.transform(java.lang.Object source, IEtlContext context, java.util.List<java.lang.String> rules)
           
 void ITransformationStrategy.transformModels(IEtlContext context)
           
 void FastTransformationStrategy.transformModels(IEtlContext context)
           
 void DefaultTransformationStrategy.transformModels(IEtlContext context)