SAP ABAP Interface IF_AXT_GRAPH (General interface for graphs)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-GTF-EEW (Application Component) Easy Enhancement Workbench
⤷
AXT_COMMON (Package) Common Extensibility objects
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_AXT_CLUSTER | Synchronous cluster | 20081022 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_AXT_GENERATION_UNIT | Unit of active and inactive element | 20081022 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_AXT_GRAPH | General graph implementation | 20081022 |
Properties
| Interface | IF_AXT_GRAPH | |
| Short Description | General interface for graphs |
General Data
| Package | AXT_COMMON | Common Extensibility objects |
| Created | 20081022 | SAP |
| Last changed | 20100303 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_AXT_GRAPH has no forward declaration.
Interfaces
Interface IF_AXT_GRAPH has no interface.
Friends
Interface IF_AXT_GRAPH has no friend.
Attributes
Interface IF_AXT_GRAPH has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds one follow up to this element | 20081027 | |
| 2 | Instance method | Public | Method | Adds one predecessore to this element | 20081022 | |
| 3 | Instance method | Public | Method | Returns all follow ups of the current element | 20081022 | |
| 4 | Instance method | Public | Method | Returns the no of all predecessors | 20081022 | |
| 5 | Instance method | Public | Method | Returns all predecessor of the current element | 20081022 | |
| 6 | Instance method | Public | Method | Recursive search for the element as follow up | 20081113 | |
| 7 | Instance method | Public | Method | Returns true if the given element is follow up | 20081023 | |
| 8 | Instance method | Public | Method | Returns true if the given element is predecessor | 20081023 | |
| 9 | Instance method | Public | Method | Returns true if there is at least one follow up | 20081022 | |
| 10 | Instance method | Public | Method | Returns true if there is at least one predecessor | 20081022 | |
| 11 | Instance method | Public | Method | Returns true if there are still unhandled predecessors | 20081022 | |
| 12 | Instance method | Public | Method | Marks the given predecessor as handled | 20081022 | |
| 13 | Instance method | Public | Method | (INTERNAL: please use remove directly) | 20081029 | |
| 14 | Instance method | Public | Method | (INTERNAL: please use remove directly) | 20081029 |
Events
Interface IF_AXT_GRAPH has no event.
Types
Interface IF_AXT_GRAPH has no local type.
Method Signatures
Method ADD_FOLLOW_UP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FOLLOW_UP | Call by reference | Object reference (TYPE REF TO) | IF_AXT_GRAPH | Follow up element | 20081027 |
Method ADD_FOLLOW_UP on Interface IF_AXT_GRAPH has no exception.
Method ADD_PREDECESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PREDECESSOR | Call by reference | Object reference (TYPE REF TO) | IF_AXT_GRAPH | Predecessor element | 20081022 |
Method ADD_PREDECESSOR on Interface IF_AXT_GRAPH has no exception.
Method GET_FOLLOW_UPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RST_FOLLOW_UPS | Value transfer | Type reference (TYPE) | AXTT_GRAPH | Follow up elements | 20081022 |
Method GET_FOLLOW_UPS on Interface IF_AXT_GRAPH has no exception.
Method GET_NO_OF_PREDECESSORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NO_OF_PREDECESSORS | Value transfer | Type reference (TYPE) | I | No of predecessors | 20081022 |
Method GET_NO_OF_PREDECESSORS on Interface IF_AXT_GRAPH has no exception.
Method GET_PREDECESSORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RST_PREDECESSORS | Value transfer | Type reference (TYPE) | AXTT_GRAPH_HANDLED | Table of objects | 20081022 |
Method GET_PREDECESSORS on Interface IF_AXT_GRAPH has no exception.
Method HAS_ELEMENT_AS_DEEP_FOLLOW_UP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FOLLOW_UP | Call by reference | Object reference (TYPE REF TO) | IF_AXT_GRAPH | General interface for graphs | 20081113 | |||
| 2 | RV_BOOLEAN | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20081113 |
Method HAS_ELEMENT_AS_DEEP_FOLLOW_UP on Interface IF_AXT_GRAPH has no exception.
Method HAS_ELEMENT_AS_FOLLOW_UP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FOLLOW_UP | Call by reference | Object reference (TYPE REF TO) | IF_AXT_GRAPH | General interface for graphs | 20081023 | |||
| 2 | RV_BOOLEAN | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20081023 |
Method HAS_ELEMENT_AS_FOLLOW_UP on Interface IF_AXT_GRAPH has no exception.
Method HAS_ELEMENT_AS_PREDECESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PREDECESSOR | Call by reference | Object reference (TYPE REF TO) | IF_AXT_GRAPH | General interface for graphs | 20081023 | |||
| 2 | RV_BOOLEAN | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20081023 |
Method HAS_ELEMENT_AS_PREDECESSOR on Interface IF_AXT_GRAPH has no exception.
Method HAS_FOLLOW_UPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_BOOLEAN | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20081022 |
Method HAS_FOLLOW_UPS on Interface IF_AXT_GRAPH has no exception.
Method HAS_PREDECESSORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_BOOLEAN | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20081022 |
Method HAS_PREDECESSORS on Interface IF_AXT_GRAPH has no exception.
Method HAS_UNHANDLED_PREDECESSORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_BOOLEAN | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20081022 |
Method HAS_UNHANDLED_PREDECESSORS on Interface IF_AXT_GRAPH has no exception.
Method MARK_PREDECESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PREDECESSOR | Call by reference | Object reference (TYPE REF TO) | IF_AXT_GRAPH | General interface for graphs | 20081022 |
Method MARK_PREDECESSOR on Interface IF_AXT_GRAPH has no exception.
Method REMOVE_FOLLOW_UP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_GRAPH | Call by reference | Object reference (TYPE REF TO) | IF_AXT_GRAPH | General interface for graphs | 20081029 |
Method REMOVE_FOLLOW_UP on Interface IF_AXT_GRAPH has no exception.
Method REMOVE_PREDECESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_GRAPH | Call by reference | Object reference (TYPE REF TO) | IF_AXT_GRAPH | General interface for graphs | 20081029 |
Method REMOVE_PREDECESSOR on Interface IF_AXT_GRAPH has no exception.
History
| Last changed by/on | SAP | 20100303 |
| SAP Release Created in | 701 |