Uses of Class
edu.washington.cs.sounddetector.server.api.methodresult.GetSoundsResult

Packages that use GetSoundsResult
edu.washington.cs.sounddetector.server.api.methodlogic   
edu.washington.cs.sounddetector.server.api.methodresult   
 

Uses of GetSoundsResult in edu.washington.cs.sounddetector.server.api.methodlogic
 

Methods in edu.washington.cs.sounddetector.server.api.methodlogic that return GetSoundsResult
 GetSoundsResult ReadLogic.getSounds(GetSounds method)
           
 

Uses of GetSoundsResult in edu.washington.cs.sounddetector.server.api.methodresult
 

Methods in edu.washington.cs.sounddetector.server.api.methodresult that return GetSoundsResult
static GetSoundsResult GetSoundsResult.failureDetectorIdDoesNotExist(String detectorId)
           
static GetSoundsResult GetSoundsResult.success(Map<SoundClass,List<Long>> sounds)
           
 



Copyright © 2012. All Rights Reserved.