Class NozzleService

java.lang.Object
com.kosdev.kos.ext.dispense.service.nozzle.NozzleService

public final class NozzleService extends Object
Service for creating and managing nozzles.
Since:
1
Version:
1
  • Method Details

    • add

      public void add(Collection<Nozzle> nozzles)
      Add the list of nozzles.
      Since:
      1
    • add

      public void add(Nozzle nozzle)
      Add the specified nozzle. This will make the nozzle available for use.
      Parameters:
      nozzle - the nozzle to add
      Since:
      1
    • getNozzles

      public Collection<Nozzle> getNozzles()
      Return the collection of nozzles.
      Since:
      1
    • updateAvailability

      public void updateAvailability()
      Request that all nozzles update availability.
      Since:
      1