Package org.eclipse.epsilon.etl.trace
Class TransformationTrace
java.lang.Object
org.eclipse.epsilon.etl.trace.TransformationTrace
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(Object source, Collection<Object> targets, TransformationRule rule) boolean
getTransformations
(Object source) Collection<?>
getTransformationTargets
(Object source, String rule) Deprecated.Collection<?>
getTransformationTargets
(Object source, TransformationRule rule) Returns an unmodifiable view of the transformation targets for a given source and rule name.
-
Constructor Details
-
TransformationTrace
public TransformationTrace() -
TransformationTrace
public TransformationTrace(boolean concurrent)
-
-
Method Details
-
add
-
getTransformations
-
getTransformations
-
getTransformationTargets
Returns an unmodifiable view of the transformation targets for a given source and rule name. -
getTransformationTargets
Deprecated.UsegetTransformationTargets(Object, TransformationRule)
instead, for better performance.Retrieves the transformation targets of a source by rule name. Only kept for backwards compatibility. -
containsTransformedBy
-
getTransformationTargets(Object, TransformationRule)
instead, for better performance.