Uses of Interface
org.formulacompiler.spreadsheet.EngineBuilder

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

Uses of EngineBuilder in org.formulacompiler.spreadsheet
 

Methods in org.formulacompiler.spreadsheet that return EngineBuilder
static EngineBuilder SpreadsheetCompiler.newEngineBuilder()
          Returns a new instance of an engine builder, which handles the most typical use-cases for compiling a spreadsheet to an computation engine.
 EngineBuilder EngineBuilder.Factory.newInstance()
          Factory method.