public class GanglinienAspekte extends Object
Modifier and Type | Field and Description |
---|---|
private static HashMap<Integer,de.bsvrz.dav.daf.main.config.Aspect> |
approximationsVerfahrenZuAnalyseDatenAspekt
Mappt das Approximationsverfahren auf den Aspekt.
|
private static HashMap<Integer,String> |
approximationsVerfahrenZuAnalyseDatenAspektPid
Mappt das Approximationsverfahren auf die PID des Aspekts.
|
private static String |
ARG_BSPLINE
Kommandozeilenargument für den Aspekt der B-Spline-Approximation.
|
private static String |
ARG_CUBIC_SPLINE
Kommandozeilenargument für den Aspekt der Cubic-Spline-Approximation.
|
private static String |
ARG_POLYLINE
Kommandozeilenargument für den Aspekt der Polyline-Approximation.
|
private static String |
ASP_AGREGATION5_MINUTEN
Der Standardaspekt für alle Approximationsverfahren
asp.agregation5Minuten |
Constructor and Description |
---|
GanglinienAspekte() |
Modifier and Type | Method and Description |
---|---|
static de.bsvrz.dav.daf.main.config.Aspect |
getAspect(Integer verfahren)
Erfragt zu einem Approximationsverfahren den Aspekt, unter dem Daten
gelernt werden sollen.
|
static void |
initialisiere(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
Initisiert dieses statische Objekt mit den Parametern aus der
Kommandozeile.
|
static void |
validiere(de.bsvrz.dav.daf.main.ClientDavInterface dav)
Validiert die ueber die Kommandozeile uebergebenen Aspekte.
|
private static final String ASP_AGREGATION5_MINUTEN
asp.agregation5Minuten
private static final String ARG_BSPLINE
private static final String ARG_CUBIC_SPLINE
private static final String ARG_POLYLINE
private static final HashMap<Integer,String> approximationsVerfahrenZuAnalyseDatenAspektPid
public static final void initialisiere(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
argumentList
- die Datenverteiler-Argumentliste, wie sie in
StandardApplication.parseArguments(ArgumentList)
uebergeben wird.public static final void validiere(de.bsvrz.dav.daf.main.ClientDavInterface dav)
dav
- Datenverteiler-Verbindung.public static final de.bsvrz.dav.daf.main.config.Aspect getAspect(Integer verfahren)
verfahren
- das Approximationsverfahren.GanglinieMQ.APPROX_BSPLINE
,
GanglinieMQ.APPROX_CUBICSPLINE
,
GanglinieMQ.APPROX_POLYLINE
,
GanglinieMQ.APPROX_UNBESTIMMT
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.