Uses of Class
org.formulacompiler.spreadsheet.SpreadsheetToEngineCompiler.Config

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

Uses of SpreadsheetToEngineCompiler.Config in org.formulacompiler.spreadsheet
 

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