Package com.asakusafw.compiler.flow.testing.operator

Examples of com.asakusafw.compiler.flow.testing.operator.ExOperatorFactory.summarize()


    }

    @Override
    protected void describe() {
        ExOperatorFactory f = new ExOperatorFactory();
        Summarize summarized = f.summarize(in);
        out.add(summarized.out);
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.