/AWS1/CL_PANNODEINTERFACE¶
A node interface.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_inputs TYPE /AWS1/CL_PANNODEINPUTPORT=>TT_INPUTPORTLIST TT_INPUTPORTLIST¶
The node interface's inputs.
it_outputs TYPE /AWS1/CL_PANNODEOUTPUTPORT=>TT_OUTPUTPORTLIST TT_OUTPUTPORTLIST¶
The node interface's outputs.
Queryable Attributes¶
Inputs¶
The node interface's inputs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTS() |
Getter for INPUTS, with configurable default |
ASK_INPUTS() |
Getter for INPUTS w/ exceptions if field has no value |
HAS_INPUTS() |
Determine if INPUTS has a value |
Outputs¶
The node interface's outputs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTS() |
Getter for OUTPUTS, with configurable default |
ASK_OUTPUTS() |
Getter for OUTPUTS w/ exceptions if field has no value |
HAS_OUTPUTS() |
Determine if OUTPUTS has a value |