public static class ReservationArray.TimeTile extends Object
| Constructor and Description |
|---|
ReservationArray.TimeTile(int dt,
int tid)
Create a time-tile.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(ReservationArray.TimeTile tt)
Check whether this time-tile is equal to the given time-tile.
|
int |
getDiscreteTime()
Get the discrete time.
|
int |
getTileId()
Get the tile ID.
|
String |
toString()
Convert this time-tile to a string representation
|
public ReservationArray.TimeTile(int dt,
int tid)
dt - the discrete timetid - the tile IDpublic int getTileId()
public int getDiscreteTime()
public boolean equals(ReservationArray.TimeTile tt)
tt - the given time-tileCopyright © 2013. All rights reserved.