|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.rdtdm.Main
Main
, das Hauptprogramm.
Changelog:$Log:$ |
Field Summary | |
protected Criterion |
acceptcrit
|
protected DBFeeder |
feeder
|
protected DBMapper |
mapper
|
protected java.util.Properties |
params
|
protected Criterion |
pruningcrit
|
protected Rdtdb |
rdtdb
|
protected RuleModels |
rms
|
protected Literal |
target
|
protected SearchSpace |
ts
|
protected XmlInit |
xmlinit
|
Constructor Summary | |
Main()
|
Method Summary | |
protected void |
doneRDT()
|
protected boolean |
init(java.lang.String[] args)
Initialisiert das Hauptprogramm. |
protected void |
initCrits()
|
protected void |
initDB(boolean droponly)
|
protected void |
initMaps()
|
protected void |
initRDT()
|
protected void |
initRMs()
|
protected void |
initSearchSpace()
|
protected void |
initTarget()
|
protected void |
initXML()
|
protected boolean |
isEnvOk()
Testet alle notwendigen java properties ab. |
protected boolean |
isPropertiesOk(java.lang.String[] args)
Testet alle notwendigen Parameter ab. |
protected boolean |
isSwitch(java.lang.String key)
Liefert true , wenn ein switch-Parameter mit dem ?bergebenen
Namen als Parameter existiert, sonst false . |
static void |
main(java.lang.String[] args)
|
protected void |
printActiveParams()
|
protected void |
printParams(java.lang.String[] args)
|
protected static void |
printProperties()
|
protected static void |
printProperty(java.lang.String key)
|
protected void |
printResults()
|
protected int |
start(java.lang.String[] args)
|
protected void |
startRDT()
|
protected void |
usage(java.lang.String[] args)
Gibt eine kurze Benutzungsanleitung auf der Standardkonsole aus und druckt alle ?bergebene Parameter auf. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.Properties params
protected XmlInit xmlinit
protected RuleModels rms
protected DBFeeder feeder
protected Criterion acceptcrit
protected Criterion pruningcrit
protected DBMapper mapper
protected Literal target
protected SearchSpace ts
protected Rdtdb rdtdb
Constructor Detail |
public Main()
Method Detail |
protected void printParams(java.lang.String[] args)
protected void printActiveParams()
protected static void printProperty(java.lang.String key)
protected static void printProperties()
protected boolean init(java.lang.String[] args)
args
- Parameter des Aufrufs.
true
, wenn die Initialisierung korrekt erfolgt ist,
sonst false
.protected boolean isEnvOk()
true
, wenn alle java properties vorhanden sind.protected boolean isPropertiesOk(java.lang.String[] args)
args
- Parameter des Aufrufs.
true
, wenn alle Parameter vorhanden sind.protected void usage(java.lang.String[] args)
args
- Parameter des Aufrufs.protected boolean isSwitch(java.lang.String key)
true
, wenn ein switch-Parameter mit dem ?bergebenen
Namen als Parameter existiert, sonst false
.
key
- Name des Switch Schl?ssels
true
, wenn der Switch gesetzt ist,
sonst false
;protected void initXML() throws java.lang.Exception
java.lang.Exception
protected void initDB(boolean droponly) throws java.lang.Exception
java.lang.Exception
protected void initMaps() throws java.lang.Exception
java.lang.Exception
protected void initCrits() throws java.lang.Exception
java.lang.Exception
protected void initRMs() throws java.lang.Exception
java.lang.Exception
protected void initTarget() throws java.lang.Exception
java.lang.Exception
protected void initSearchSpace() throws java.lang.Exception
java.lang.Exception
protected void initRDT() throws java.lang.Exception
java.lang.Exception
protected void printResults() throws java.lang.Exception
java.lang.Exception
protected void startRDT() throws java.lang.Exception
java.lang.Exception
protected void doneRDT() throws java.lang.Exception
java.lang.Exception
protected int start(java.lang.String[] args)
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |