BasicExplicitMemory constructor (Format 2)

Description

Initializes the Explicit memory block, and simultaneously sets up a name for the Explicit memory block.

The name of the instance will become the parameter name. However, if the parameter name is null, the instance name will become BasicExplicitMemory-Explicit-memory-block-ID.

For the following conditions, disable the Explicit memory block:

Format

public BasicExplicitMemory(String name)

Parameters

name:
Specifies the String that indicates the name.

Exceptions

None

Return value

None