Interface RuleProcessor<T>

All Known Implementing Classes:
AbstractRuleProcessor

public interface RuleProcessor<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    checkForMatch(T sc, Map<String,Object> valueMap)
     
  • Method Details