Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.core.mem |
Implements decision table stored in memory with random and serial access.
|
Modifier and Type | Method | Description |
---|---|---|
MemoryContainerDescription |
MemoryContainer.getMemoryContainerDescription() |
Gets description of this container.
|
static MemoryContainerDescription |
MemoryContainersDescriptions.retrieveDescription(MemoryContainer memoryContainer) |
Retrieves description for given memory container.
|
Modifier and Type | Method | Description |
---|---|---|
void |
MemoryContainer.setMemoryContainerDescription(MemoryContainerDescription memoryContainerDescription) |
Sets description of this container.
|
static void |
MemoryContainersDescriptions.storeDescription(MemoryContainer memoryContainer,
MemoryContainerDescription memoryContainerDescription) |
Stores or replaces description for given memory container.
|