C# 클래스 UserSimulation.LogEntry

파일 보기 프로젝트 열기: plasma-umass/DataDebug 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Headers() 공개 정적인 메소드

public static Headers ( ) : String
리턴 String

LogEntry() 공개 메소드

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
리턴 System

WriteLog() 공개 메소드

public WriteLog ( String logfile ) : void
logfile String
리턴 void