Ejemplo n.º 1
0
    public AFormat TransformTo(String fName)
    {
        ITransformation step1 = TransformationFactory.CreateTransformation(Name, "find"),
                        step2 = TransformationFactory.CreateTransformation("find", fName);

        return(step2.Transform(step1.Transform(this)));
    }