Uses of Class
operators.OperatorDB

Packages that use OperatorDB
informationexchange   
operators   
systemcontrol   
 

Uses of OperatorDB in informationexchange
 

Fields in informationexchange declared as OperatorDB
protected  OperatorDB PlanInformation.operatorDB
          Die Operatordatenbank für den Planer und den Lerner.
 

Methods in informationexchange that return OperatorDB
 OperatorDB PlanInformation.getOperatorDB()
          Liefert die im Konstruktor übergebene Operatorendatenbank zurück.
 

Constructors in informationexchange with parameters of type OperatorDB
PlanInformation.PlanInformation(long planID, long searchID, A_Box localABox, T_Box tBox, OperatorDB operatorDB, boolean createInitialWorld)
          Konstruktor, der von der Systemkontrolle aufgerufen wird.
FirmenAgentPlanInformation.FirmenAgentPlanInformation(long planID, long searchID, A_Box localABox, T_Box tBox, OperatorDB operatorDB, boolean createInitialWorld)
          Konstruktor
 

Uses of OperatorDB in operators
 

Methods in operators with parameters of type OperatorDB
static void TestOperatorDB.print(OperatorDB opdb)
           
 

Uses of OperatorDB in systemcontrol
 

Fields in systemcontrol declared as OperatorDB
(package private)  OperatorDB Flowcontrol.operatorDB
           
private  OperatorDB MainTable.operatorDB
           
 

Methods in systemcontrol that return OperatorDB
 OperatorDB MainTable.getOperatorDB()
           
 

Constructors in systemcontrol with parameters of type OperatorDB
MainTable.MainTable(ClassifierDatabase classifierDB, OperatorDB operatorDB, A_Box abox, T_Box tbox, int lifeEnd)