[
https://issues.redhat.com/browse/DROOLS-5867?page=com.atlassian.jira.plug...
]
Gabriele Cardosi updated DROOLS-5867:
-------------------------------------
Description:
Currently, ApplyPmmlModelCommand (inside drools) invoke directly the legacy PMML delegate
(ApplyPmmlModelCommandExecutorImpl).
# define PMMLCommandExecutor interface inside kie-internal (droolsjbpm-knowledge)
# write a PMMLCommandExecutor factory (where ? It must be visible by drools-core inside
ApplyPmmlModelCommand)
# write a PMMLCommandExecutor implementation (where ? It must be visible by
PMMLCommandExecutor factory )
# modify ApplyPmmlModelCommand to switch between factories/implementations.
was:
Currently, ApplyPmmlModelCommand (inside drools) invoke directly the legacy PMML delegate
(ApplyPmmlModelCommandExecutorImpl).
# code a PMML-trusty implementation of ApplyPmmlModelCommandExecutor (needed ?)
# modify ApplyPmmlModelCommand to switch between implementations.
Update ApplyPmmlModelCommand to manage both PMML implementations
-----------------------------------------------------------------
Key: DROOLS-5867
URL:
https://issues.redhat.com/browse/DROOLS-5867
Project: Drools
Issue Type: Task
Reporter: Gabriele Cardosi
Assignee: Gabriele Cardosi
Priority: Major
Labels: TrustyAI
Currently, ApplyPmmlModelCommand (inside drools) invoke directly the legacy PMML delegate
(ApplyPmmlModelCommandExecutorImpl).
# define PMMLCommandExecutor interface inside kie-internal (droolsjbpm-knowledge)
# write a PMMLCommandExecutor factory (where ? It must be visible by drools-core inside
ApplyPmmlModelCommand)
# write a PMMLCommandExecutor implementation (where ? It must be visible by
PMMLCommandExecutor factory )
# modify ApplyPmmlModelCommand to switch between factories/implementations.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)