Uses of Interface
org.eclipse.epsilon.etl.execute.context.IEtlContext
Packages that use IEtlContext
Package
Description
-
Uses of IEtlContext in org.eclipse.epsilon.eml.execute.context
Subinterfaces of IEtlContext in org.eclipse.epsilon.eml.execute.contextClasses in org.eclipse.epsilon.eml.execute.context that implement IEtlContext -
Uses of IEtlContext in org.eclipse.epsilon.etl
Methods in org.eclipse.epsilon.etl that return IEtlContextModifier and TypeMethodDescriptionEtlModule.getContext()default IEtlContextIEtlModule.getContext()Constructors in org.eclipse.epsilon.etl with parameters of type IEtlContextModifierConstructorDescriptionEtlModule(IEtlContext context) Instantiates the module with the specified execution context. -
Uses of IEtlContext in org.eclipse.epsilon.etl.dom
Fields in org.eclipse.epsilon.etl.dom declared as IEtlContextMethods in org.eclipse.epsilon.etl.dom with parameters of type IEtlContextModifier and TypeMethodDescriptionbooleanTransformationRule.appliesTo(Object source, IEtlContext context, boolean asSuperRule) booleanTransformationRule.appliesTo(Object source, IEtlContext context, boolean asSuperRule, boolean checkTypes) booleanTransformationRule.canTransformExcluded(IEtlContext context) protected voidTransformationRule.executeSuperRulesAndBody(Object source, Collection<Object> targets_, IEtlContext context) Collection<?>TransformationRule.getAllInstances(IEtlContext context) booleanTransformationRule.isPrimary(IEtlContext context) booleanTransformationRule.shouldBeTransformed(Object instance, Collection<Object> excluded, IEtlContext context, boolean overrideLazy) Collection<?>TransformationRule.transform(Object source, Collection<Object> targets, IEtlContext context) Collection<?>TransformationRule.transform(Object source, IEtlContext context) voidTransformationRule.transformAll(IEtlContext context, Collection<Object> excluded, boolean includeLazy) -
Uses of IEtlContext in org.eclipse.epsilon.etl.execute.context
Classes in org.eclipse.epsilon.etl.execute.context that implement IEtlContextConstructors in org.eclipse.epsilon.etl.execute.context with parameters of type IEtlContextModifierConstructorDescriptionEtlContext(IEtlContext other) Copy constructor, for internal use only. -
Uses of IEtlContext in org.eclipse.epsilon.etl.execute.context.concurrent
Subinterfaces of IEtlContext in org.eclipse.epsilon.etl.execute.context.concurrentClasses in org.eclipse.epsilon.etl.execute.context.concurrent that implement IEtlContextMethods in org.eclipse.epsilon.etl.execute.context.concurrent that return IEtlContextModifier and TypeMethodDescriptionprotected IEtlContextEtlContextParallel.createShadowThreadLocalContext()EtlContextParallel.getShadow() -
Uses of IEtlContext in org.eclipse.epsilon.etl.execute.operations
Methods in org.eclipse.epsilon.etl.execute.operations with parameters of type IEtlContextModifier and TypeMethodDescriptionprotected ObjectEquivalentOperation.executeImpl(Object source, IEtlContext context, List<String> rules) protected ObjectEquivalentOperation.executeImpl(Collection<?> source, IEtlContext context, List<String> rules) protected Collection<?>EquivalentsOperation.executeImpl(Object source, IEtlContext context, List<String> rules) protected Collection<?>EquivalentsOperation.executeImpl(Collection<?> source, IEtlContext context, List<String> rules) -
Uses of IEtlContext in org.eclipse.epsilon.etl.strategy
Methods in org.eclipse.epsilon.etl.strategy with parameters of type IEtlContextModifier and TypeMethodDescriptionprotected voidFastTransformationStrategy.executeTransformations(Collection<Transformation> transformations, IEtlContext context) protected List<TransformationRule>AbstractTransformationStrategy.getExecutableRules(IEtlContext context) protected List<TransformationRule>AbstractTransformationStrategy.getRulesFor(Object source, IEtlContext context) Collection<?>DefaultTransformationStrategy.transform(Object source, IEtlContext context, List<String> rules) Collection<?>FastTransformationStrategy.transform(Object source, IEtlContext context, List<String> rules) Collection<?>ITransformationStrategy.transform(Object source, IEtlContext context, List<String> rules) voidDefaultTransformationStrategy.transformModels(IEtlContext context) voidFastTransformationStrategy.transformModels(IEtlContext context) voidITransformationStrategy.transformModels(IEtlContext context)