Separate implementation from PMMLAssemblerService
-------------------------------------------------
Key: DROOLS-5373
URL:
https://issues.redhat.com/browse/DROOLS-5373
Project: Drools
Issue Type: Task
Reporter: Gabriele Cardosi
Assignee: Gabriele Cardosi
Priority: Major
Labels: TrustyAI
Create two classes whose repsosinbility is
1) create source code
2) load pre-compiled classes
PMMLAssemblerService should invoke one or the other
That way the "compiler" class could be used inside Kogit with reflection, and
the "loader" (?) one could also be used inside kogito without reflection