A C D E F G H I L M N P R S T U V W

A

API_PATH - Static variable in class edu.washington.cs.sounddetector.server.api.APIConsts
The path to api calls on the server, relative to the server's root.
APIConsts - Class in edu.washington.cs.sounddetector.server.api
Constants for the API.
APIConsts() - Constructor for class edu.washington.cs.sounddetector.server.api.APIConsts
 

C

CantBuildClassifierException - Exception in edu.washington.cs.sounddetector.server.api.exception
Exception for when the server is unable to build a classifier on the training data.
CantBuildClassifierException(String) - Constructor for exception edu.washington.cs.sounddetector.server.api.exception.CantBuildClassifierException
 
Classify - Class in edu.washington.cs.sounddetector.server.api.method
 
Classify() - Constructor for class edu.washington.cs.sounddetector.server.api.method.Classify
 
Classify(String, byte[], SoundFormat, List<PeakEvent>) - Constructor for class edu.washington.cs.sounddetector.server.api.method.Classify
 
classify(Classify) - Method in class edu.washington.cs.sounddetector.server.api.methodlogic.WriteLogic
 
classify(String, byte[], SoundFormat, List<PeakEvent>) - Method in class edu.washington.cs.sounddetector.server.api.SoundDetectorAPI
Notify the server that a sound event was detected.
ClassifyResult - Class in edu.washington.cs.sounddetector.server.api.methodresult
 

D

DeleteLogic - Class in edu.washington.cs.sounddetector.server.api.methodlogic
 
DeleteLogic(PersistenceManagerFactory) - Constructor for class edu.washington.cs.sounddetector.server.api.methodlogic.DeleteLogic
 
deserializeMethod(Reader, Class<T>) - Method in class edu.washington.cs.sounddetector.server.api.MethodConverter
Deserializes from contents of the given reader into a Method of the given type.
deserializeMethod(String, Class<T>) - Method in class edu.washington.cs.sounddetector.server.api.MethodConverter
Deserializes the contents of the given String into a Method of the given type.
deserializeResult(Reader, Class<T>) - Method in class edu.washington.cs.sounddetector.server.api.MethodConverter
Deserializes from the contents of the given reader into a MethodResult of the given type.
deserializeResult(String, Class<T>) - Method in class edu.washington.cs.sounddetector.server.api.MethodConverter
Deserializes the contents of the given String into a MethodResult of the given type.
DetectorDoesNotExistException - Exception in edu.washington.cs.sounddetector.server.api.exception
 
DetectorDoesNotExistException(String) - Constructor for exception edu.washington.cs.sounddetector.server.api.exception.DetectorDoesNotExistException
 

E

edu.washington.cs.sounddetector.server.api - package edu.washington.cs.sounddetector.server.api
 
edu.washington.cs.sounddetector.server.api.exception - package edu.washington.cs.sounddetector.server.api.exception
 
edu.washington.cs.sounddetector.server.api.method - package edu.washington.cs.sounddetector.server.api.method
 
edu.washington.cs.sounddetector.server.api.methodlogic - package edu.washington.cs.sounddetector.server.api.methodlogic
 
edu.washington.cs.sounddetector.server.api.methodresult - package edu.washington.cs.sounddetector.server.api.methodresult
 
edu.washington.cs.sounddetector.server.api.object - package edu.washington.cs.sounddetector.server.api.object
 
equals(Object) - Method in class edu.washington.cs.sounddetector.server.api.object.LabeledSound
 
equals(Object) - Method in class edu.washington.cs.sounddetector.server.api.object.PeakEvent
 
equals(Object) - Method in class edu.washington.cs.sounddetector.server.api.object.SoundClass
 
equals(Object) - Method in class edu.washington.cs.sounddetector.server.api.object.SoundFormat
 
execute(Method) - Method in class edu.washington.cs.sounddetector.server.api.MethodLogic
Executes the given method and returns the result.

F

failureCantBuildClassifier(String) - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.TrainResult
 
failureCantBuildClassifier(String) - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.UntrainResult
 
failureDetectorIdDoesNotExist(String) - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.ClassifyResult
 
failureDetectorIdDoesNotExist(String) - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.GetSoundsResult
 
failureDetectorIdDoesNotExist(String) - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.RenameDetectorResult
 
failureDetectorIdDoesNotExist(String) - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.SetSoundClassPropertiesResult
 
failurePhoneDoesNotExist(String) - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.GetOldNotificationsResult
 
failurePhoneDoesNotExist(String) - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.GetPendingNotificationsResult
 
failurePhoneDoesNotExist(String) - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.UnregisterReceiverPhoneResult
 
failureSoundClassDoesNotExist(String) - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.SetSoundClassPropertiesResult
 
failureSoundDoesNotExist(long) - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.GetSoundResult
 

G

getChannels() - Method in class edu.washington.cs.sounddetector.server.api.object.SoundFormat
 
getData() - Method in class edu.washington.cs.sounddetector.server.api.method.Train
 
getDetectorId() - Method in exception edu.washington.cs.sounddetector.server.api.exception.DetectorDoesNotExistException
 
getDetectorId() - Method in class edu.washington.cs.sounddetector.server.api.method.Classify
 
getDetectorId() - Method in class edu.washington.cs.sounddetector.server.api.method.GetSounds
 
getDetectorId() - Method in class edu.washington.cs.sounddetector.server.api.method.SetSoundClassProperties
 
getDetectorId() - Method in class edu.washington.cs.sounddetector.server.api.method.Train
 
getDetectorId() - Method in class edu.washington.cs.sounddetector.server.api.methodresult.ClassifyResult
 
getDetectorId() - Method in class edu.washington.cs.sounddetector.server.api.methodresult.GetSoundsResult
 
getDetectorId() - Method in class edu.washington.cs.sounddetector.server.api.methodresult.RenameDetectorResult
 
getDetectorId() - Method in class edu.washington.cs.sounddetector.server.api.methodresult.SetSoundClassPropertiesResult
 
getDetectorId() - Method in class edu.washington.cs.sounddetector.server.api.object.Notification
 
getDuration() - Method in class edu.washington.cs.sounddetector.server.api.object.PeakEvent
 
getGreaterThanDate() - Method in class edu.washington.cs.sounddetector.server.api.method.GetOldNotifications
 
getHttpClient() - Method in class edu.washington.cs.sounddetector.server.api.SoundDetectorAPI
 
getInstance() - Static method in class edu.washington.cs.sounddetector.server.api.MethodConverter
 
getLessThanDate() - Method in class edu.washington.cs.sounddetector.server.api.method.GetOldNotifications
 
getMagnitude() - Method in class edu.washington.cs.sounddetector.server.api.object.PeakEvent
 
getMessage() - Method in class edu.washington.cs.sounddetector.server.api.methodresult.TrainResult
 
getMessage() - Method in class edu.washington.cs.sounddetector.server.api.methodresult.UntrainResult
 
getMethodClass(String) - Method in class edu.washington.cs.sounddetector.server.api.MethodConverter
Returns the class implementing the Method interface which corresponds to the given methodName.
getNewDetectorId() - Method in class edu.washington.cs.sounddetector.server.api.method.RenameDetector
 
getNotifications() - Method in class edu.washington.cs.sounddetector.server.api.methodresult.GetOldNotificationsResult
 
getNotifications() - Method in class edu.washington.cs.sounddetector.server.api.methodresult.GetPendingNotificationsResult
 
getOldDetectorId() - Method in class edu.washington.cs.sounddetector.server.api.method.RenameDetector
 
GetOldNotifications - Class in edu.washington.cs.sounddetector.server.api.method
 
GetOldNotifications() - Constructor for class edu.washington.cs.sounddetector.server.api.method.GetOldNotifications
 
GetOldNotifications(String, Date, Date) - Constructor for class edu.washington.cs.sounddetector.server.api.method.GetOldNotifications
 
getOldNotifications(GetOldNotifications) - Method in class edu.washington.cs.sounddetector.server.api.methodlogic.ReadLogic
 
getOldNotifications(String, Date, Date) - Method in class edu.washington.cs.sounddetector.server.api.SoundDetectorAPI
Retrieves a list of notifications that have already been seen by the given phone.
GetOldNotificationsResult - Class in edu.washington.cs.sounddetector.server.api.methodresult
 
getPeakEvents() - Method in class edu.washington.cs.sounddetector.server.api.method.Classify
 
getPeakEvents() - Method in class edu.washington.cs.sounddetector.server.api.object.Notification
 
GetPendingNotifications - Class in edu.washington.cs.sounddetector.server.api.method
 
GetPendingNotifications() - Constructor for class edu.washington.cs.sounddetector.server.api.method.GetPendingNotifications
 
GetPendingNotifications(String) - Constructor for class edu.washington.cs.sounddetector.server.api.method.GetPendingNotifications
 
getPendingNotifications(GetPendingNotifications) - Method in class edu.washington.cs.sounddetector.server.api.methodlogic.WriteLogic
 
getPendingNotifications(String) - Method in class edu.washington.cs.sounddetector.server.api.SoundDetectorAPI
Retrieves the latest notifications the given phone has not yet seen from the server.
GetPendingNotificationsResult - Class in edu.washington.cs.sounddetector.server.api.methodresult
 
getPhoneId() - Method in exception edu.washington.cs.sounddetector.server.api.exception.PhoneDoesNotExistException
 
getPhoneId() - Method in class edu.washington.cs.sounddetector.server.api.method.GetOldNotifications
 
getPhoneId() - Method in class edu.washington.cs.sounddetector.server.api.method.GetPendingNotifications
 
getPhoneId() - Method in class edu.washington.cs.sounddetector.server.api.method.RegisterReceiverPhone
 
getPhoneId() - Method in class edu.washington.cs.sounddetector.server.api.method.UnregisterReceiverPhone
 
getPhoneId() - Method in class edu.washington.cs.sounddetector.server.api.methodresult.GetOldNotificationsResult
 
getPhoneId() - Method in class edu.washington.cs.sounddetector.server.api.methodresult.GetPendingNotificationsResult
 
getPhoneId() - Method in class edu.washington.cs.sounddetector.server.api.methodresult.RegisterReceiverPhoneResult
 
getPhoneId() - Method in class edu.washington.cs.sounddetector.server.api.methodresult.UnregisterReceiverPhoneResult
 
getReason() - Method in class edu.washington.cs.sounddetector.server.api.MethodResult
 
getRegistrationId() - Method in class edu.washington.cs.sounddetector.server.api.method.RegisterReceiverPhone
 
getRgbColor() - Method in class edu.washington.cs.sounddetector.server.api.object.SoundClass
 
getSampleRate() - Method in class edu.washington.cs.sounddetector.server.api.object.SoundFormat
 
getSampleSizeInBits() - Method in class edu.washington.cs.sounddetector.server.api.object.SoundFormat
 
getServerURI() - Method in class edu.washington.cs.sounddetector.server.api.SoundDetectorAPI
 
getSound() - Method in class edu.washington.cs.sounddetector.server.api.method.Classify
 
GetSound - Class in edu.washington.cs.sounddetector.server.api.method
 
GetSound() - Constructor for class edu.washington.cs.sounddetector.server.api.method.GetSound
 
GetSound(long) - Constructor for class edu.washington.cs.sounddetector.server.api.method.GetSound
 
getSound(GetSound) - Method in class edu.washington.cs.sounddetector.server.api.methodlogic.ReadLogic
 
getSound() - Method in class edu.washington.cs.sounddetector.server.api.methodresult.GetSoundResult
 
getSound() - Method in class edu.washington.cs.sounddetector.server.api.object.LabeledSound
 
getSound(long) - Method in class edu.washington.cs.sounddetector.server.api.SoundDetectorAPI
Retrieves the given sound from the server.
getSoundClass() - Method in exception edu.washington.cs.sounddetector.server.api.exception.SoundClassDoesNotExistException
 
getSoundClass() - Method in class edu.washington.cs.sounddetector.server.api.methodresult.ClassifyResult
 
getSoundClass() - Method in class edu.washington.cs.sounddetector.server.api.methodresult.SetSoundClassPropertiesResult
 
getSoundClass() - Method in class edu.washington.cs.sounddetector.server.api.object.LabeledSound
 
getSoundClass() - Method in class edu.washington.cs.sounddetector.server.api.object.Notification
 
getSoundClass() - Method in class edu.washington.cs.sounddetector.server.api.object.SoundClass
 
getSoundClasses() - Method in class edu.washington.cs.sounddetector.server.api.method.SetSoundClassProperties
 
getSoundFormat() - Method in class edu.washington.cs.sounddetector.server.api.method.Classify
 
getSoundFormat() - Method in class edu.washington.cs.sounddetector.server.api.method.Train
 
getSoundId() - Method in exception edu.washington.cs.sounddetector.server.api.exception.SoundDoesNotExistException
 
getSoundId() - Method in class edu.washington.cs.sounddetector.server.api.method.GetSound
 
getSoundId() - Method in class edu.washington.cs.sounddetector.server.api.methodresult.GetSoundResult
 
getSoundIds() - Method in class edu.washington.cs.sounddetector.server.api.method.Untrain
 
getSoundIds() - Method in class edu.washington.cs.sounddetector.server.api.methodresult.TrainResult
 
GetSoundResult - Class in edu.washington.cs.sounddetector.server.api.methodresult
 
GetSounds - Class in edu.washington.cs.sounddetector.server.api.method
 
GetSounds() - Constructor for class edu.washington.cs.sounddetector.server.api.method.GetSounds
 
GetSounds(String) - Constructor for class edu.washington.cs.sounddetector.server.api.method.GetSounds
 
getSounds(GetSounds) - Method in class edu.washington.cs.sounddetector.server.api.methodlogic.ReadLogic
 
getSounds() - Method in class edu.washington.cs.sounddetector.server.api.methodresult.GetSoundsResult
 
getSounds(String) - Method in class edu.washington.cs.sounddetector.server.api.SoundDetectorAPI
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.
GetSoundsResult - Class in edu.washington.cs.sounddetector.server.api.methodresult
 
getTime() - Method in class edu.washington.cs.sounddetector.server.api.object.PeakEvent
 

H

hashCode() - Method in class edu.washington.cs.sounddetector.server.api.object.LabeledSound
 
hashCode() - Method in class edu.washington.cs.sounddetector.server.api.object.PeakEvent
 
hashCode() - Method in class edu.washington.cs.sounddetector.server.api.object.SoundClass
 
hashCode() - Method in class edu.washington.cs.sounddetector.server.api.object.SoundFormat
 

I

isBigEndian() - Method in class edu.washington.cs.sounddetector.server.api.object.SoundFormat
 
isSigned() - Method in class edu.washington.cs.sounddetector.server.api.object.SoundFormat
 
isSuccessful() - Method in class edu.washington.cs.sounddetector.server.api.MethodResult
 

L

LabeledSound - Class in edu.washington.cs.sounddetector.server.api.object
A LabeledSound holds a recorded sound and a label for that sound.
LabeledSound() - Constructor for class edu.washington.cs.sounddetector.server.api.object.LabeledSound
 
LabeledSound(String, byte[]) - Constructor for class edu.washington.cs.sounddetector.server.api.object.LabeledSound
Construct a new LabeledSound.

M

Method - Interface in edu.washington.cs.sounddetector.server.api
Method is an interface that signifies a method that can be requested to be run against the server.
MethodConverter - Class in edu.washington.cs.sounddetector.server.api
MethodConverter handles the serialization and deserialization of Method and MethodResult objects.
MethodLogic - Class in edu.washington.cs.sounddetector.server.api
MethodLogic provides a convenience method for executing Method objects.
MethodLogic(ReadLogic, WriteLogic, DeleteLogic) - Constructor for class edu.washington.cs.sounddetector.server.api.MethodLogic
 
MethodResult<T extends Method> - Class in edu.washington.cs.sounddetector.server.api
A MethodResult represents the response from executing a Method.
MethodResult(boolean, MethodResult.FailureReason) - Constructor for class edu.washington.cs.sounddetector.server.api.MethodResult
Constructs a new MethodResult.
MethodResult.FailureReason - Enum in edu.washington.cs.sounddetector.server.api
FailureReason enumerates all the possible reasons the execution of a method could fail.

N

Notification - Class in edu.washington.cs.sounddetector.server.api.object
A Notification represents a sound event that has been detected by a detector phone.
Notification() - Constructor for class edu.washington.cs.sounddetector.server.api.object.Notification
 
Notification(SoundClass, String, List<PeakEvent>) - Constructor for class edu.washington.cs.sounddetector.server.api.object.Notification
Construct a new Notification.

P

PeakEvent - Class in edu.washington.cs.sounddetector.server.api.object
A PeakEvent describes a time, magnitude, and duration of a peak in a sound
PeakEvent() - Constructor for class edu.washington.cs.sounddetector.server.api.object.PeakEvent
 
PeakEvent(double, double, double) - Constructor for class edu.washington.cs.sounddetector.server.api.object.PeakEvent
Construct a new PeakEvent.
PhoneDoesNotExistException - Exception in edu.washington.cs.sounddetector.server.api.exception
 
PhoneDoesNotExistException(String) - Constructor for exception edu.washington.cs.sounddetector.server.api.exception.PhoneDoesNotExistException
 

R

ReadLogic - Class in edu.washington.cs.sounddetector.server.api.methodlogic
 
ReadLogic(PersistenceManagerFactory) - Constructor for class edu.washington.cs.sounddetector.server.api.methodlogic.ReadLogic
 
RegisterReceiverPhone - Class in edu.washington.cs.sounddetector.server.api.method
 
RegisterReceiverPhone() - Constructor for class edu.washington.cs.sounddetector.server.api.method.RegisterReceiverPhone
 
RegisterReceiverPhone(String, String) - Constructor for class edu.washington.cs.sounddetector.server.api.method.RegisterReceiverPhone
 
registerReceiverPhone(RegisterReceiverPhone) - Method in class edu.washington.cs.sounddetector.server.api.methodlogic.WriteLogic
 
registerReceiverPhone(String, String) - Method in class edu.washington.cs.sounddetector.server.api.SoundDetectorAPI
Registers a new Receiver Phone with the server.
RegisterReceiverPhoneResult - Class in edu.washington.cs.sounddetector.server.api.methodresult
 
RegisterReceiverPhoneResult(boolean, MethodResult.FailureReason, String) - Constructor for class edu.washington.cs.sounddetector.server.api.methodresult.RegisterReceiverPhoneResult
 
RegistrationIdRemoverImpl - Class in edu.washington.cs.sounddetector.server.api.methodlogic
 
RegistrationIdRemoverImpl(PersistenceManagerFactory) - Constructor for class edu.washington.cs.sounddetector.server.api.methodlogic.RegistrationIdRemoverImpl
 
removeRegistrationId(String) - Method in class edu.washington.cs.sounddetector.server.api.methodlogic.RegistrationIdRemoverImpl
 
RenameDetector - Class in edu.washington.cs.sounddetector.server.api.method
 
RenameDetector() - Constructor for class edu.washington.cs.sounddetector.server.api.method.RenameDetector
 
RenameDetector(String, String) - Constructor for class edu.washington.cs.sounddetector.server.api.method.RenameDetector
 
renameDetector(RenameDetector) - Method in class edu.washington.cs.sounddetector.server.api.methodlogic.WriteLogic
 
renameDetector(String, String) - Method in class edu.washington.cs.sounddetector.server.api.SoundDetectorAPI
Rename a detector.
RenameDetectorResult - Class in edu.washington.cs.sounddetector.server.api.methodresult
 

S

sendMethod(Method, Class<T>) - Method in class edu.washington.cs.sounddetector.server.api.SoundDetectorAPI
Sends the given method to the server.
serializeMethod(Method) - Method in class edu.washington.cs.sounddetector.server.api.MethodConverter
Converts the given command into its serialized form which can be sent over the wire.
serializeResult(MethodResult<T>) - Method in class edu.washington.cs.sounddetector.server.api.MethodConverter
Converts the given result into its serialized form which can be sent over the wire.
setData(List<LabeledSound>) - Method in class edu.washington.cs.sounddetector.server.api.method.Train
 
setDetectorId(String) - Method in class edu.washington.cs.sounddetector.server.api.method.Classify
 
setDetectorId(String) - Method in class edu.washington.cs.sounddetector.server.api.method.GetSounds
 
setDetectorId(String) - Method in class edu.washington.cs.sounddetector.server.api.method.SetSoundClassProperties
 
setDetectorId(String) - Method in class edu.washington.cs.sounddetector.server.api.method.Train
 
setDetectorId(String) - Method in class edu.washington.cs.sounddetector.server.api.methodresult.ClassifyResult
 
setDetectorId(String) - Method in class edu.washington.cs.sounddetector.server.api.object.Notification
 
setDuration(double) - Method in class edu.washington.cs.sounddetector.server.api.object.PeakEvent
 
setGreaterThanDate(Date) - Method in class edu.washington.cs.sounddetector.server.api.method.GetOldNotifications
 
setHttpClient(HttpClient) - Method in class edu.washington.cs.sounddetector.server.api.SoundDetectorAPI
 
setLessThanDate(Date) - Method in class edu.washington.cs.sounddetector.server.api.method.GetOldNotifications
 
setMagnitude(double) - Method in class edu.washington.cs.sounddetector.server.api.object.PeakEvent
 
setNewDetectorId(String) - Method in class edu.washington.cs.sounddetector.server.api.method.RenameDetector
 
setOldDetectorId(String) - Method in class edu.washington.cs.sounddetector.server.api.method.RenameDetector
 
setPeakEvents(List<PeakEvent>) - Method in class edu.washington.cs.sounddetector.server.api.method.Classify
 
setPeakEvents(List<PeakEvent>) - Method in class edu.washington.cs.sounddetector.server.api.object.Notification
 
setPhoneId(String) - Method in class edu.washington.cs.sounddetector.server.api.method.GetOldNotifications
 
setPhoneId(String) - Method in class edu.washington.cs.sounddetector.server.api.method.GetPendingNotifications
 
setPhoneId(String) - Method in class edu.washington.cs.sounddetector.server.api.method.RegisterReceiverPhone
 
setPhoneId(String) - Method in class edu.washington.cs.sounddetector.server.api.method.UnregisterReceiverPhone
 
setReason(MethodResult.FailureReason) - Method in class edu.washington.cs.sounddetector.server.api.MethodResult
 
setRegistrationId(String) - Method in class edu.washington.cs.sounddetector.server.api.method.RegisterReceiverPhone
 
setRgbColor(int) - Method in class edu.washington.cs.sounddetector.server.api.object.SoundClass
 
setSound(byte[]) - Method in class edu.washington.cs.sounddetector.server.api.method.Classify
 
setSound(byte[]) - Method in class edu.washington.cs.sounddetector.server.api.object.LabeledSound
 
setSoundClass(String) - Method in class edu.washington.cs.sounddetector.server.api.methodresult.ClassifyResult
 
setSoundClass(String) - Method in class edu.washington.cs.sounddetector.server.api.object.LabeledSound
 
setSoundClass(SoundClass) - Method in class edu.washington.cs.sounddetector.server.api.object.Notification
 
setSoundClass(String) - Method in class edu.washington.cs.sounddetector.server.api.object.SoundClass
 
setSoundClasses(List<SoundClass>) - Method in class edu.washington.cs.sounddetector.server.api.method.SetSoundClassProperties
 
SetSoundClassProperties - Class in edu.washington.cs.sounddetector.server.api.method
 
SetSoundClassProperties() - Constructor for class edu.washington.cs.sounddetector.server.api.method.SetSoundClassProperties
 
SetSoundClassProperties(String, List<SoundClass>) - Constructor for class edu.washington.cs.sounddetector.server.api.method.SetSoundClassProperties
 
setSoundClassProperties(SetSoundClassProperties) - Method in class edu.washington.cs.sounddetector.server.api.methodlogic.WriteLogic
 
setSoundClassProperties(String, List<SoundClass>) - Method in class edu.washington.cs.sounddetector.server.api.SoundDetectorAPI
Set properties on sound classes.
SetSoundClassPropertiesResult - Class in edu.washington.cs.sounddetector.server.api.methodresult
 
setSoundFormat(SoundFormat) - Method in class edu.washington.cs.sounddetector.server.api.method.Classify
 
setSoundFormat(SoundFormat) - Method in class edu.washington.cs.sounddetector.server.api.method.Train
 
setSoundId(long) - Method in class edu.washington.cs.sounddetector.server.api.method.GetSound
 
setSoundIds(List<Long>) - Method in class edu.washington.cs.sounddetector.server.api.method.Untrain
 
setSuccessful(boolean) - Method in class edu.washington.cs.sounddetector.server.api.MethodResult
 
setTime(double) - Method in class edu.washington.cs.sounddetector.server.api.object.PeakEvent
 
setURI(URI) - Method in class edu.washington.cs.sounddetector.server.api.SoundDetectorAPI
 
SoundClass - Class in edu.washington.cs.sounddetector.server.api.object
 
SoundClass() - Constructor for class edu.washington.cs.sounddetector.server.api.object.SoundClass
 
SoundClass(String, int) - Constructor for class edu.washington.cs.sounddetector.server.api.object.SoundClass
 
SoundClassDoesNotExistException - Exception in edu.washington.cs.sounddetector.server.api.exception
 
SoundClassDoesNotExistException(String) - Constructor for exception edu.washington.cs.sounddetector.server.api.exception.SoundClassDoesNotExistException
 
SoundDetectorAPI - Class in edu.washington.cs.sounddetector.server.api
Class for clients of the API.
SoundDetectorAPI(URI, HttpClient) - Constructor for class edu.washington.cs.sounddetector.server.api.SoundDetectorAPI
Constructs a new SoundDetectorAPI.
SoundDetectorAPIException - Exception in edu.washington.cs.sounddetector.server.api.exception
Base class for all exceptions thrown by server api calls.
SoundDetectorAPIException() - Constructor for exception edu.washington.cs.sounddetector.server.api.exception.SoundDetectorAPIException
 
SoundDetectorAPIException(String) - Constructor for exception edu.washington.cs.sounddetector.server.api.exception.SoundDetectorAPIException
 
SoundDetectorAPIException(Throwable) - Constructor for exception edu.washington.cs.sounddetector.server.api.exception.SoundDetectorAPIException
 
SoundDetectorAPIException(String, Throwable) - Constructor for exception edu.washington.cs.sounddetector.server.api.exception.SoundDetectorAPIException
 
SoundDetectorInternalErrorException - Exception in edu.washington.cs.sounddetector.server.api.exception
Exception for when the server encounters an unexpected error that it does not know how to deal with.
SoundDetectorInternalErrorException() - Constructor for exception edu.washington.cs.sounddetector.server.api.exception.SoundDetectorInternalErrorException
 
SoundDetectorInternalErrorException(String) - Constructor for exception edu.washington.cs.sounddetector.server.api.exception.SoundDetectorInternalErrorException
 
SoundDetectorInternalErrorException(Throwable) - Constructor for exception edu.washington.cs.sounddetector.server.api.exception.SoundDetectorInternalErrorException
 
SoundDetectorInternalErrorException(String, Throwable) - Constructor for exception edu.washington.cs.sounddetector.server.api.exception.SoundDetectorInternalErrorException
 
SoundDoesNotExistException - Exception in edu.washington.cs.sounddetector.server.api.exception
 
SoundDoesNotExistException(long) - Constructor for exception edu.washington.cs.sounddetector.server.api.exception.SoundDoesNotExistException
 
SoundFormat - Class in edu.washington.cs.sounddetector.server.api.object
SoundFormat specifies the format of a linear PCM encoded sound.
SoundFormat() - Constructor for class edu.washington.cs.sounddetector.server.api.object.SoundFormat
 
SoundFormat(float, int, int, boolean, boolean) - Constructor for class edu.washington.cs.sounddetector.server.api.object.SoundFormat
Construct a new SoundFormat.
success(String) - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.ClassifyResult
 
success(List<Notification>) - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.GetOldNotificationsResult
 
success(List<Notification>) - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.GetPendingNotificationsResult
 
success(byte[]) - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.GetSoundResult
 
success(Map<SoundClass, List<Long>>) - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.GetSoundsResult
 
success() - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.RegisterReceiverPhoneResult
 
success() - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.RenameDetectorResult
 
success() - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.SetSoundClassPropertiesResult
 
success(List<Long>) - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.TrainResult
Successful TrainResult.
success() - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.UnregisterReceiverPhoneResult
 
success() - Static method in class edu.washington.cs.sounddetector.server.api.methodresult.UntrainResult
 

T

toString() - Method in class edu.washington.cs.sounddetector.server.api.method.Classify
 
toString() - Method in class edu.washington.cs.sounddetector.server.api.method.GetOldNotifications
 
toString() - Method in class edu.washington.cs.sounddetector.server.api.method.GetPendingNotifications
 
toString() - Method in class edu.washington.cs.sounddetector.server.api.method.GetSound
 
toString() - Method in class edu.washington.cs.sounddetector.server.api.method.GetSounds
 
toString() - Method in class edu.washington.cs.sounddetector.server.api.method.RegisterReceiverPhone
 
toString() - Method in class edu.washington.cs.sounddetector.server.api.method.SetSoundClassProperties
 
toString() - Method in class edu.washington.cs.sounddetector.server.api.method.Train
 
toString() - Method in class edu.washington.cs.sounddetector.server.api.method.UnregisterReceiverPhone
 
toString() - Method in class edu.washington.cs.sounddetector.server.api.method.Untrain
 
toString() - Method in class edu.washington.cs.sounddetector.server.api.MethodResult
 
toString() - Method in class edu.washington.cs.sounddetector.server.api.object.LabeledSound
 
toString() - Method in class edu.washington.cs.sounddetector.server.api.object.Notification
 
toString() - Method in class edu.washington.cs.sounddetector.server.api.object.PeakEvent
 
toString() - Method in class edu.washington.cs.sounddetector.server.api.object.SoundClass
 
toString() - Method in class edu.washington.cs.sounddetector.server.api.object.SoundFormat
 
Train - Class in edu.washington.cs.sounddetector.server.api.method
 
Train() - Constructor for class edu.washington.cs.sounddetector.server.api.method.Train
 
Train(String, List<LabeledSound>, SoundFormat) - Constructor for class edu.washington.cs.sounddetector.server.api.method.Train
 
train(Train) - Method in class edu.washington.cs.sounddetector.server.api.methodlogic.WriteLogic
 
train(String, List<LabeledSound>, SoundFormat) - Method in class edu.washington.cs.sounddetector.server.api.SoundDetectorAPI
Sends training data to the server.
TrainResult - Class in edu.washington.cs.sounddetector.server.api.methodresult
 

U

UNKNOWN_SOUND_CLASS - Static variable in class edu.washington.cs.sounddetector.server.api.APIConsts
The name of the sound class which clients may not use.
UnregisterReceiverPhone - Class in edu.washington.cs.sounddetector.server.api.method
 
UnregisterReceiverPhone() - Constructor for class edu.washington.cs.sounddetector.server.api.method.UnregisterReceiverPhone
 
UnregisterReceiverPhone(String) - Constructor for class edu.washington.cs.sounddetector.server.api.method.UnregisterReceiverPhone
 
unregisterReceiverPhone(UnregisterReceiverPhone) - Method in class edu.washington.cs.sounddetector.server.api.methodlogic.DeleteLogic
 
unregisterReceiverPhone(String) - Method in class edu.washington.cs.sounddetector.server.api.SoundDetectorAPI
Unregisters the given phone with the server.
UnregisterReceiverPhoneResult - Class in edu.washington.cs.sounddetector.server.api.methodresult
 
Untrain - Class in edu.washington.cs.sounddetector.server.api.method
 
Untrain() - Constructor for class edu.washington.cs.sounddetector.server.api.method.Untrain
 
Untrain(List<Long>) - Constructor for class edu.washington.cs.sounddetector.server.api.method.Untrain
 
untrain(Untrain) - Method in class edu.washington.cs.sounddetector.server.api.methodlogic.DeleteLogic
 
untrain(List<Long>) - Method in class edu.washington.cs.sounddetector.server.api.SoundDetectorAPI
Untrains sounds from the server's classifier.
UntrainResult - Class in edu.washington.cs.sounddetector.server.api.methodresult
 

V

valueOf(String) - Static method in enum edu.washington.cs.sounddetector.server.api.MethodResult.FailureReason
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.washington.cs.sounddetector.server.api.MethodResult.FailureReason
Returns an array containing the constants of this enum type, in the order they are declared.

W

WriteLogic - Class in edu.washington.cs.sounddetector.server.api.methodlogic
 
WriteLogic(PersistenceManagerFactory, SoundProcessorBuilder, C2DMessaging) - Constructor for class edu.washington.cs.sounddetector.server.api.methodlogic.WriteLogic
 

A C D E F G H I L M N P R S T U V W

Copyright © 2012. All Rights Reserved.