Class AtlRdsVerzoegerungsmatrix
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstglobal.attribute.AtlRdsVerzoegerungsmatrix
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
public class AtlRdsVerzoegerungsmatrix extends java.lang.Object implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
Verzögerungswert für den Übergang von einer Verkehrssituation auf eine andere Verkehrssituation.
-
-
Constructor Summary
Constructors Constructor Description AtlRdsVerzoegerungsmatrix()
-
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)
AtlRdsVerzoegerungsmatrix
clone()
AttStoerfallSituation
getSituationNach()
Neue Störfallsituation.AttStoerfallSituation
getSituationVon()
Ausgangs-Störfallsituation.AttZeitDauerSekunden
getVerzoegerungswert()
Verzögerungswert in Sekunden.void
setSituationNach(AttStoerfallSituation _situationNach)
Neue Störfallsituation.void
setSituationVon(AttStoerfallSituation _situationVon)
Ausgangs-Störfallsituation.void
setVerzoegerungswert(AttZeitDauerSekunden _verzoegerungswert)
Verzögerungswert in Sekunden.java.lang.String
toString()
-
-
-
Method Detail
-
getSituationVon
public AttStoerfallSituation getSituationVon()
Ausgangs-Störfallsituation.- Returns:
- der Wert von SituationVon.
-
setSituationVon
public void setSituationVon(AttStoerfallSituation _situationVon)
Ausgangs-Störfallsituation.- Parameters:
_situationVon
- der neue Wert von SituationVon.
-
getSituationNach
public AttStoerfallSituation getSituationNach()
Neue Störfallsituation.- Returns:
- der Wert von SituationNach.
-
setSituationNach
public void setSituationNach(AttStoerfallSituation _situationNach)
Neue Störfallsituation.- Parameters:
_situationNach
- der neue Wert von SituationNach.
-
getVerzoegerungswert
public AttZeitDauerSekunden getVerzoegerungswert()
Verzögerungswert in Sekunden.- Returns:
- der Wert von Verzoegerungswert.
-
setVerzoegerungswert
public void setVerzoegerungswert(AttZeitDauerSekunden _verzoegerungswert)
Verzögerungswert in Sekunden.- Parameters:
_verzoegerungswert
- der neue Wert von Verzoegerungswert.
-
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 AtlRdsVerzoegerungsmatrix 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
-
-