Interface TravelEngineService
- All Known Implementing Classes:
AbstractTravelEngineService,DefaultTravelDroolsService
public interface TravelEngineService
Interface for drools engine services
-
Method Summary
Modifier and TypeMethodDescriptionevaluate(List<Object> factObjects, FactContextType contextType) Method to evaluate the objects with applicable rules
-
Method Details
-
evaluate
Method to evaluate the objects with applicable rules- Parameters:
factObjects- the fact objectscontextType- the context type- Returns:
- rule evaluation result
-