public static class KiePMMLSessionUtils.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
KiePMMLSessionUtils |
build() |
KiePMMLSessionUtils.Builder |
withAgendaEventListener(org.kie.api.event.rule.AgendaEventListener agendaEventListener)
Add an
AgendaEventListener to the underlying KieSession |
KiePMMLSessionUtils.Builder |
withObjectsInSession(Map<String,Object> unwrappedInputParams,
Map<String,KiePMMLOriginalTypeGeneratedType> fieldTypeMap)
Insert
Objects to the underlying KieSession. |
KiePMMLSessionUtils.Builder |
withOutputFieldsMap(Map<String,Object> outputFieldsMap)
Insert
Map<String, Object> outputFieldsMap to the underlying KieSession. |
public KiePMMLSessionUtils.Builder withAgendaEventListener(org.kie.api.event.rule.AgendaEventListener agendaEventListener)
AgendaEventListener to the underlying KieSessionagendaEventListener - public KiePMMLSessionUtils.Builder withObjectsInSession(Map<String,Object> unwrappedInputParams, Map<String,KiePMMLOriginalTypeGeneratedType> fieldTypeMap)
Objects to the underlying KieSession.
Such Objects are retrieved out of the given MapsunwrappedInputParams - fieldTypeMap - public KiePMMLSessionUtils.Builder withOutputFieldsMap(Map<String,Object> outputFieldsMap)
Map<String, Object> outputFieldsMap to the underlying KieSession.outputFieldsMap - public KiePMMLSessionUtils build()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.