Uses of Package
org.formulacompiler.runtime

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

Classes in org.formulacompiler.runtime used by org.formulacompiler.compiler
Computation.Config
          Provides configuration information for an execution environment for computations.
Engine
          API to a computation engine.
FormulaCompilerException
          Base class for all exceptions thrown by AFC.
FormulaRuntime
          Static class defining factory methods for run-time-only elements of AFC.
 

Classes in org.formulacompiler.runtime used by org.formulacompiler.decompiler
Engine
          API to a computation engine.
FormulaRuntime
          Static class defining factory methods for run-time-only elements of AFC.
 

Classes in org.formulacompiler.runtime used by org.formulacompiler.runtime
Computation
          Marker interface which is implemented by all computations generated by AFC.
Computation.Config
          Provides configuration information for an execution environment for computations.
ComputationException
          Base class of runtime exceptions thrown by compiled computations for error conditions.
ComputationFactory
          Interface which is implemented by all computation factories generated by AFC.
ComputationMode
          This enumeration is used to tell the compiler which spreadsheet application behavior to adhere to.
Engine
          API to a computation engine.
EngineException
          Base class for all exceptions thrown by the run-time engine support of AFC, except for computation errors.
EngineLoader
          Interface for deserializing instances of the Engine class.
EngineLoader.Config
          Configuration data for new instances of EngineLoader.
FormulaCompilerException
          Base class for all exceptions thrown by AFC.
ImplementationLocator.ConfigurationException
          Exception thrown when configuration errors occur.
ImplementationLocator.ConfigurationMissingException
          Exception thrown when a configuration is missing for a single instance request.
 

Classes in org.formulacompiler.runtime used by org.formulacompiler.spreadsheet
Computation.Config
          Provides configuration information for an execution environment for computations.
ComputationMode
          This enumeration is used to tell the compiler which spreadsheet application behavior to adhere to.
EngineException
          Base class for all exceptions thrown by the run-time engine support of AFC, except for computation errors.
FormulaCompilerException
          Base class for all exceptions thrown by AFC.
FormulaRuntime
          Static class defining factory methods for run-time-only elements of AFC.