C# Class UserSimulation.LogEntry

Afficher le fichier Open project: plasma-umass/DataDebug Class Usage Examples

Méthodes publiques

Méthode Description
Headers ( ) : String
LogEntry ( AnalysisType procedure, string filename, AST address, string original_value, string erroneous_value, double output_error_magnitude, double num_input_error_magnitude, double str_input_error_magnitude, bool was_flagged, bool was_error, double significance, double threshold ) : System
WriteLog ( String logfile ) : void

Method Details

Headers() public static méthode

public static Headers ( ) : String
Résultat String

LogEntry() public méthode

public LogEntry ( AnalysisType procedure, string filename, AST address, string original_value, string erroneous_value, double output_error_magnitude, double num_input_error_magnitude, double str_input_error_magnitude, bool was_flagged, bool was_error, double significance, double threshold ) : System
procedure AnalysisType
filename string
address AST
original_value string
erroneous_value string
output_error_magnitude double
num_input_error_magnitude double
str_input_error_magnitude double
was_flagged bool
was_error bool
significance double
threshold double
Résultat System

WriteLog() public méthode

public WriteLog ( String logfile ) : void
logfile String
Résultat void