public
classSynchronizedWorkingMemory
implements
WorkingMemory
Overview
Inheritance
Members
Usage
Source
Books
SinceNot specified.
VersionNot specified.
Author(s)mproctor
Each implemented method of the WorkingMemory interface is synchronised.
This class simply delegates each method call to the underlying unsynchronized
WorkingMemoryImpl.
WorkingMemory workingMemory = new SynchronizedWorkingMemory( ruleBase.newWorkingMemory( ) );