Class EolEvaluator


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

      Constructors 
      Constructor Description
      EolEvaluator​(IModel... models)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()  
      java.lang.Object evaluate​(java.lang.Object o)  
      void execute​(java.lang.String statement)  
      IEolContext getContext()  
      void importFile​(java.io.File file)  
      void setVariable​(java.lang.String name, java.lang.Object value)  
      void setVariable​(java.lang.String name, java.lang.String eolStatement)  
      • Methods inherited from class java.lang.Object

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

      • EolEvaluator

        public EolEvaluator​(IModel... models)
    • Method Detail

      • dispose

        public void dispose()
      • evaluate

        public java.lang.Object evaluate​(java.lang.Object o)
      • execute

        public void execute​(java.lang.String statement)
      • setVariable

        public void setVariable​(java.lang.String name,
                                java.lang.String eolStatement)
      • setVariable

        public void setVariable​(java.lang.String name,
                                java.lang.Object value)
      • importFile

        public void importFile​(java.io.File file)