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
 java.lang.String getNext()
          Get the NEXT AIS String from a simulator or list
 void reset()
          Rest the simulator or list.
 

Method Detail

getNext

java.lang.String getNext()
Get the NEXT AIS String from a simulator or list

Returns:
an AIS String

reset

void reset()
Rest the simulator or list.