|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.washington.cs.sounddetector.server.api.MethodResult<Untrain>
edu.washington.cs.sounddetector.server.api.methodresult.UntrainResult
public class UntrainResult
Nested Class Summary |
---|
Nested classes/interfaces inherited from class edu.washington.cs.sounddetector.server.api.MethodResult |
---|
MethodResult.FailureReason |
Method Summary | |
---|---|
static UntrainResult |
failureCantBuildClassifier(String message)
|
String |
getMessage()
|
static UntrainResult |
success()
|
Methods inherited from class edu.washington.cs.sounddetector.server.api.MethodResult |
---|
getReason, isSuccessful, setReason, setSuccessful, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getMessage()
MethodResult.isSuccessful()
== true, returns null, else returns the message
corresponding to the failurepublic static UntrainResult success()
public static UntrainResult failureCantBuildClassifier(String message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |