public final class GlLernen extends Object implements de.bsvrz.sys.funclib.application.StandardApplication, Thread.UncaughtExceptionHandler
Modifier and Type | Method and Description |
---|---|
static int |
getMaxThreads()
Gibt die maximale Anzahl gleichzeitiger Threads beim Lernen zurück.
|
void |
initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection)
Initialisiert die datenverteilerrelevanten Eigenschaften der Anwendung
und startet alle Submodule.
|
static void |
main(String[] args)
Einsprungmethode der Applikation Automatisches Lernen Ganglinien.
|
void |
parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
Neben den Kommandozeilenargumenten für den Datenverteiler werden folgende
unterstützt.
|
void |
uncaughtException(Thread t,
Throwable e)
Gibt die Exception im Log und als Betriebsmeldung aus und beendet
anschließend die Applikation.
|
public static void main(String[] args)
args
- die Kommandozeilenargumente.parseArguments(ArgumentList)
public static int getMaxThreads()
public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection) throws Exception
initialize
in interface de.bsvrz.sys.funclib.application.StandardApplication
Exception
public void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) throws Exception
-MQ=
hiermit kann zu Testzwecken das Lernen auf einen
einzelnen Messquerschnitt begrenzt werden (optional).-maxThreads=
hiermit die maximale Anzahl gleichzeitiger
Lernthreads vorgegeben werden (optional).parseArguments
in interface de.bsvrz.sys.funclib.application.StandardApplication
Exception
public void uncaughtException(Thread t, Throwable e)
uncaughtException
in interface Thread.UncaughtExceptionHandler
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.