SAP ABAP Class CL_GENIOS_PARAMETER (GENIOS: parameter for the solver)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-GEN (Application Component) GENeric Integer Optimizer System
     GENIOS_SOLVER_MAIN (Package) GENIOS: solvers for MILP
Properties
Class CL_GENIOS_PARAMETER  
Short Description GENIOS: parameter for the solver    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GENIOS_SOLVER_MAIN   GENIOS: solvers for MILP 
Created 20081212   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 GENIO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_GENIOS_PARAMETER has no interface implemented.
Friends
Class CL_GENIOS_PARAMETER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_PARAMETER Instance attribute Public Type reference (TYPE) GENIOST_PARAMETER Dynamic Parameter 20091204
2 MV_LOGGING Instance attribute Public Type reference (TYPE) GENIOS_BOOL GENIO_FALSE GENIOS: bool variable 20091204
3 MV_MEMORYLIMIT Instance attribute Public Type reference (TYPE) ABAP_MSIZE DEC type that is suitable for 64 bit integer 20120705
4 MV_NODELIMIT Instance attribute Public Type reference (TYPE) GENIOS_INT4 GENIOS: 32bit integer 20081212
5 MV_REPORTMEM Instance attribute Public Type reference (TYPE) GENIOS_BOOL GENIO_FALSE GENIOS: bool variable 20090123
6 MV_SECTION Instance attribute Protected Type reference (TYPE) RCC_PARAM_SECTION RCCF Parameter: Section 20090123
7 MV_SOLUTIONLIMIT Instance attribute Public Type reference (TYPE) GENIOS_INT4 GENIOS: 32bit integer 20081212
8 MV_TIMEACCURACY Instance attribute Public Type reference (TYPE) INT1 GENIOS: 8bit integer 20090709
9 MV_TIMELIMIT Instance attribute Public Type reference (TYPE) GENIOS_INT4 GENIOS: 32bit integer 20081212
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20091204
2 GET_PARAMETER Instance method Public Method Get one Parameter out of the List 20091207
3 READ_PARAM_FROM_CUST Instance method Public Method Read the parameter from the Customizing Table 20091204
4 READ_PARAM_FROM_RCCF Instance method Public Method Read the parameter from the RCCF extra params 20090123
Events
Class CL_GENIOS_PARAMETER has no event.
Types
Class CL_GENIOS_PARAMETER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SOLVER_ID Call by reference Type reference (TYPE) GENIOS_SOLVERID GENIOS: ID of the solver 20091204

Method CONSTRUCTOR on class CL_GENIOS_PARAMETER has no exception.

Method GET_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DEFAULT_VALUE Call by reference Type reference (TYPE) GENIOS_PARAMETER_VALUE GENIOS: Parameter Value 20091207
2 Importing IV_NAME Call by reference Type reference (TYPE) GENIOS_PARAMETER_NAME GENIOS: Parameter Name 20091207
3 Importing IV_SOLVER_ID Call by reference Type reference (TYPE) GENIOS_SOLVERID GENIOS: ID of the solver 20091207
4 Returning RV_VALUE Value transfer Type reference (TYPE) GENIOS_PARAMETER_VALUE GENIOS: Parameter Value 20091207

Method GET_PARAMETER on class CL_GENIOS_PARAMETER has no exception.

Method READ_PARAM_FROM_CUST Signature

Method READ_PARAM_FROM_CUST on class CL_GENIOS_PARAMETER has no parameter.
Method READ_PARAM_FROM_CUST on class CL_GENIOS_PARAMETER has no exception.

Method READ_PARAM_FROM_RCCF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SECTION Call by reference Type reference (TYPE) RCC_PARAM_SECTION 'GENIOS' RCCF Parameter: Section 20090123

Method READ_PARAM_FROM_RCCF on class CL_GENIOS_PARAMETER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700