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..
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
planInfo
private PlanInformation planInfo
plan
private Planner plan
planExecution
private PlanExecution planExecution
searchFinished
private boolean searchFinished
PlanObject
public PlanObject(PlanInformation planInfo,
Planner plan,
boolean searchFinished)
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()