com.bbn.openmap.omGraphics.time
Interface TemporalRecord
- All Known Implementing Classes:
- TemporalPoint
public interface TemporalRecord
A TemporalRecord object represents something that happened at a given time.
The time is expected to be based on some offset from a time origin, like the
starting time of some greater set of events. The TemporalRecord is the basis
for comparing whether something happened before another.
- Author:
- dietrick
getTime
long getTime()
setTime
void setTime(long t)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details