|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dllearner.cli.Start
public class Start
Startup file for Command Line Interface.
| Constructor Summary | |
|---|---|
Start(File file)
Initialise all components based on conf file. |
|
| Method Summary | |
|---|---|
static Map<URL,Class<? extends KnowledgeSource>> |
getImportedFiles(ConfParser parser,
String baseDir)
detects all imported files and their format |
LearningAlgorithm |
getLearningAlgorithm()
|
LearningProblem |
getLearningProblem()
|
ReasonerComponent |
getReasonerComponent()
|
Set<KnowledgeSource> |
getSources()
|
static void |
handleError(String message)
error handling over the logger |
static void |
main(String[] args)
Entry point for CLI interface. |
void |
start(boolean inQueryMode)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Start(File file)
throws ComponentInitException,
FileNotFoundException,
ParseException
file - Conf file to read.
ComponentInitException
ParseException
FileNotFoundException| Method Detail |
|---|
public static void main(String[] args)
args - Command line arguments.public void start(boolean inQueryMode)
public static Map<URL,Class<? extends KnowledgeSource>> getImportedFiles(ConfParser parser,
String baseDir)
public static void handleError(String message)
message - is a string and you message for problempublic Set<KnowledgeSource> getSources()
public LearningAlgorithm getLearningAlgorithm()
public LearningProblem getLearningProblem()
public ReasonerComponent getReasonerComponent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||