Class TransformationTrace


  • public class TransformationTrace
    extends java.lang.Object
    • Constructor Detail

      • TransformationTrace

        public TransformationTrace()
      • TransformationTrace

        public TransformationTrace​(boolean concurrent)
    • Method Detail

      • add

        public void add​(java.lang.Object source,
                        java.util.Collection<java.lang.Object> targets,
                        TransformationRule rule)
      • getTransformations

        public java.util.Collection<Transformation> getTransformations()
      • getTransformations

        public java.util.Collection<Transformation> getTransformations​(java.lang.Object source)
      • getTransformationTargets

        public java.util.Collection<?> getTransformationTargets​(java.lang.Object source,
                                                                java.lang.String rule)
      • containsTransformedBy

        public boolean containsTransformedBy​(TransformationRule rule)