Class FactCheckerHandle
- java.lang.Object
-
- org.drools.scenariosimulation.backend.fluent.FactCheckerHandle
-
public class FactCheckerHandle extends Object
-
-
Constructor Summary
Constructors Constructor Description FactCheckerHandle(Class<?> clazz, Function<Object,ValueWrapper> checkFuction, ScenarioResult scenarioResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function<Object,ValueWrapper>getCheckFuction()Class<?>getClazz()ScenarioResultgetScenarioResult()
-
-
-
Constructor Detail
-
FactCheckerHandle
public FactCheckerHandle(Class<?> clazz, Function<Object,ValueWrapper> checkFuction, ScenarioResult scenarioResult)
-
-
Method Detail
-
getClazz
public Class<?> getClazz()
-
getCheckFuction
public Function<Object,ValueWrapper> getCheckFuction()
-
getScenarioResult
public ScenarioResult getScenarioResult()
-
-