Package net.sf.kpex.builtins

Examples of net.sf.kpex.builtins.Discharge


    // 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());

    // multi-var operations
    register(new Def());
    register(new Set());
    register(new Val());
View Full Code Here

TOP

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

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.