Uses of Class
org.opentox.error.ErrorRepresentation

Packages that use ErrorRepresentation
org.opentox.algorithm.dataprocessing   
org.opentox.algorithm.reporting   
org.opentox.algorithm.trainer   
org.opentox.error   
org.opentox.interfaces   
 

Uses of ErrorRepresentation in org.opentox.algorithm.dataprocessing
 

Methods in org.opentox.algorithm.dataprocessing that return ErrorRepresentation
 ErrorRepresentation InfoGain.checkParameters()
           
 ErrorRepresentation InfoGain.getErrorRep()
           
 

Uses of ErrorRepresentation in org.opentox.algorithm.reporting
 

Methods in org.opentox.algorithm.reporting that return ErrorRepresentation
 ErrorRepresentation AlgorithmReporter.getErrorRep()
           
 

Uses of ErrorRepresentation in org.opentox.algorithm.trainer
 

Methods in org.opentox.algorithm.trainer that return ErrorRepresentation
 ErrorRepresentation MlrTrainer.checkParameters()
          Check wether the dataset and target values are valid URIs.
 ErrorRepresentation SvcTrainer.checkParameters()
           
 ErrorRepresentation SvmTrainer.checkParameters()
          Check the consistency of the POSTed svm parameters and assign default values to the parameters that where not posted.
 

Uses of ErrorRepresentation in org.opentox.error
 

Fields in org.opentox.error declared as ErrorRepresentation
 ErrorRepresentation ErrorSource.errorRep
           
 

Methods in org.opentox.error that return ErrorRepresentation
 ErrorRepresentation ErrorRepresentation.append(ErrorRepresentation other)
          Concatenates two Error Representations by mixing together their explanatory messages and their lists of Throwables.
 ErrorRepresentation ErrorRepresentation.append(java.lang.Throwable throwable, java.lang.String message, org.restlet.data.Status status)
          Adds a Throwable and an explanatory message for it to the current ErrorRepresentation.
 ErrorRepresentation ErrorSource.getErrorRep()
           
 ErrorRepresentation ErrorRepresentation.updateStatus(org.restlet.data.Status newStatus)
          Updates the (internal) status.The status can be updated only in the following cases: The current status is less than 300, i.e.
 

Methods in org.opentox.error with parameters of type ErrorRepresentation
 ErrorRepresentation ErrorRepresentation.append(ErrorRepresentation other)
          Concatenates two Error Representations by mixing together their explanatory messages and their lists of Throwables.
 

Uses of ErrorRepresentation in org.opentox.interfaces
 

Methods in org.opentox.interfaces that return ErrorRepresentation
 ErrorRepresentation IFeatureSelection.checkParameters()
          Check the consistency of the posted parameters.
 ErrorRepresentation ITrainer.checkParameters()
          Check the consistency of the posted parameters.
 ErrorRepresentation IProne2Error.getErrorRep()