C# Class UserSimulation.LogEntry

ファイルを表示 Open project: plasma-umass/DataDebug Class Usage Examples

Public Methods

Method 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 method

public static Headers ( ) : String
return String

LogEntry() public method

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
return System

WriteLog() public method

public WriteLog ( String logfile ) : void
logfile String
return void