Package org.drools.planner.core.heuristic.selector.common

Examples of org.drools.planner.core.heuristic.selector.common.SelectionCacheLifecycleBridge


        solverPhaseLifecycleSupport.addEventListener(childMoveSelector);
        if (cacheType.isNotCached()) {
            throw new IllegalArgumentException("The selector (" + this
                    + ") does not support the cacheType (" + cacheType + ").");
        }
        solverPhaseLifecycleSupport.addEventListener(new SelectionCacheLifecycleBridge(cacheType, this));
    }
View Full Code Here

TOP

Related Classes of org.drools.planner.core.heuristic.selector.common.SelectionCacheLifecycleBridge

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.