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 Link icon

    Modifier and Type
    Method
    Description
    Get the NEXT AIS String from a simulator or list
    void
    Rest the simulator or list.
  • Method Details Link icon

    • getNext Link icon

      String getNext()
      Get the NEXT AIS String from a simulator or list
      Returns:
      an AIS String
    • reset Link icon

      void reset()
      Rest the simulator or list.