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

Uses of Class
knowledge.PlanArchive

Packages that use PlanArchive
learners   
systemcontrol   
 

Uses of PlanArchive in learners
 

Fields in learners declared as PlanArchive
(package private)  PlanArchive InstanceLearner.thePlanArchive
           
 

Methods in learners with parameters of type PlanArchive
 void InstanceLearner.update(PlanArchive thePlanArchive, java.lang.String theABoxPathName, java.lang.String iLearnerConfigPathName, long searchID)
          Statische Methode update, die die lokalen A-Boxen bereinigt und dann mit der globalen A-Box merged.
 

Uses of PlanArchive in systemcontrol
 

Fields in systemcontrol declared as PlanArchive
(package private)  PlanArchive Flowcontrol.planArchive
           
 PlanArchive MainElement.planArchive
           
 

Methods in systemcontrol that return PlanArchive
 PlanArchive MainTable.getPlanArchive(SearchID id)
           
 PlanArchive MainTable.getPlanArchive(long id)
           
 PlanArchive MainElement.getPlanArchive()
           
 

Constructors in systemcontrol with parameters of type PlanArchive
MainElement.MainElement(java.lang.Object EventListener, ResultsList results, PlanArchive planArchive, SearchID sid, Reference_table rt, Input input, Output output, StartConcept start, Flowcontrol flow)