/AWS1/CL_BDOSEMANMEMSTRAGINPUT¶
Input for creating a semantic memory strategy.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_name
TYPE /AWS1/BDONAME
/AWS1/BDONAME
¶
The name of the semantic memory strategy.
Optional arguments:¶
iv_description
TYPE /AWS1/BDODESCRIPTION
/AWS1/BDODESCRIPTION
¶
The description of the semantic memory strategy.
it_namespaces
TYPE /AWS1/CL_BDONAMESPACESLIST_W=>TT_NAMESPACESLIST
TT_NAMESPACESLIST
¶
The namespaces associated with the semantic memory strategy.
Queryable Attributes¶
name¶
The name of the semantic memory strategy.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
The description of the semantic memory strategy.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
namespaces¶
The namespaces associated with the semantic memory strategy.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAMESPACES() |
Getter for NAMESPACES, with configurable default |
ASK_NAMESPACES() |
Getter for NAMESPACES w/ exceptions if field has no value |
HAS_NAMESPACES() |
Determine if NAMESPACES has a value |