Class DrlRuntimeHelper

java.lang.Object
org.kie.drl.engine.runtime.mapinput.utils.DrlRuntimeHelper

public class DrlRuntimeHelper extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    canManage(org.kie.efesto.runtimemanager.api.model.EfestoInput toEvaluate, org.kie.efesto.common.api.model.EfestoRuntimeContext context)
     
    execute(org.kie.efesto.runtimemanager.api.model.BaseEfestoInput<org.kie.efesto.runtimemanager.api.model.EfestoMapInputDTO> toEvaluate, org.kie.efesto.runtimemanager.api.model.EfestoLocalRuntimeContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • canManage

      public static boolean canManage(org.kie.efesto.runtimemanager.api.model.EfestoInput toEvaluate, org.kie.efesto.common.api.model.EfestoRuntimeContext context)
    • execute

      public static Optional<EfestoOutputDrlMap> execute(org.kie.efesto.runtimemanager.api.model.BaseEfestoInput<org.kie.efesto.runtimemanager.api.model.EfestoMapInputDTO> toEvaluate, org.kie.efesto.runtimemanager.api.model.EfestoLocalRuntimeContext context)