Interface RuleExecutor

All Known Implementing Classes:
CompositeExecutor

public interface RuleExecutor
规则执行者
Author:
chaostone
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(Context context)
     
  • Method Details

    • execute

      boolean execute(Context context)