/AWS1/CL_REVEDGEPRPSUMMARY¶
Contains property information for a service topology edge.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_topologytype TYPE /AWS1/REVTOPOLOGYTYPE /AWS1/REVTOPOLOGYTYPE¶
The topology type of the edge.
iv_label TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
Human-readable relationship description. Only present for LLM-inferred edges.
Queryable Attributes¶
topologyType¶
The topology type of the edge.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOPOLOGYTYPE() |
Getter for TOPOLOGYTYPE, with configurable default |
ASK_TOPOLOGYTYPE() |
Getter for TOPOLOGYTYPE w/ exceptions if field has no value |
HAS_TOPOLOGYTYPE() |
Determine if TOPOLOGYTYPE has a value |
label¶
Human-readable relationship description. Only present for LLM-inferred edges.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LABEL() |
Getter for LABEL, with configurable default |
ASK_LABEL() |
Getter for LABEL w/ exceptions if field has no value |
HAS_LABEL() |
Determine if LABEL has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EDGEPROPERTYLIST¶
TYPES TT_EDGEPROPERTYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVEDGEPRPSUMMARY WITH DEFAULT KEY
.