public abstract class Stoerfall extends Object implements de.bsvrz.dav.daf.main.ClientReceiverInterface
Modifier and Type | Class and Description |
---|---|
private class |
Stoerfall.Daten |
private static class |
Stoerfall.GlaettungsThread |
Modifier and Type | Field and Description |
---|---|
private HashMap<String,Stoerfall.Daten> |
_aktuelleDaten
Container für die aktuell gültigen Störfall-Daten per Verfahren.
|
private de.bsvrz.dav.daf.main.config.AttributeGroup |
_atgStoerfallZustand
Die Attributgruppe für Störfall-Zustände.
|
private DavProxyObjekt |
_davProxy
Korrespondierendes DAV-Systemobjekt.
|
private static de.bsvrz.sys.funclib.debug.Debug |
_debug
Debug-Logger für Logging-Ausgaben.
|
private static Stoerfall.GlaettungsThread |
_glaettungsThread |
private Collection<StoerfallListener> |
_stoerfallListener
Sammlung aller
StoerfallListener |
private StoerfallSituation |
_stoerfallSituation
StoerfallSituation, zu der dieser Störfall gehört.
|
Constructor and Description |
---|
Stoerfall(DavProxyObjekt davObjekt,
StoerfallSituation stoerfallSituation)
Konstruiert eine Instanz vom Typ
Stoerfall . |
Modifier and Type | Method and Description |
---|---|
void |
addStoerfallListener(StoerfallListener listener) |
protected void |
fireStoerfallListener() |
(package private) de.bsvrz.dav.daf.main.ClientDavInterface |
getConnection() |
de.bsvrz.dav.daf.main.config.SystemObject |
getDavObjekt() |
(package private) abstract long |
getEndOffset() |
protected DavProxyObjekt |
getObjekt() |
(package private) RDSParameterDaten |
getParameter() |
(package private) StrassenSegment |
getSegment() |
(package private) abstract long |
getStartOffset() |
StoerfallSituation |
getStoerfallSituation() |
void |
renmoveStoerfallListener(StoerfallListener listener) |
(package private) boolean |
uebernehmeDaten(Stoerfall.Daten soll) |
void |
update(de.bsvrz.dav.daf.main.ResultData[] resultData) |
private static final de.bsvrz.sys.funclib.debug.Debug _debug
private static Stoerfall.GlaettungsThread _glaettungsThread
private DavProxyObjekt _davProxy
private StoerfallSituation _stoerfallSituation
private de.bsvrz.dav.daf.main.config.AttributeGroup _atgStoerfallZustand
private Collection<StoerfallListener> _stoerfallListener
StoerfallListener
private HashMap<String,Stoerfall.Daten> _aktuelleDaten
public Stoerfall(DavProxyObjekt davObjekt, StoerfallSituation stoerfallSituation)
Stoerfall
.davObjekt
- das korrespondierende DAV-SystemobjektstoerfallSituation
- StoerfallSituation
public StoerfallSituation getStoerfallSituation()
public void addStoerfallListener(StoerfallListener listener)
public void renmoveStoerfallListener(StoerfallListener listener)
protected void fireStoerfallListener()
de.bsvrz.dav.daf.main.ClientDavInterface getConnection()
RDSParameterDaten getParameter()
StrassenSegment getSegment()
abstract long getStartOffset()
abstract long getEndOffset()
protected DavProxyObjekt getObjekt()
DavProxyObjekt
public de.bsvrz.dav.daf.main.config.SystemObject getDavObjekt()
public void update(de.bsvrz.dav.daf.main.ResultData[] resultData)
update
in interface de.bsvrz.dav.daf.main.ClientReceiverInterface
boolean uebernehmeDaten(Stoerfall.Daten soll)
Copyright © 2016 BitCtrl Systems GmbH. All rights reserved.