/AWS1/CL_NEGNODESTRUCTURE¶
Information about a node.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_count TYPE /AWS1/NEGLONG /AWS1/NEGLONG¶
The number of instances of this node.
it_nodeproperties TYPE /AWS1/CL_NEGNODEPROPERTIES_W=>TT_NODEPROPERTIES TT_NODEPROPERTIES¶
Properties associated with this node.
it_distinctoutgoingedgelab00 TYPE /AWS1/CL_NEGOUTGOINGEDGELABE00=>TT_OUTGOINGEDGELABELS TT_OUTGOINGEDGELABELS¶
The outgoing edge labels associated with this node.
Queryable Attributes¶
count¶
The number of instances of this node.
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¶
Properties associated with this node.
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¶
The outgoing edge labels associated with this node.
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_NEGNODESTRUCTURE WITH DEFAULT KEY
.