Class PropertyEvaluator


  • public class PropertyEvaluator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyEvaluator​(org.kie.dmn.feel.lang.EvaluationContext evaluationContext, java.lang.String... propertyNames)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.kie.dmn.feel.lang.EvaluationContext getEvaluationContext()  
      java.lang.Object getValue​(int i)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • PropertyEvaluator

        public PropertyEvaluator​(org.kie.dmn.feel.lang.EvaluationContext evaluationContext,
                                 java.lang.String... propertyNames)
    • Method Detail

      • getValue

        public java.lang.Object getValue​(int i)
      • getEvaluationContext

        public org.kie.dmn.feel.lang.EvaluationContext getEvaluationContext()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object