Class ConditionFilter

  • All Implemented Interfaces:
    org.kie.api.runtime.ObjectFilter

    public class ConditionFilter
    extends java.lang.Object
    implements org.kie.api.runtime.ObjectFilter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(java.lang.Object object)  
      • Methods inherited from class java.lang.Object

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

      • ConditionFilter

        public ConditionFilter​(java.util.List<FactCheckerHandle> factToCheck)
    • Method Detail

      • accept

        public boolean accept​(java.lang.Object object)
        Specified by:
        accept in interface org.kie.api.runtime.ObjectFilter