|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gscg.common.interactionlayer.dataobjects.ProgressionData
The ProgressionData encapsulates all the data necessary to update the time and progression panel in a user interface.
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl . The source code and binary code of this software is proprietary information of Delft University of Technology.
Field Summary | |
static java.lang.String |
KEY_LOCAL_DATE
the local date key |
static java.lang.String |
KEY_LOCAL_PROGRESS
the local progress key |
static java.lang.String |
KEY_LOCAL_PROGRESS_TIME
the local progress time key |
static java.lang.String |
KEY_LOCAL_STOP_TIME
the local stop time key |
static java.lang.String |
KEY_LOCAL_TIME
the local time key |
Constructor Summary | |
ProgressionData(java.lang.String date,
java.lang.String time,
java.lang.String stopTime,
double progress,
java.lang.String progressTime)
constructs a new ProgressionData object. |
Method Summary | |
java.lang.String |
getData(java.lang.String key)
Method getData. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String KEY_LOCAL_DATE
public static final java.lang.String KEY_LOCAL_TIME
public static final java.lang.String KEY_LOCAL_STOP_TIME
public static final java.lang.String KEY_LOCAL_PROGRESS
public static final java.lang.String KEY_LOCAL_PROGRESS_TIME
Constructor Detail |
public ProgressionData(java.lang.String date, java.lang.String time, java.lang.String stopTime, double progress, java.lang.String progressTime)
date
- the date to showtime
- the time to showstopTime
- the stop timeprogress
- the progressprogressTime
- the progress timeMethod Detail |
public java.lang.String getData(java.lang.String key)
DataInterface
getData
in interface DataInterface
key
- the key for the data
DataInterface.getData(java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |