|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectproper.core.ProperObject
proper.core.ArgumentObject
proper.app.Application
proper.app.DatabaseApplication
proper.app.Import
public class Import
This class imports Prolog programs or CSV files and creates a database from
it with tables according to the predicates (Prolog) or filenames (CSV).
For a complete list of commandline parameters just run it with the option
"-help".
Importer| Field Summary |
|---|
| Fields inherited from interface proper.core.ProperInterface |
|---|
VERSION |
| Constructor Summary | |
|---|---|
Import()
|
|
| Method Summary | |
|---|---|
void |
checkCommandLine()
checks whether all necessary parameters are provided |
static void |
main(java.lang.String[] args)
starts the application |
void |
printDescription()
prints a short description of this class |
| Methods inherited from class proper.app.Application |
|---|
createInstance, fromXML, parameterError, printUsage, run, run, setArgs, setArgs, toString, toXML |
| Methods inherited from class proper.core.ArgumentObject |
|---|
fixAdditionalArg |
| Methods inherited from class proper.core.ProperObject |
|---|
addListener, addOutput, classInVerbose, debugprint, debugprint, debugprint, debugprint, debugprintln, debugprintln, debugprintln, debugprintln, debugprintln, getListeners, getRuntime, getVerbose, getVerboseLevel, getVerboseLevelForClass, getVerboseString, getVerboseStringForClass, notifyListener, notifyListeners, print, print, print, print, println, println, println, println, println, printMemory, removeListener, setOutput, setVerbose, setVerboseLevel, setVerboseString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Import()
| Method Detail |
|---|
public void checkCommandLine()
checkCommandLine in interface CommandLineInterfacecheckCommandLine in class Applicationpublic void printDescription()
printDescription in interface CommandLineInterfaceprintDescription in class Application
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||