Uses of Package
com.jstatcom.model

Packages that use com.jstatcom.model
com.jstatcom.component GUI components with general functionality. 
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.equation Components to display equations. 
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. 
com.jstatcom.parser Various parsers generated by JavaCC. 
com.jstatcom.project Project and settings management systems. 
com.jstatcom.table Special tables for some data types. 
com.jstatcom.ts Components and data types related to time series analysis. 
com.jstatcom.util Utility classes shared by other packages. 
 

Classes in com.jstatcom.model used by com.jstatcom.component
JSCInt
          An integer representation that conforms to the JSCData interface.
JSCNArray
          A wrapper for 2-dimensional number arrays that conforms to the JSCData interface.
JSCSArray
          A wrapper for string arrays that conforms to the JSCData interface.
JSCTypeDef
          Defines a type to be used with a symbol table.
NumberRange
          This class specifies an interval defined by two numbers and a type and provides methods to validate numbers and other NumberRange instances against it.
Scope
          This typesave enumeration contains all existing Scope types.
SymbolEvent
          Events of this type are fired by Symbol objects to notify listeners about changes of various kinds.
SymbolListener
          Must be implemented by listeners that need to be notified about changes in Symbol objects.
 

Classes in com.jstatcom.model used by com.jstatcom.engine
JSCData
          Defines the contract for all data types to be used with Engine, Symbol and SymbolTable.
JSCTypes
          This enumeration contains all existing JSCData types.
SymbolTable
          This class contains a sorted collection of Symbol objects that can easily be accessed.
 

Classes in com.jstatcom.model used by com.jstatcom.engine.gauss
JSCData
          Defines the contract for all data types to be used with Engine, Symbol and SymbolTable.
JSCTypes
          This enumeration contains all existing JSCData types.
 

Classes in com.jstatcom.model used by com.jstatcom.engine.grte
JSCData
          Defines the contract for all data types to be used with Engine, Symbol and SymbolTable.
JSCTypes
          This enumeration contains all existing JSCData types.
 

Classes in com.jstatcom.model used by com.jstatcom.engine.matlab
JSCData
          Defines the contract for all data types to be used with Engine, Symbol and SymbolTable.
JSCTypes
          This enumeration contains all existing JSCData types.
 

Classes in com.jstatcom.model used by com.jstatcom.engine.mlab
JSCData
          Defines the contract for all data types to be used with Engine, Symbol and SymbolTable.
JSCTypes
          This enumeration contains all existing JSCData types.
 

Classes in com.jstatcom.model used by com.jstatcom.engine.ox
JSCData
          Defines the contract for all data types to be used with Engine, Symbol and SymbolTable.
JSCTypes
          This enumeration contains all existing JSCData types.
 

Classes in com.jstatcom.model used by com.jstatcom.engine.rstat
JSCData
          Defines the contract for all data types to be used with Engine, Symbol and SymbolTable.
JSCPropertyTypes
          This class contains an enumeration of constants that define properties that can be set for a JSCData object.
JSCTypes
          This enumeration contains all existing JSCData types.
 

Classes in com.jstatcom.model used by com.jstatcom.engine.stub
JSCData
          Defines the contract for all data types to be used with Engine, Symbol and SymbolTable.
JSCPropertyTypes
          This class contains an enumeration of constants that define properties that can be set for a JSCData object.
JSCTypes
          This enumeration contains all existing JSCData types.
 

Classes in com.jstatcom.model used by com.jstatcom.equation
JSCNArray
          A wrapper for 2-dimensional number arrays that conforms to the JSCData interface.
Scope
          This typesave enumeration contains all existing Scope types.
SymbolEvent
          Events of this type are fired by Symbol objects to notify listeners about changes of various kinds.
SymbolListener
          Must be implemented by listeners that need to be notified about changes in Symbol objects.
 

Classes in com.jstatcom.model used by com.jstatcom.io
JSCData
          Defines the contract for all data types to be used with Engine, Symbol and SymbolTable.
JSCSArray
          A wrapper for string arrays that conforms to the JSCData interface.
JSCTypes
          This enumeration contains all existing JSCData types.
 

Classes in com.jstatcom.model used by com.jstatcom.model
AbstractJSCData
          Abstract implementation of JSCData which provides default functionality for handling the different listeners.
JSCData
          Defines the contract for all data types to be used with Engine, Symbol and SymbolTable.
JSCDataEvent
          Events of this type are fired by JSCData objects to notify listeners like JSCSymbol objects about changes of various kinds.
JSCDataEventTypes
          This enumeration contains all existing JSCDataEvent types, that a JSCDataListener can be registered to.
JSCDataListener
          Must be implemented by listeners that need to be notified about changes in JSCData objects.
JSCDate
          Adapter to TSDate objects that conforms to the JSCData interface.
JSCDRange
          Adapter to TSDateRange objects that conforms to the JSCData interface.
JSCInt
          An integer representation that conforms to the JSCData interface.
JSCMap
          An object wrapper that conforms to the JSCData interface.
JSCNArray
          A wrapper for 2-dimensional number arrays that conforms to the JSCData interface.
JSCNumber
          A number representation that conforms to the JSCData interface.
JSCPropertyTypes
          This class contains an enumeration of constants that define properties that can be set for a JSCData object.
JSCSArray
          A wrapper for string arrays that conforms to the JSCData interface.
JSCSArray.Row
          Inner class for storing rows of this array as XML elements.
JSCString
          A string wrapper that conforms to the JSCData interface.
JSCTypeDef
          Defines a type to be used with a symbol table.
JSCTypes
          This enumeration contains all existing JSCData types.
JSCVoid
          An object wrapper that conforms to the JSCData interface.
ModelTest.XMLRep
           
NumberRange
          This class specifies an interval defined by two numbers and a type and provides methods to validate numbers and other NumberRange instances against it.
NumberRangeTypes
          This class contains an enumeration of constants that define different types of number ranges.
Scope
          This typesave enumeration contains all existing Scope types.
Symbol
          The Symbol class represents a variable with a certain type and name.
SymbolEvent
          Events of this type are fired by Symbol objects to notify listeners about changes of various kinds.
SymbolEventTypes
          This enumeration contains all existing SymbolEvent types, that a SymbolListener can be registered to.
SymbolListener
          Must be implemented by listeners that need to be notified about changes in Symbol objects.
SymbolScope
          An interface to be implemented by components that provide access to a hierarchy of symbol tables.
SymbolTable
          This class contains a sorted collection of Symbol objects that can easily be accessed.
 

Classes in com.jstatcom.model used by com.jstatcom.model.control
JSCTypes
          This enumeration contains all existing JSCData types.
Symbol
          The Symbol class represents a variable with a certain type and name.
SymbolEvent
          Events of this type are fired by Symbol objects to notify listeners about changes of various kinds.
SymbolListener
          Must be implemented by listeners that need to be notified about changes in Symbol objects.
SymbolTable
          This class contains a sorted collection of Symbol objects that can easily be accessed.
 

Classes in com.jstatcom.model used by com.jstatcom.parser
NumberRange
          This class specifies an interval defined by two numbers and a type and provides methods to validate numbers and other NumberRange instances against it.
 

Classes in com.jstatcom.model used by com.jstatcom.project
JSCData
          Defines the contract for all data types to be used with Engine, Symbol and SymbolTable.
 

Classes in com.jstatcom.model used by com.jstatcom.table
JSCData
          Defines the contract for all data types to be used with Engine, Symbol and SymbolTable.
JSCNArray
          A wrapper for 2-dimensional number arrays that conforms to the JSCData interface.
JSCSArray
          A wrapper for string arrays that conforms to the JSCData interface.
NumberRange
          This class specifies an interval defined by two numbers and a type and provides methods to validate numbers and other NumberRange instances against it.
Scope
          This typesave enumeration contains all existing Scope types.
Symbol
          The Symbol class represents a variable with a certain type and name.
SymbolTable
          This class contains a sorted collection of Symbol objects that can easily be accessed.
 

Classes in com.jstatcom.model used by com.jstatcom.ts
JSCData
          Defines the contract for all data types to be used with Engine, Symbol and SymbolTable.
JSCDRange
          Adapter to TSDateRange objects that conforms to the JSCData interface.
JSCNArray
          A wrapper for 2-dimensional number arrays that conforms to the JSCData interface.
ModelFrame
          An internal frame that can be used as top level container for modules in the JStatCom framework.
ModelPanel
          Panel to be used by components that need access to the symbol table hierarchy.
SymbolScope
          An interface to be implemented by components that provide access to a hierarchy of symbol tables.
 

Classes in com.jstatcom.model used by com.jstatcom.util
JSCData
          Defines the contract for all data types to be used with Engine, Symbol and SymbolTable.
JSCNArray
          A wrapper for 2-dimensional number arrays that conforms to the JSCData interface.
JSCSArray
          A wrapper for string arrays that conforms to the JSCData interface.