/AWS1/CL_GLUCODEGENNODE¶
Represents a node in a directed acyclic graph (DAG)
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/GLUCODEGENIDENTIFIER /AWS1/GLUCODEGENIDENTIFIER¶
A node identifier that is unique within the node's graph.
iv_nodetype TYPE /AWS1/GLUCODEGENNODETYPE /AWS1/GLUCODEGENNODETYPE¶
The type of node that this is.
it_args TYPE /AWS1/CL_GLUCODEGENNODEARG=>TT_CODEGENNODEARGS TT_CODEGENNODEARGS¶
Properties of the node, in the form of name-value pairs.
Optional arguments:¶
iv_linenumber TYPE /AWS1/GLUINTEGER /AWS1/GLUINTEGER¶
The line number of the node.
Queryable Attributes¶
Id¶
A node identifier that is unique within the node's graph.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
NodeType¶
The type of node that this is.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODETYPE() |
Getter for NODETYPE, with configurable default |
ASK_NODETYPE() |
Getter for NODETYPE w/ exceptions if field has no value |
HAS_NODETYPE() |
Determine if NODETYPE has a value |
Args¶
Properties of the node, in the form of name-value pairs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARGS() |
Getter for ARGS, with configurable default |
ASK_ARGS() |
Getter for ARGS w/ exceptions if field has no value |
HAS_ARGS() |
Determine if ARGS has a value |
LineNumber¶
The line number of the node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINENUMBER() |
Getter for LINENUMBER |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DAGNODES¶
TYPES TT_DAGNODES TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUCODEGENNODE WITH DEFAULT KEY
.