Uses of Interface
com.jstatcom.engine.Engine

Packages that use Engine
com.jstatcom.engine Abstract implementation of the engine communication as well as the procedure call. 
com.jstatcom.engine.gauss GAUSS communication that uses an installed version of the software. 
com.jstatcom.engine.grte Gauss Runtime Engine / Gauss Engine communication. 
com.jstatcom.engine.matlab New enhanced Matlab communication. 
com.jstatcom.engine.mlab Older Matlab communication. 
com.jstatcom.engine.ox Ox communication. 
com.jstatcom.engine.rstat R communication, see www.r-project.org. 
com.jstatcom.engine.stub Communication to arbitrary system libraries without JNI wrappers. 
 

Uses of Engine in com.jstatcom.engine
 

Methods in com.jstatcom.engine that return Engine
abstract  Engine PCall.engine()
          Gets the Engine instance that is used by this call for the convenience implementations of the adapter methods to the engine interface.
abstract  Engine EngineTypes.getEngine()
          Gets a concrete implementation of the Engine interface.
 

Uses of Engine in com.jstatcom.engine.gauss
 

Classes in com.jstatcom.engine.gauss that implement Engine
 class GaussEngine
          Links to an instance of the software package Gauss (www.aptech.com).
 

Methods in com.jstatcom.engine.gauss that return Engine
 Engine GaussEngineType.getEngine()
           
 

Uses of Engine in com.jstatcom.engine.grte
 

Classes in com.jstatcom.engine.grte that implement Engine
 class GRTEngine
          Provides communication to the Gauss Runtime Engine and conforms to the Engine interface.
 

Methods in com.jstatcom.engine.grte that return Engine
 Engine GRTEType.getEngine()
           
 

Uses of Engine in com.jstatcom.engine.matlab
 

Classes in com.jstatcom.engine.matlab that implement Engine
 class MatlabEngine
          Engine for calling Matlab Compiler generated dlls from .m source files.
 

Methods in com.jstatcom.engine.matlab that return Engine
 Engine MatlabEngineType.getEngine()
           
 

Uses of Engine in com.jstatcom.engine.mlab
 

Classes in com.jstatcom.engine.mlab that implement Engine
 class MLabEngine
          A MLabEngine manages calls to methods defined in native libraries created with the MatLab compiler from .m files.
 class StubMlabEngine
          A MLabEngine manages calls to methods defined in native libraries created with the MatLab compiler from .m files.
 

Methods in com.jstatcom.engine.mlab that return Engine
 Engine StubMlabEngineType.getEngine()
           
 Engine MLabEngineType.getEngine()
           
 

Uses of Engine in com.jstatcom.engine.ox
 

Classes in com.jstatcom.engine.ox that implement Engine
 class OxEngine
          Engine implementation to handle calls to the Ox program.
 

Methods in com.jstatcom.engine.ox that return Engine
 Engine OxEngineType.getEngine()
           
 

Uses of Engine in com.jstatcom.engine.rstat
 

Classes in com.jstatcom.engine.rstat that implement Engine
 class RStatEngine
          Engine for calling R via JGR (www.rosuda.de/JGR).
 

Methods in com.jstatcom.engine.rstat that return Engine
 Engine RStatEngineType.getEngine()
           
 

Uses of Engine in com.jstatcom.engine.stub
 

Classes in com.jstatcom.engine.stub that implement Engine
 class StubEngine
          A StubEngine manages calls to methods defined in arbitrary system libraries.
 

Methods in com.jstatcom.engine.stub that return Engine
 Engine StubEngineType.getEngine()