Uses of Interface
org.formulacompiler.spreadsheet.SpreadsheetToEngineCompiler

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

Uses of SpreadsheetToEngineCompiler in org.formulacompiler.spreadsheet
 

Methods in org.formulacompiler.spreadsheet that return SpreadsheetToEngineCompiler
 SpreadsheetToEngineCompiler SpreadsheetToEngineCompiler.Factory.newInstance(SpreadsheetToEngineCompiler.Config _config)
          Factory method.
static SpreadsheetToEngineCompiler SpreadsheetCompiler.newSpreadsheetCompiler(SpreadsheetToEngineCompiler.Config _config)
          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.