Class DMNDTExpressionEvaluator.EventResults

  • Enclosing class:
    DMNDTExpressionEvaluator

    public static class DMNDTExpressionEvaluator.EventResults
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<java.lang.Integer> fired  
      boolean hasErrors  
      java.util.List<java.lang.Integer> matchedRules  
    • Constructor Summary

      Constructors 
      Constructor Description
      EventResults()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • hasErrors

        public boolean hasErrors
      • matchedRules

        public java.util.List<java.lang.Integer> matchedRules
      • fired

        public java.util.List<java.lang.Integer> fired
    • Constructor Detail

      • EventResults

        public EventResults()