vs.rationalagent
Class StoryTime

java.lang.Object
  extended by vs.rationalagent.StoryTime

public class StoryTime
extends java.lang.Object

Object to capture the "time" of the story

Author:
swartjes

Constructor Summary
StoryTime()
           
 
Method Summary
static int getTime()
           
static void setTime(int time)
           
static void tick()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoryTime

public StoryTime()
Method Detail

getTime

public static int getTime()

setTime

public static void setTime(int time)

tick

public static void tick()