Package net.sf.kpex.builtins

Examples of net.sf.kpex.builtins.SplitSource


    register(new Put());
    register(new Stop());
    register(new Collect());

    // fluent combinators
    register(new SplitSource());
    register(new MergeSources());
    // see compose_sources,append_sources,merge_sources in lib.pro
    // discharges a Source to a Sink
    register(new Discharge());
View Full Code Here

TOP

Related Classes of net.sf.kpex.builtins.SplitSource

Copyright © 2018 www.massapicom. 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.