SAP ABAP Class CL_FDT_WD_DECISION_TREE_MODEL (FDT: WD Model for Decision Tree Expression)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_EXPRESSIONS (Package) BRFplus Expressions for Web Dynpro UI
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_WD_MAINTENANCE_MODEL | FDT WD: Model for maintenance objects | 20060714 |
Properties
| Class | CL_FDT_WD_DECISION_TREE_MODEL | |
| Short Description | FDT: WD Model for Decision Tree Expression | |
| Super Class | CL_FDT_WD_MAINTENANCE_MODEL | FDT WD: Model for maintenance objects |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_WD_EXPRESSIONS | BRFplus Expressions for Web Dynpro UI |
| Created | 20060714 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_FDT_WD_DECISION_TREE_MODEL has no interface implemented.
Friends
Class CL_FDT_WD_DECISION_TREE_MODEL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'DIRECT_INPUT_RESULT' | 20131203 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'DECISION_TREE' | Decision Tree Get Model | 20100702 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'TREE_PROPERTY' | 20100702 | |||
| 4 | Constant | Public | Type reference (TYPE) | C | 'A' | Actions | 20090216 | ||
| 5 | Constant | Public | Type reference (TYPE) | C | 'V' | Return Value | 20090216 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'UPDATE' | 20131203 | |||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'MOVE' | 20131203 | |||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'SWITCH' | 20131203 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FDT_DECISION_TREE | FDT: Decision Tree | 20060714 | |||
| 10 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Context Nodes | 20061228 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | FDT_NODE_ID | 20131203 | ||||
| 12 | Instance attribute | Public | Type reference (TYPE) | STRING | 20131203 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20131203 | ||
| 2 | Instance method | Public | Method | 20131203 | ||
| 3 | Instance method | Private | Method | Creates the tree from data | 20100702 | |
| 4 | Instance method | Private | Method | Gets the decision tree property | 20100702 | |
| 5 | Instance method | Public | Method | returns root node of the tree | 20061229 | |
| 6 | Instance method | Private | Method | get the decision tree data from the api | 20060726 | |
| 7 | Instance method | Public | Method | returns true if any of the result nodes are assigned | 20090220 |
Events
Class CL_FDT_WD_DECISION_TREE_MODEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_TREE_STRUCTURE | Private | See coding | 20100702 | T_TREE_STRUCTURE TYPE TABLE OF FDTS_WD_DECISION_TREE_GET
|
Method Signatures
Method CHECK_MOVE_NODE_POSSIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | 20131203 | ||||
| 2 | EV_MOVE_NODE_POSSIBLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131203 | ||||
| 3 | IV_SOURCE_NODE | Call by reference | Type reference (TYPE) | FDT_NODE_ID | 20131203 | ||||
| 4 | IV_TARGET_NODE | Call by reference | Type reference (TYPE) | FDT_NODE_ID | 20131203 |
Method CHECK_MOVE_NODE_POSSIBLE on class CL_FDT_WD_DECISION_TREE_MODEL has no exception.
Method CHECK_SWITCH_NODES_POSSIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | 20131203 | ||||
| 2 | EV_SWITCH_NODES_POSSIBLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131203 | ||||
| 3 | IV_NODE1 | Call by reference | Type reference (TYPE) | FDT_NODE_ID | 20131203 | ||||
| 4 | IV_NODE2 | Call by reference | Type reference (TYPE) | FDT_NODE_ID | 20131203 |
Method CHECK_SWITCH_NODES_POSSIBLE on class CL_FDT_WD_DECISION_TREE_MODEL has no exception.
Method CONSTRUCT_TREE_FROM_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MODEL_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100702 | |||
| 2 | IT_DECISION_TREE_DATA | Call by reference | Type reference (TYPE) | T_TREE_STRUCTURE | 20100702 |
Method CONSTRUCT_TREE_FROM_DATA on class CL_FDT_WD_DECISION_TREE_MODEL has no exception.
Method GET_DECISION_TREE_PROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_TREE_PROPERTY | Value transfer | Type reference (TYPE) | FDTS_WD_DEC_TREE_PROP_MODEL | FDTS WD: Decision Tree Property model | 20100702 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20100702 |
Method GET_ROOT_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ROOT_NODE_ID | Value transfer | Type reference (TYPE) | FDT_NODE_ID | FDT: ID of a node in a tree | 20100702 |
Method GET_ROOT_NODE on class CL_FDT_WD_DECISION_TREE_MODEL has no exception.
Method GET_TREE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TREE_STRUCTURE | Value transfer | Type reference (TYPE) | T_TREE_STRUCTURE | Tree to hold decision tree data | 20060726 | |||
| 2 | IV_NODE_ID | Call by reference | Type reference (TYPE) | FDT_NODE_ID | FDT: ID of a node in a tree | 20060726 |
Method GET_TREE_DATA on class CL_FDT_WD_DECISION_TREE_MODEL has no exception.
Method IS_ANY_RESULT_NODE_ASSIGNED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ASSIGNED | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090220 |
Method IS_ANY_RESULT_NODE_ASSIGNED on class CL_FDT_WD_DECISION_TREE_MODEL has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 710 |