Archived Website: This website is a static snapshot for archival purposes only. It is no longer maintained or updated.

Uses of Class
knowledge.A_Box

Packages that use A_Box
informationexchange   
io   
knowledge   
learners   
planner   
systemcontrol   
 

Uses of A_Box in informationexchange
 

Fields in informationexchange declared as A_Box
protected  A_Box PlanInformation.localABox
          Das ist die lokale A-Box, die jedem Plan zugrundeliegt und die Ergebnisse der PlanExecution aufnimmt.
 

Methods in informationexchange that return A_Box
 A_Box PlanInformation.getLocalABox()
           
 A_Box PlanInformation.setLocalABox(A_Box aBox)
          Setzt die localABox.
 

Methods in informationexchange with parameters of type A_Box
 A_Box PlanInformation.setLocalABox(A_Box aBox)
          Setzt die localABox.
 

Constructors in informationexchange with parameters of type A_Box
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 A_Box in io
 

Methods in io with parameters of type A_Box
 void StartConcept.markInstance(A_Box abox, T_Box tbox)
          Die vom Benutzer ausgefuellten und nicht als Ziel markierten Elemente der Eingabemaske, werden in der A-Box markiert.
 

Uses of A_Box in knowledge
 

Fields in knowledge declared as A_Box
protected  A_Box Instance.theA_Box
          verweist auf die (lokale) A-Box, wenn die Instanz dort eingetragen wurde
 

Methods in knowledge that return A_Box
 A_Box Instance.getABox()
          liefert eine Referenz auf die A-Box, in der die Instanz eingetragen wurde
 

Methods in knowledge with parameters of type A_Box
 void A_Box.merge(A_Box theLocaleABox)
          Soll nur vom Instanzenlerner aufgerufen werden
 

Constructors in knowledge with parameters of type A_Box
Instance.Instance(NetEntity theNetEntity, A_Box theA_Box)
          Konstruktor der Klasse Instance
 

Uses of A_Box in learners
 

Fields in learners declared as A_Box
(package private)  A_Box InstanceLearner.theGlobalABox
           
(package private)  A_Box InstanceLearner.theSearchABox
           
 

Methods in learners that return A_Box
private  A_Box InstanceLearner.loadAndLockABox(java.lang.String theABoxPathName)
          lädt die globale A-Box und setzt ein Lock-File
 

Methods in learners with parameters of type A_Box
private  void InstanceLearner.saveAndUnlockABox(java.lang.String theABoxPathName, A_Box theABox)
          Speichert die globale A-Box und entfernt das lock-File.
 

Uses of A_Box in planner
 

Fields in planner declared as A_Box
protected  A_Box PlanExecution.aBox
          Das ist die Referenz auf die lokale A_Box.
 

Uses of A_Box in systemcontrol
 

Fields in systemcontrol declared as A_Box
(package private)  A_Box Flowcontrol.abox
           
private  A_Box MainTable.abox
           
 

Methods in systemcontrol that return A_Box
 A_Box MainTable.getGlobalA_Box()
           
 

Methods in systemcontrol with parameters of type A_Box
 void Flowcontrol.startSearch(StartConcept s, T_Box tbox, A_Box abox)
          Erzeugt FirmenAgentPlanInformationObjekt, startet einen Planner.
 

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