public class MesswertEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
private de.bsvrz.sys.funclib.bitctrl.modell.OnlineDatensatz<? extends de.bsvrz.sys.funclib.bitctrl.modell.MesswertDatum> |
datensatz
Die aktuallisierten Messwerte.
|
private de.bsvrz.sys.funclib.bitctrl.modell.MesswertDatum |
datum
Das aktuelle Datum.
|
private de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt |
objekt
Die betroffene Systemobjekt.
|
private static long |
serialVersionUID
Die Eigenschaft
serialVersionUID . |
source
Constructor and Description |
---|
MesswertEvent(Object source,
de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt objekt,
de.bsvrz.sys.funclib.bitctrl.modell.OnlineDatensatz<? extends de.bsvrz.sys.funclib.bitctrl.modell.MesswertDatum> datensatz,
de.bsvrz.sys.funclib.bitctrl.modell.MesswertDatum datum)
Erzeugt ein neues Fuzzy-Event.
|
Modifier and Type | Method and Description |
---|---|
de.bsvrz.sys.funclib.bitctrl.modell.OnlineDatensatz<? extends de.bsvrz.sys.funclib.bitctrl.modell.MesswertDatum> |
getDatensatz()
Gibt den geänderten Datensatz zurück.
|
de.bsvrz.sys.funclib.bitctrl.modell.MesswertDatum |
getDatum()
Gibt das aktuelle Datum mit dem Messwerten zurück.
|
de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt |
getObjekt()
Gibt das betreffende Systemobjekt zurück.
|
String |
toString() |
getSource
private static final long serialVersionUID
serialVersionUID
.private final de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt objekt
private final de.bsvrz.sys.funclib.bitctrl.modell.OnlineDatensatz<? extends de.bsvrz.sys.funclib.bitctrl.modell.MesswertDatum> datensatz
private final de.bsvrz.sys.funclib.bitctrl.modell.MesswertDatum datum
public MesswertEvent(Object source, de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt objekt, de.bsvrz.sys.funclib.bitctrl.modell.OnlineDatensatz<? extends de.bsvrz.sys.funclib.bitctrl.modell.MesswertDatum> datensatz, de.bsvrz.sys.funclib.bitctrl.modell.MesswertDatum datum)
source
- Quelle des Eventsobjekt
- das betroffene Systemobjekt.datensatz
- die aktuallisierten Messwerte des Objektsdatum
- das aktuelle Datum.public de.bsvrz.sys.funclib.bitctrl.modell.OnlineDatensatz<? extends de.bsvrz.sys.funclib.bitctrl.modell.MesswertDatum> getDatensatz()
public de.bsvrz.sys.funclib.bitctrl.modell.MesswertDatum getDatum()
public de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt getObjekt()
public String toString()
toString
in class EventObject
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.