SAP ABAP Class CL_GENIOS_ENVIRONMENT (GENIOS: Environment)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-GEN (Application Component) GENeric Integer Optimizer System
     GENIOS_MAIN (Package) GENIOS: Common objects
Properties
Class CL_GENIOS_ENVIRONMENT  
Short Description GENIOS: Environment    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GENIOS_MAIN   GENIOS: Common objects 
Created 20081212   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GENIOS_ENVIRONMENT has no forward declaration.
Interfaces
Class CL_GENIOS_ENVIRONMENT has no interface implemented.
Friends
Class CL_GENIOS_ENVIRONMENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_ENVIRONMENT Static Attribute Private Object reference (TYPE REF TO) CL_GENIOS_ENVIRONMENT GENIOS: Environment 20081212
2 MT_MODELS Instance attribute Private Type reference (TYPE) GENIOST_MODEL GENIOS: table of created models 20081212
3 MT_SOLVER Instance attribute Private Type reference (TYPE) GENIOST_SOLVER GENIOS: table of created solvers 20081212
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20081212
2 CREATE_MODEL Instance method Public Method Create a GENIOS model 20081212
3 CREATE_SOLVER Instance method Public Method Create a GENIOS solver 20081212
4 DESTROY_MODEL Instance method Public Method Destroy a GENIOS model 20081212
5 DESTROY_SOLVER Instance method Public Method Destroy a GENIOS solver 20081212
6 GET_ENVIRONMENT Static method Public Method Get the static GENIOS environment 20081212
7 GET_SOLVERS Static method Public Method Get the registered GENIOS solvers in the system 20090108
Events
Class CL_GENIOS_ENVIRONMENT has no event.
Types
Class CL_GENIOS_ENVIRONMENT has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_GENIOS_ENVIRONMENT has no parameter.
Method CONSTRUCTOR on class CL_GENIOS_ENVIRONMENT has no exception.

Method CREATE_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) GENIOS_NAME GENIOS: name of an element 20081212
2 Returning RO_MODEL Value transfer Object reference (TYPE REF TO) CL_GENIOS_MODEL GENIOS: model 20081212
# Exception Resumable Description Created on
1 CX_GENIOS_ENVIRONMENT GENIOS: Environment 20090108

Method CREATE_SOLVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SOLVERID Call by reference Type reference (TYPE) GENIOS_SOLVERID Natural Number 20081212
2 Returning RO_SOLVER Value transfer Object reference (TYPE REF TO) CL_GENIOS_SOLVER GENIOS: main solver 20081212
# Exception Resumable Description Created on
1 CX_GENIOS_ENVIRONMENT GENIOS: Environment 20090108

Method DESTROY_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) GENIOS_NAME GENIOS: name of an element 20090108

Method DESTROY_MODEL on class CL_GENIOS_ENVIRONMENT has no exception.

Method DESTROY_SOLVER Signature

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

Method DESTROY_SOLVER on class CL_GENIOS_ENVIRONMENT has no exception.

Method GET_ENVIRONMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_ENVIRONMENT Value transfer Object reference (TYPE REF TO) CL_GENIOS_ENVIRONMENT GENIOS: Environment 20081212

Method GET_ENVIRONMENT on class CL_GENIOS_ENVIRONMENT has no exception.

Method GET_SOLVERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SOLVERIDS Value transfer Type reference (TYPE) GENIOST_SOLVERID GENIOS: table of solver IDs 20090108

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