Class SimpleInventory


  • public class SimpleInventory
    extends Object
    Simple inventory implementation - designed for update an inventory with a list of all transponder. Than you can get the added and removed transponder.
    Author:
    mn
    • Method Detail

      • updateInventory

        public void updateInventory​(List<String> tags)
        update the current inventory and calculate the removed and added tags
        Parameters:
        tags - new tags
      • getInventory

        public List<String> getInventory()
        Returns:
        the current inventory
      • getAddedTags

        public List<String> getAddedTags()
        Returns:
        the added Tags
      • getRemovedTags

        public List<String> getRemovedTags()
        Returns:
        the removed Tags