Uses of Interface
org.formulacompiler.compiler.SaveableEngine

Packages that use SaveableEngine
org.formulacompiler.spreadsheet Contains the public compile-time API of AFC's spreadsheet compiler, which extends the core functional model compiler. 
 

Uses of SaveableEngine in org.formulacompiler.spreadsheet
 

Methods in org.formulacompiler.spreadsheet that return SaveableEngine
 SaveableEngine SpreadsheetToEngineCompiler.compile()
          Compiles the engine.
 SaveableEngine EngineBuilder.compile()
          Compiles an executable computation engine from the inputs to this builder.
static SaveableEngine SpreadsheetCompiler.compileEngine(SpreadsheetBinding _binding, NumericType _numericType, boolean _fullCaching)
          Same as SpreadsheetCompiler.compileEngine(SpreadsheetBinding, NumericType, Class, Method, boolean), leaving the factory class and method unspecified.
static SaveableEngine SpreadsheetCompiler.compileEngine(SpreadsheetBinding _binding, NumericType _numericType, java.lang.Class _factoryClass, java.lang.reflect.Method _factoryMethod, boolean _fullCaching)
          Returns a new instance of a spreadsheet compiler, which is used to compile a spreadsheet representation, together with a binding associating cells with input and output methods, to an excecutable computation engine.