Skip to content

/AWS1/CL_NEDNODESTRUCTURE

A node structure.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_count TYPE /AWS1/NEDLONG /AWS1/NEDLONG

Number of nodes that have this specific structure.

it_nodeproperties TYPE /AWS1/CL_NEDNODEPROPERTIES_W=>TT_NODEPROPERTIES TT_NODEPROPERTIES

A list of the node properties present in this specific structure.

it_distinctoutgoingedgelab00 TYPE /AWS1/CL_NEDOUTGOINGEDGELABE00=>TT_OUTGOINGEDGELABELS TT_OUTGOINGEDGELABELS

A list of distinct outgoing edge labels present in this specific structure.


Queryable Attributes

count

Number of nodes 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

nodeProperties

A list of the node properties present in this specific structure.

Accessible with the following methods

Method Description
GET_NODEPROPERTIES() Getter for NODEPROPERTIES, with configurable default
ASK_NODEPROPERTIES() Getter for NODEPROPERTIES w/ exceptions if field has no valu
HAS_NODEPROPERTIES() Determine if NODEPROPERTIES has a value

distinctOutgoingEdgeLabels

A list of distinct outgoing edge labels present in this specific structure.

Accessible with the following methods

Method Description
GET_DISTINCTOUTGOINGEDGELA00() Getter for DISTINCTOUTGOINGEDGELABELS, with configurable def
ASK_DISTINCTOUTGOINGEDGELA00() Getter for DISTINCTOUTGOINGEDGELABELS w/ exceptions if field
HAS_DISTINCTOUTGOINGEDGELA00() Determine if DISTINCTOUTGOINGEDGELABELS 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_NODESTRUCTURES

TYPES TT_NODESTRUCTURES TYPE STANDARD TABLE OF REF TO /AWS1/CL_NEDNODESTRUCTURE WITH DEFAULT KEY
.