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

planner.plannertypes
Class Level

java.lang.Object
  |
  +--planner.plannertypes.Level
Direct Known Subclasses:
ALevel, PLevel

class Level
extends java.lang.Object

Level in einem GraphPlan Planning Graph.

Version:
1.0
Author:
Christian Fischbach

Field Summary
protected  int time
          Counter f?r Position dieses Levels im Planning Graph.
 
Constructor Summary
Level()
          Konstruktor.
 
Method Summary
 int getTime()
          public get-Methode f?r Attribut time.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

time

protected int time
Counter f?r Position dieses Levels im Planning Graph.
Since:
version 1.0
Constructor Detail

Level

public Level()
Konstruktor.
Since:
version 1.0
Method Detail

getTime

public int getTime()
public get-Methode f?r Attribut time.
Since:
version 1.0