Class AtlTrendExtraPolation
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmverkehrglobal.attribute.AtlTrendExtraPolation
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
public class AtlTrendExtraPolation extends java.lang.Object implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
Parameterwerte für die Berechnung von geglätteten und trendextrapolierten Werten.
-
-
Constructor Summary
Constructors Constructor Description AtlTrendExtraPolation()
-
Method Summary
Modifier and Type Method Description void
atl2Bean(de.bsvrz.dav.daf.main.Data daten, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
void
bean2Atl(de.bsvrz.dav.daf.main.Data datum, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
AtlTrendExtraPolation
clone()
AttZahlPositiv2NachKommaStellenVon0Bis1
getAlpha1()
Glättungsparameter für abnehmende Messwerte.AttZahlPositiv2NachKommaStellenVon0Bis1
getAlpha2()
Glättungsparameter für steigende Messwerte.AttZahlPositiv2NachKommaStellenVon0Bis1
getBeta1()
Prognoseparameter für abnehmende Messwerte.AttZahlPositiv2NachKommaStellenVon0Bis1
getBeta2()
Prognoseparameter für steigende Messwerte.void
setAlpha1(AttZahlPositiv2NachKommaStellenVon0Bis1 _alpha1)
Glättungsparameter für abnehmende Messwerte.void
setAlpha2(AttZahlPositiv2NachKommaStellenVon0Bis1 _alpha2)
Glättungsparameter für steigende Messwerte.void
setBeta1(AttZahlPositiv2NachKommaStellenVon0Bis1 _beta1)
Prognoseparameter für abnehmende Messwerte.void
setBeta2(AttZahlPositiv2NachKommaStellenVon0Bis1 _beta2)
Prognoseparameter für steigende Messwerte.java.lang.String
toString()
-
-
-
Method Detail
-
getAlpha1
public AttZahlPositiv2NachKommaStellenVon0Bis1 getAlpha1()
Glättungsparameter für abnehmende Messwerte.- Returns:
- der Wert von Alpha1.
-
setAlpha1
public void setAlpha1(AttZahlPositiv2NachKommaStellenVon0Bis1 _alpha1)
Glättungsparameter für abnehmende Messwerte.- Parameters:
_alpha1
- der neue Wert von Alpha1.
-
getBeta1
public AttZahlPositiv2NachKommaStellenVon0Bis1 getBeta1()
Prognoseparameter für abnehmende Messwerte.- Returns:
- der Wert von Beta1.
-
setBeta1
public void setBeta1(AttZahlPositiv2NachKommaStellenVon0Bis1 _beta1)
Prognoseparameter für abnehmende Messwerte.- Parameters:
_beta1
- der neue Wert von Beta1.
-
getAlpha2
public AttZahlPositiv2NachKommaStellenVon0Bis1 getAlpha2()
Glättungsparameter für steigende Messwerte.- Returns:
- der Wert von Alpha2.
-
setAlpha2
public void setAlpha2(AttZahlPositiv2NachKommaStellenVon0Bis1 _alpha2)
Glättungsparameter für steigende Messwerte.- Parameters:
_alpha2
- der neue Wert von Alpha2.
-
getBeta2
public AttZahlPositiv2NachKommaStellenVon0Bis1 getBeta2()
Prognoseparameter für steigende Messwerte.- Returns:
- der Wert von Beta2.
-
setBeta2
public void setBeta2(AttZahlPositiv2NachKommaStellenVon0Bis1 _beta2)
Prognoseparameter für steigende Messwerte.- Parameters:
_beta2
- der neue Wert von Beta2.
-
bean2Atl
public void bean2Atl(de.bsvrz.dav.daf.main.Data datum, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
- Specified by:
bean2Atl
in interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
-
atl2Bean
public void atl2Bean(de.bsvrz.dav.daf.main.Data daten, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
- Specified by:
atl2Bean
in interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
-
clone
public AtlTrendExtraPolation clone()
- Specified by:
clone
in interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
- Overrides:
clone
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-