#include <BcpsObjectPool.h>
Public Member Functions | |
BcpsVariablePool () | |
virtual | ~BcpsVariablePool () |
void | addVariable (BcpsVariable *var) |
Add a variable to pool. More... | |
void | deleteVariable (int k) |
Delete variable k from pool. More... | |
int | getNumVariables () const |
Query how many variables are in the pool. More... | |
const std::vector < AlpsKnowledge * > & | getVariables () const |
Get the vector of variables. More... | |
AlpsKnowledge * | getVariable (int k) const |
Get the vector of variables. More... | |
![]() | |
BcpsObjectPool () | |
Default construct. More... | |
virtual | ~BcpsObjectPool () |
void | freeGuts () |
Free object pointers. More... | |
void | clear () |
Reset to empty. More... | |
virtual void | addKnowledge (AlpsKnowledge *nk, double priority) |
Add a knowledge to pool. More... | |
virtual int | getNumKnowledges () const |
Query how many knowledges are in the pool. More... | |
virtual std::pair < AlpsKnowledge *, double > | getKnowledge () const |
Query a knowledge, but doesn't remove it from the pool. More... | |
virtual bool | hasKnowledge () const |
Check whether the pool has knowledge. More... | |
void | deleteObject (int k) |
Delete object k from pool. More... | |
const std::vector < AlpsKnowledge * > & | getObjects () const |
Get all objects. More... | |
AlpsKnowledge * | getObject (int k) const |
Get a object. More... | |
![]() | |
AlpsKnowledgePool () | |
virtual | ~AlpsKnowledgePool () |
virtual void | popKnowledge () |
Remove the queried knowledge from the pool. More... | |
virtual void | setMaxNumKnowledges (int num) |
Set the quantity limit of knowledges that can be stored in the pool. More... | |
virtual int | getMaxNumKnowledges () const |
Query the quantity limit of knowledges. More... | |
virtual std::pair < AlpsKnowledge *, double > | getBestKnowledge () const |
Query the best knowledge in the pool. More... | |
virtual void | getAllKnowledges (std::vector< std::pair< AlpsKnowledge *, double > > &kls) const |
Get a reference to all the knowledges in the pool. More... | |
Additional Inherited Members | |
![]() | |
std::vector< AlpsKnowledge * > | objects_ |
Definition at line 127 of file BcpsObjectPool.h.
|
inline |
Definition at line 129 of file BcpsObjectPool.h.
|
inlinevirtual |
Definition at line 130 of file BcpsObjectPool.h.
|
inline |
Add a variable to pool.
Definition at line 133 of file BcpsObjectPool.h.
|
inline |
Delete variable k from pool.
Definition at line 136 of file BcpsObjectPool.h.
|
inline |
Query how many variables are in the pool.
Definition at line 139 of file BcpsObjectPool.h.
|
inline |
Get the vector of variables.
Definition at line 142 of file BcpsObjectPool.h.
|
inline |
Get the vector of variables.
Definition at line 145 of file BcpsObjectPool.h.