protected sealed override ComputationContext CreateComputationContext(object[] input, GeneralTransformationRule rule)
        {
            var context = new TracingComputationContext(CreateId(input, rule), this);

            nodes.AppendFormat("    <Node Id=\"{0}\" Label=\"{1}\"/>", context.Id, CreateLabel(input, rule));
            nodes.AppendLine();

            return context;
        }
Esempio n. 2
0
        protected sealed override ComputationContext CreateComputationContext(object[] input, GeneralTransformationRule rule)
        {
            var context = new TracingComputationContext(CreateId(input, rule), this);

            nodes.AppendFormat("    <Node Id=\"{0}\" Label=\"{1}\"/>", context.Id, CreateLabel(input, rule));
            nodes.AppendLine();

            return(context);
        }