Package org.drools.compiler.builder.impl.processors
CompilationPhases originate as
methods in KnowledgeBuilderImpl.
This package contains classes that have been refactored in order to maximize
reuse of that code.
Each CompilationPhase was
usually contains one method for processing and one method to get
the results (errors or warnings).-
Interface Summary Interface Description CompilationPhase Processes a PackageDescr and producesKnowledgeBuilderResults.