Package NMEA
Interface AISDataSet
- All Known Implementing Classes:
 ChannelAISData
public interface AISDataSet
A set of AIS data strings which can combined with simulated NMEA data for
 testing purposes.
- 
Method Summary
 
- 
Method Details
- 
getNext
String getNext()Get the NEXT AIS String from a simulator or list- Returns:
 - an AIS String
 
 - 
reset
void reset()Rest the simulator or list. 
 -