Class ParallelRuleEvaluator.RuleEvaluatorCallable

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Integer>
    Enclosing class:
    ParallelRuleEvaluator

    public class ParallelRuleEvaluator.RuleEvaluatorCallable
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Integer>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer call()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RuleEvaluatorCallable

        public RuleEvaluatorCallable()
    • Method Detail

      • call

        public java.lang.Integer call()
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Integer>