memoryx::WorkingMemorySnapshotListSegmentBase
Overview
[ "cpp:virtual" ]
class WorkingMemorySnapshotListSegmentBase extends PersistentMemorySegment
Operation Index
- createSnapshot
-
- createSubsetSnapshot
-
@brief createSubsetSnapshot
@param name Name of the snapshot
@param workingMemory Proxy to the working memory from which the snapshot should be created
@param entityIdList List of entity IDs which should be saved in the snapshot
@return Pointer to the Snapshot
- openSnapshot
-
- closeSnapshot
-
- loadSnapshot
-
- removeSnapshot
-
- getSnapshotNames
-
Operations
@brief createSubsetSnapshot
Parameters
- name
-
Name of the snapshot
- workingMemory
-
Proxy to the working memory from which the snapshot should be created
- entityIdList
-
List of entity IDs which should be saved in the snapshot
Return Value
Pointer to the Snapshot
bool removeSnapshot(string name)
NameList getSnapshotNames()