Skip to content

/AWS1/CL_NEDEDGESTRUCTURE

An edge structure.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_count TYPE /AWS1/NEDLONG /AWS1/NEDLONG

The number of edges that have this specific structure.

it_edgeproperties TYPE /AWS1/CL_NEDEDGEPROPERTIES_W=>TT_EDGEPROPERTIES TT_EDGEPROPERTIES

A list of edge properties present in this specific structure.


Queryable Attributes

count

The number of edges that have this specific structure.

Accessible with the following methods

Method Description
GET_COUNT() Getter for COUNT, with configurable default
ASK_COUNT() Getter for COUNT w/ exceptions if field has no value
HAS_COUNT() Determine if COUNT has a value

edgeProperties

A list of edge properties present in this specific structure.

Accessible with the following methods

Method Description
GET_EDGEPROPERTIES() Getter for EDGEPROPERTIES, with configurable default
ASK_EDGEPROPERTIES() Getter for EDGEPROPERTIES w/ exceptions if field has no valu
HAS_EDGEPROPERTIES() Determine if EDGEPROPERTIES 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_EDGESTRUCTURES

TYPES TT_EDGESTRUCTURES TYPE STANDARD TABLE OF REF TO /AWS1/CL_NEDEDGESTRUCTURE WITH DEFAULT KEY
.