| ICollectionFilter |
A collection filter is used by the CrossSection class to filter elements of
the source collection.
|
| IDoubleArraySource |
Used by statistical object to access array of double values.
|
| IDoubleSource |
Used by statistical object to access double data.
|
| IFloatArraySource |
Used by statistical object to access array of float values.
|
| IFloatSource |
Used by statistical object to access float data.
|
| IIntArraySource |
Used by statistical object to access array of integer values.
|
| IIntSource |
Used by statistical object to access integer data.
|
| ILongArraySource |
Used by statistical object to access array of long values.
|
| ILongSource |
Used by statistical object to access long data.
|
| IObjectSource |
Used by statistical object to access object data.
|
| ISourceObjectArray |
Used by jas.statistics.db package objects to obtain the reference of the sources of a CrossSection.
|
| IStringSource |
Used by statistical object to access string data.
|
| IUpdatableSource |
An updatable source is a class implementing one of the I*Source interfaces, which needs
to be updated to refresh its data.
|