Package org.opensky.model
Class OpenSkyStates
java.lang.Object
org.opensky.model.OpenSkyStates
Represents states of vehicles at a given time.
- Author:
- Markus Fuchs, fuchs@opensky-network.org
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getTime()
void
setStates
(Collection<StateVector> states) void
setTime
(int time)
-
Constructor Details
-
OpenSkyStates
public OpenSkyStates()
-
-
Method Details
-
getTime
public int getTime()- Returns:
- The point in time for which states are stored
-
setTime
public void setTime(int time) -
getStates
- Returns:
- Actual states for this point in time
-
setStates
-