SAP ABAP Class CL_SCV_ADT_COVERAGE_REPOSITORY (Facade for coverage repository)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-COV (Application Component) Coverage Analyzer
     SCOV_ADT (Package) Coverage Analyzer service enabling
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SCV_ADT_COVERAGE_REPOSITORY Facade for coverage repository 20110810
Properties
Class CL_SCV_ADT_COVERAGE_REPOSITORY  
Short Description Facade for coverage repository    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCOV_ADT   Coverage Analyzer service enabling 
Created 20110810   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SCV_ADT_COVERAGE_REPOSITORY has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SCV_ADT_COVERAGE_REPOSITORY Facade for coverage repository 20110810
Friends
Class CL_SCV_ADT_COVERAGE_REPOSITORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_NODE_SEPARATOR Constant Private Type reference (TYPE) STRING `/` 20110810
2 NODE_CACHE Instance attribute Private Type reference (TYPE) TY_NODE_CACHE 20110810
3 REPOSITORY Instance attribute Private Object reference (TYPE REF TO) IF_SCV_REPOSITORY 20110810
4 RESULT Instance attribute Private Object reference (TYPE REF TO) IF_SCV_RESULT 20110810
5 RESULT_ID Instance attribute Private Type reference (TYPE) CVA_UUID 20110810
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NODE_TO_CACHE Instance method Private Method 20110810
2 CREATE Static method Public Method 20110810
3 FETCH_RESULT Instance method Private Method 20110810
4 READ_NODE_FROM_CACHE Instance method Private Method 20110810
Events
Class CL_SCV_ADT_COVERAGE_REPOSITORY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_NODE_CACHE Private See coding 20110810 ty_node_cache TYPE HASHED TABLE OF ty_node_cache_entry WITH UNIQUE KEY key
2 TY_NODE_CACHE_ENTRY Private See coding 20110810 BEGIN OF ty_node_cache_entry, key TYPE string, value TYPE REF TO if_scv_result_node, END OF ty_node_cache_entry
Method Signatures

Method ADD_NODE_TO_CACHE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEY Call by reference Type reference (TYPE) STRING 20110810
2 Importing I_VALUE Call by reference Object reference (TYPE REF TO) IF_SCV_RESULT_NODE 20110810

Method ADD_NODE_TO_CACHE on class CL_SCV_ADT_COVERAGE_REPOSITORY has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RESULT_ID Call by reference Type reference (TYPE) CVA_UUID 20110810
2 Returning R_FACADE Value transfer Object reference (TYPE REF TO) CL_SCV_ADT_COVERAGE_REPOSITORY 20110810

Method CREATE on class CL_SCV_ADT_COVERAGE_REPOSITORY has no exception.

Method FETCH_RESULT Signature

Method FETCH_RESULT on class CL_SCV_ADT_COVERAGE_REPOSITORY has no parameter.
# Exception Resumable Description Created on
1 CX_SCV_ADT_CP_RESULT_NOT_FOUND 20110810
2 CX_SCV_EXECUTION_ERROR 20110810

Method READ_NODE_FROM_CACHE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEY Call by reference Type reference (TYPE) STRING 20110810
2 Returning R_VALUE Value transfer Object reference (TYPE REF TO) IF_SCV_RESULT_NODE 20110810

Method READ_NODE_FROM_CACHE on class CL_SCV_ADT_COVERAGE_REPOSITORY has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 803