C# Class PSLAManager.FileReaderUtils

Mostrar archivo Open project: uwdb/PSLAManager Class Usage Examples

Public Methods

Method Description
parsePredictionResults ( String configPath, int tier ) : void
readDataSchema ( String configPath, String schemaFileName ) : void
readTiers ( String configPath, String tierFileName ) : void

Method Details

parsePredictionResults() public static method

public static parsePredictionResults ( String configPath, int tier ) : void
configPath String
tier int
return void

readDataSchema() public static method

public static readDataSchema ( String configPath, String schemaFileName ) : void
configPath String
schemaFileName String
return void

readTiers() public static method

public static readTiers ( String configPath, String tierFileName ) : void
configPath String
tierFileName String
return void