Uses of Class
edu.washington.cs.sounddetector.server.api.exception.DetectorDoesNotExistException

Packages that use DetectorDoesNotExistException
edu.washington.cs.sounddetector.server.api   
 

Uses of DetectorDoesNotExistException in edu.washington.cs.sounddetector.server.api
 

Methods in edu.washington.cs.sounddetector.server.api that throw DetectorDoesNotExistException
 Map<SoundClass,List<Long>> SoundDetectorAPI.getSounds(String detectorId)
          Retrieves all sounds saved to the server (from previous calls to SoundDetectorAPI.train(java.lang.String, java.util.List, edu.washington.cs.sounddetector.server.api.object.SoundFormat)) for the given detector.
 void SoundDetectorAPI.renameDetector(String oldDetectorId, String newDetectorId)
          Rename a detector.
 void SoundDetectorAPI.setSoundClassProperties(String detectorId, List<SoundClass> soundClasses)
          Set properties on sound classes.
 



Copyright © 2012. All Rights Reserved.