Class DrlRuntimeHelper
- java.lang.Object
-
- org.kie.drl.engine.runtime.kiesession.local.utils.DrlRuntimeHelper
-
public class DrlRuntimeHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancanManage(org.kie.efesto.runtimemanager.api.model.EfestoInput toEvaluate)static Optional<EfestoOutputDrlKieSessionLocal>execute(EfestoInputDrlKieSessionLocal toEvaluate, org.kie.efesto.runtimemanager.api.model.EfestoRuntimeContext context)
-
-
-
Method Detail
-
canManage
public static boolean canManage(org.kie.efesto.runtimemanager.api.model.EfestoInput toEvaluate)
-
execute
public static Optional<EfestoOutputDrlKieSessionLocal> execute(EfestoInputDrlKieSessionLocal toEvaluate, org.kie.efesto.runtimemanager.api.model.EfestoRuntimeContext context)
-
-