SAP ABAP Class CL_ODQ_REGRESSIONMODEL (Regression Model for Extraction)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BW-SRV (Application Component) BW Generation Tool and Set Object
⤷
SODQS (Package) Operational Delta Queue Services
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20110711 |
Properties
| Class | CL_ODQ_REGRESSIONMODEL | |
| Short Description | Regression Model for Extraction | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SODQS | Operational Delta Queue Services |
| Created | 20110711 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ODQ_REGRESSIONMODEL has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20110711 |
Friends
Class CL_ODQ_REGRESSIONMODEL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TIMESTAMPL | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | 20110711 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | TS_SUM | 20110711 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Further Model Instance | 20110711 | |
| 2 | Instance method | Public | Method | Start of Operation | 20110711 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20110711 | |
| 4 | Instance method | Private | Method | 20110711 | ||
| 5 | Instance method | Public | Method | End of Operation | 20110711 | |
| 6 | Instance method | Public | Method | Calculate Model Parameter | 20110711 | |
| 7 | Instance method | Public | Method | Reset Model | 20110711 | |
| 8 | Instance method | Private | Method | 20110711 |
Events
Class CL_ODQ_REGRESSIONMODEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_PARAMETER | Public | See coding | 20110711 | BEGIN OF ts_parameter,
idle TYPE p LENGTH 8 DECIMALS 6,
load TYPE p LENGTH 8 DECIMALS 6,
load_fix TYPE p LENGTH 8 DECIMALS 6,
load_var TYPE p LENGTH 8 DECIMALS 6,
END OF ts_parameter
|
||
| 2 | TS_SUM | Public | See coding | 20110711 | BEGIN OF ts_sum,
idle_operations TYPE i,
idle_seconds TYPE f,
operations TYPE i, " n
items TYPE f, " n * |
Method Signatures
Method ADD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_MODEL | Call by reference | Object reference (TYPE REF TO) | CL_ODQ_REGRESSIONMODEL | Regressionsmodel | 20110711 |
Method ADD on class CL_ODQ_REGRESSIONMODEL has no exception.
Method BEGIN_OF_OPERATION Signature
Method BEGIN_OF_OPERATION on class CL_ODQ_REGRESSIONMODEL has no parameter.
Method BEGIN_OF_OPERATION on class CL_ODQ_REGRESSIONMODEL has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_ODQ_REGRESSIONMODEL has no parameter.
Method CONSTRUCTOR on class CL_ODQ_REGRESSIONMODEL has no exception.
Method DESERIALIZE_HELPER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | US_SUM | Call by reference | Type reference (TYPE) | TS_SUM | 20110711 |
Method DESERIALIZE_HELPER on class CL_ODQ_REGRESSIONMODEL has no exception.
Method END_OF_OPERATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ITEMS | Call by reference | Type reference (TYPE) | I | 20110711 |
Method END_OF_OPERATION on class CL_ODQ_REGRESSIONMODEL has no exception.
Method GET_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_PARAMETER | Value transfer | Type reference (TYPE) | TS_PARAMETER | 20110711 |
Method GET_PARAMETERS on class CL_ODQ_REGRESSIONMODEL has no exception.
Method RESET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OPERATIONS | Call by reference | Type reference (TYPE) | I | 20110711 |
Method RESET on class CL_ODQ_REGRESSIONMODEL has no exception.
Method SERIALIZE_HELPER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | US_SUM | Call by reference | Type reference (TYPE) | TS_SUM | 20110711 |
Method SERIALIZE_HELPER on class CL_ODQ_REGRESSIONMODEL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |