| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JSCTypes | |
|---|---|
| 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. | 
| com.jstatcom.io | Input/output related classes as well as data import implementations. | 
| com.jstatcom.model | Data model and Symbol Management systems. | 
| com.jstatcom.model.control | Symbol control system. | 
| Uses of JSCTypes in com.jstatcom.engine | 
|---|
| Methods in com.jstatcom.engine with parameters of type JSCTypes | |
|---|---|
|  boolean | Engine.isValid(JSCTypes type)Gets whether typecan be handled by this engine. | 
| Uses of JSCTypes in com.jstatcom.engine.gauss | 
|---|
| Methods in com.jstatcom.engine.gauss with parameters of type JSCTypes | |
|---|---|
|  boolean | GaussEngine.isValid(JSCTypes type) | 
| Uses of JSCTypes in com.jstatcom.engine.grte | 
|---|
| Methods in com.jstatcom.engine.grte with parameters of type JSCTypes | |
|---|---|
|  boolean | GRTEngine.isValid(JSCTypes type) | 
| Uses of JSCTypes in com.jstatcom.engine.matlab | 
|---|
| Methods in com.jstatcom.engine.matlab with parameters of type JSCTypes | |
|---|---|
|  boolean | MatlabEngine.isValid(JSCTypes type) | 
| Uses of JSCTypes in com.jstatcom.engine.mlab | 
|---|
| Methods in com.jstatcom.engine.mlab with parameters of type JSCTypes | |
|---|---|
|  boolean | StubMlabEngine.isValid(JSCTypes type) | 
|  boolean | MLabEngine.isValid(JSCTypes type) | 
| Uses of JSCTypes in com.jstatcom.engine.ox | 
|---|
| Methods in com.jstatcom.engine.ox with parameters of type JSCTypes | |
|---|---|
|  boolean | OxEngine.isValid(JSCTypes type)Gets whether typecan be handled by this engine. | 
| Uses of JSCTypes in com.jstatcom.engine.rstat | 
|---|
| Methods in com.jstatcom.engine.rstat with parameters of type JSCTypes | |
|---|---|
|  boolean | RStatEngine.isValid(JSCTypes type) | 
| Uses of JSCTypes in com.jstatcom.engine.stub | 
|---|
| Methods in com.jstatcom.engine.stub with parameters of type JSCTypes | |
|---|---|
|  boolean | StubEngine.isValid(JSCTypes type) | 
| Uses of JSCTypes in com.jstatcom.io | 
|---|
| Methods in com.jstatcom.io that return JSCTypes | |
|---|---|
|  JSCTypes | ImportTypes.type()Gets the data type of this import type. | 
| Constructors in com.jstatcom.io with parameters of type JSCTypes | |
|---|---|
| ImportTypes(java.lang.String name,
            JSCTypes jscType)Creates a new import tyoe. | |
| Uses of JSCTypes in com.jstatcom.model | 
|---|
| Fields in com.jstatcom.model declared as JSCTypes | |
|---|---|
| static JSCTypes | JSCTypes.DATEContains an single TSDate. | 
| static JSCTypes | JSCTypes.DRANGEContains an single TSDateRange. | 
| static JSCTypes | JSCTypes.INTContains a single Integer. | 
| static JSCTypes | JSCTypes.MAPContains an single arbitrary Object. | 
| static JSCTypes | JSCTypes.NARRAYContains an m x n doublearray. | 
| static JSCTypes | JSCTypes.NUMBERContains a single Double. | 
| static JSCTypes | JSCTypes.SARRAYContains an m x n Stringarray. | 
| static JSCTypes | JSCTypes.STRINGContains a single String. | 
|  JSCTypes | Symbol.typeType of this symbol. | 
|  JSCTypes | JSCTypeDef.type | 
| static JSCTypes | JSCTypes.VOIDContains an single arbitrary Object. | 
| Methods in com.jstatcom.model that return JSCTypes | |
|---|---|
|  JSCTypes | JSCVoid.type()Gets the type of this JSCDataobject. | 
|  JSCTypes | JSCString.type()Gets the type of this JSCDataobject. | 
|  JSCTypes | JSCSArray.type()Gets the type of this JSCDataobject. | 
|  JSCTypes | JSCNumber.type()Gets the type of this JSCDataobject. | 
|  JSCTypes | JSCNArray.type()Gets the type of this JSCDataobject. | 
|  JSCTypes | JSCMap.type()Gets the type of this JSCDataobject. | 
|  JSCTypes | JSCInt.type()Gets the type of this JSCDataobject. | 
|  JSCTypes | JSCDRange.type()Gets the type of this JSCDataobject. | 
|  JSCTypes | JSCDate.type()Gets the type of this JSCDataobject. | 
|  JSCTypes | JSCData.type()Gets the type of the data object. | 
| Constructors in com.jstatcom.model with parameters of type JSCTypes | |
|---|---|
| JSCTypeDef(java.lang.String name,
           JSCTypes type)Creates a type definition with a name, a type and no description. | |
| JSCTypeDef(java.lang.String name,
           JSCTypes type,
           java.lang.String description)Creates a type definition with a name, a type and an optional description. | |
| Uses of JSCTypes in com.jstatcom.model.control | 
|---|
| Methods in com.jstatcom.model.control with parameters of type JSCTypes | |
|---|---|
|  void | SymbolFrame.addSymbolPanel(JSCTypes type,
               SymbolPanel panel)Sets the panel to be displayed for a certain data type. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||