Class DrlRuntimeHelper
java.lang.Object
org.kie.drl.engine.runtime.mapinput.utils.DrlRuntimeHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleancanManage(org.kie.efesto.runtimemanager.api.model.EfestoInput toEvaluate, org.kie.efesto.common.api.model.EfestoRuntimeContext context) 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)
-
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)
-