All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.drools.compiler.builder.impl.PackageRegistryCompiler Maven / Gradle / Ivy

The newest version!
package org.drools.compiler.builder.impl;

import org.kie.internal.builder.KnowledgeBuilderResult;

import java.util.Collection;

/**
 * Builds the consequence in all of the {@link org.drools.compiler.compiler.PackageRegistry}
 * it contains, and provides the results.
 */
public interface PackageRegistryCompiler {

    void compileAll();

    void reloadAll();

    Collection getResults();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy