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

Uses of Class
informationexchange.PlanInformation

Packages that use PlanInformation
informationexchange   
knowledge   
planner   
planner.plannertypes   
systemcontrol   
systemcontrol.event   
 

Uses of PlanInformation in informationexchange
 

Subclasses of PlanInformation in informationexchange
 class FirmenAgentPlanInformation
          Subklasse der Shell-Klasse PlanInformation.
 

Uses of PlanInformation in knowledge
 

Methods in knowledge with parameters of type PlanInformation
 void PlanArchive.insertPlaninformation(PlanInformation planInfo)
          insertPlaninformation fuegt dem Planarchiv ein PlanInformation-Object hinzu.
 

Uses of PlanInformation in planner
 

Fields in planner declared as PlanInformation
protected  PlanInformation PlanExecution.planInfo
          Das PlanInformation-Objekt auf dem gearbeitet wird.
private  PlanInformation Planner.planInfo
          Das PlanInformation-Objekt, das vom Konstruktor ?bergeben wird.
 

Methods in planner that return PlanInformation
 PlanInformation Planner.eval()
          Diese Methode veranla?t den Planner zu planen anzufangen.
 PlanInformation Planner.getPlanInfo()
          liefert den Wert des Attributes PlanInformation planInfo
 PlanInformation Planner.setPlanInfo(PlanInformation pInfo)
          setzt das Attribut PlanInformation planInfo
 

Methods in planner with parameters of type PlanInformation
 PlanInformation Planner.setPlanInfo(PlanInformation pInfo)
          setzt das Attribut PlanInformation planInfo
 

Constructors in planner with parameters of type PlanInformation
PlanExecution.PlanExecution(PlanInformation planInfo, int maxInstances)
          Konstruktor der PlanExecution-Klasse, durch die Systemkontrolle aufgerufen wird.
Planner.Planner(PlanInformation planInfo)
          Konstruktor, der im Regelfall von anderen Klassen zur Instanzierung eines Planers genutzt werden sollte.
 

Uses of PlanInformation in planner.plannertypes
 

Methods in planner.plannertypes that return PlanInformation
 PlanInformation PlannerTypeA.eval()
          Veranlasst den PlanerTypeA, wenn m"oglich, den n"achsten Plan der Tiefe 1 aufzustellen.
 PlanInformation PlannerTypeC.eval()
          PG343-Graphplan
 

Constructors in planner.plannertypes with parameters of type PlanInformation
PlannerTypeA.PlannerTypeA(PlanInformation planInfo)
          Konstruktor des 1-Schritt Planners ohne Sensororientierung.
PlannerTypeC.PlannerTypeC(PlanInformation planInfo)
          Konstruktor des Planers.
 

Uses of PlanInformation in systemcontrol
 

Fields in systemcontrol declared as PlanInformation
private  PlanInformation PlanObject.planInfo
           
 

Methods in systemcontrol that return PlanInformation
 PlanInformation PlanObject.getPlanInfo()
           
 

Methods in systemcontrol with parameters of type PlanInformation
 void Reference_table.add(PlanInformation planInfo, Planner plan)
           
 

Constructors in systemcontrol with parameters of type PlanInformation
PlanObject.PlanObject(PlanInformation planInfo, Planner plan, boolean searchFinished)
           
 

Uses of PlanInformation in systemcontrol.event
 

Fields in systemcontrol.event declared as PlanInformation
(package private)  PlanInformation ShellEventAdapter.planInfo
           
private  PlanInformation ShellEvent.planObject
          hier fehlt die Dokumentation
 

Methods in systemcontrol.event that return PlanInformation
 PlanInformation ShellEvent.getPlanObject()
           
 

Constructors in systemcontrol.event with parameters of type PlanInformation
ShellEvent.ShellEvent(java.lang.Object source, PlanInformation planObject)