org.drools.compiler
Interface PMMLCompiler

All Superinterfaces:
Service

public interface PMMLCompiler
extends Service


Method Summary
 void clearResults()
           
 String compile(InputStream stream, Map<String,PackageRegistry> registries)
           
 List<org.drools.builder.KnowledgeBuilderResult> getResults()
           
 

Method Detail

compile

String compile(InputStream stream,
               Map<String,PackageRegistry> registries)

getResults

List<org.drools.builder.KnowledgeBuilderResult> getResults()

clearResults

void clearResults()


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.