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

systemcontrol
Class PlanObject

java.lang.Object
  |
  +--systemcontrol.PlanObject

public class PlanObject
extends java.lang.Object

Die Klasse enthaelt einen PlanInformationsObjekt,den damit gestarteten Planner und eine boolean Variable. Diese ist TRUE, falls der Planer den letzten Teilplan erstellt hat, und dieser ausgefuehrt wurde..


Field Summary
private  Planner plan
           
private  PlanExecution planExecution
           
private  PlanInformation planInfo
           
private  boolean searchFinished
           
 
Constructor Summary
PlanObject(PlanInformation planInfo, Planner plan, boolean searchFinished)
           
 
Method Summary
 Planner getPlan()
           
 PlanExecution getPlanExecution()
           
 PlanInformation getPlanInfo()
           
 boolean getSearchFinished()
           
 void setPlan(Planner plan)
           
 void setPlanExecution(PlanExecution pe)
           
 void setSearchFinished(boolean search)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

planInfo

private PlanInformation planInfo

plan

private Planner plan

planExecution

private PlanExecution planExecution

searchFinished

private boolean searchFinished
Constructor Detail

PlanObject

public PlanObject(PlanInformation planInfo,
                  Planner plan,
                  boolean searchFinished)
Method Detail

getPlanInfo

public PlanInformation getPlanInfo()

getPlan

public Planner getPlan()

setPlan

public void setPlan(Planner plan)

getSearchFinished

public boolean getSearchFinished()

setSearchFinished

public void setSearchFinished(boolean search)

setPlanExecution

public void setPlanExecution(PlanExecution pe)

getPlanExecution

public PlanExecution getPlanExecution()