|
kDB: Knowledge DataBase
|

Public Member Functions | |
| agent_data (int _s) | |
| qreal | nextFloat () |
| int | nextBounded (int _max) |
| agent_data (int _s) | |
| qreal | nextFloat () |
| int | nextBounded (int _max) |
Public Attributes | |
| std::default_random_engine | generator |
| std::uniform_real_distribution< qreal > | distribution_0_1 |
| QList< graph_data * > | graphs |
| ThreadLambda * | agent_reception_loop |
| ThreadLambda * | agent_creation_loop |
| knowCore::Locked< QList< QByteArray > > | lastMergeRevisions |
| kDB::Repository::Connection | connection |
| knowCore::Timestamp | startTime |
| int | number_of_revisions = 0 |
| QWaitCondition | wakeUpReceiver |
| QMutex | wakeUpReceiverMutex |
| ThreadLambda * | revision_creation_loop |
| ThreadLambda * | revision_receiver_loop |