public class TimeMoment
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
t |
TimeWindow |
tw |
Constructor and Description |
---|
TimeMoment(int time,
TimeWindow timeWindow) |
Modifier and Type | Method and Description |
---|---|
int |
getTime() |
TimeWindow |
getTimeWindow() |
java.lang.String |
toString() |
public int t
public TimeWindow tw
public TimeMoment(int time, TimeWindow timeWindow)
public int getTime()
public TimeWindow getTimeWindow()
public java.lang.String toString()
toString
in class java.lang.Object