Uses of Class
org.eclipse.epsilon.etl.dom.TransformationRule
Packages that use TransformationRule
Package
Description
-
Uses of TransformationRule in org.eclipse.epsilon.etl
Fields in org.eclipse.epsilon.etl with type parameters of type TransformationRuleModifier and TypeFieldDescriptionprotected NamedRuleList<TransformationRule>EtlModule.declaredTransformationRulesprotected NamedRuleList<TransformationRule>EtlModule.transformationRulesMethods in org.eclipse.epsilon.etl that return types with arguments of type TransformationRuleModifier and TypeMethodDescriptionEtlModule.getDeclaredTransformationRules()IEtlModule.getDeclaredTransformationRules()EtlModule.getTransformationRules()IEtlModule.getTransformationRules() -
Uses of TransformationRule in org.eclipse.epsilon.etl.dom
Methods in org.eclipse.epsilon.etl.dom with parameters of type TransformationRule -
Uses of TransformationRule in org.eclipse.epsilon.etl.parse
Methods in org.eclipse.epsilon.etl.parse with parameters of type TransformationRule -
Uses of TransformationRule in org.eclipse.epsilon.etl.strategy
Methods in org.eclipse.epsilon.etl.strategy that return types with arguments of type TransformationRuleModifier and TypeMethodDescriptionprotected List<TransformationRule>AbstractTransformationStrategy.getExecutableRules(IEtlContext context) protected List<TransformationRule>AbstractTransformationStrategy.getRulesFor(Object source, IEtlContext context) -
Uses of TransformationRule in org.eclipse.epsilon.etl.trace
Fields in org.eclipse.epsilon.etl.trace declared as TransformationRuleMethods in org.eclipse.epsilon.etl.trace that return TransformationRuleMethods in org.eclipse.epsilon.etl.trace with parameters of type TransformationRuleModifier and TypeMethodDescriptionvoidTransformationTrace.add(Object source, Collection<Object> targets, TransformationRule rule) booleanTransformationTrace.containsTransformedBy(TransformationRule rule) Collection<?>TransformationTrace.getTransformationTargets(Object source, TransformationRule rule) Returns an unmodifiable view of the transformation targets for a given source and rule name.voidTransformation.setRule(TransformationRule rule) Constructors in org.eclipse.epsilon.etl.trace with parameters of type TransformationRuleModifierConstructorDescriptionTransformation(Object source, Collection<Object> targets, TransformationRule rule)