org.genepi.parser
Class ConfigParser

java.lang.Object
  extended by org.genepi.parser.ConfigParser

public class ConfigParser
extends java.lang.Object


Constructor Summary
ConfigParser(java.io.File kFile, BlackboardShell project)
          Parseur du fichier de configuration.
 
Method Summary
 void parse()
          Parses le fichier de connaissances.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigParser

public ConfigParser(java.io.File kFile,
                    BlackboardShell project)
Parseur du fichier de configuration. Retourne un objet configuration pret a l'emploie.

Method Detail

parse

public void parse()
           throws ParseException
Parses le fichier de connaissances.

Throws:
ParseException