Interface TravelEngineService

All Known Implementing Classes:
AbstractTravelEngineService, DefaultTravelDroolsService

public interface TravelEngineService
Interface for drools engine services
  • Method Details

    • evaluate

      RuleEvaluationResult evaluate(List<Object> factObjects, FactContextType contextType)
      Method to evaluate the objects with applicable rules
      Parameters:
      factObjects - the fact objects
      contextType - the context type
      Returns:
      rule evaluation result