Uses of Interface
org.formulacompiler.spreadsheet.SpreadsheetBinding

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

Uses of SpreadsheetBinding in org.formulacompiler.spreadsheet
 

Fields in org.formulacompiler.spreadsheet declared as SpreadsheetBinding
 SpreadsheetBinding SpreadsheetToEngineCompiler.Config.binding
          The spreadsheet binding to use as input, which also identifies the spreadsheet to use.
 

Methods in org.formulacompiler.spreadsheet that return SpreadsheetBinding
 SpreadsheetBinding SpreadsheetBinder.getBinding()
          Finalizes and returns the binding built by this class.
 

Methods in org.formulacompiler.spreadsheet with parameters of type SpreadsheetBinding
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.