public class PrognoseIntervall extends ArrayList<EreignisTypGanglinien>
Modifier and Type | Field and Description |
---|---|
private com.bitctrl.util.Interval |
intervall
Der Zeitraum des Prognoseintervalls.
|
private static long |
serialVersionUID
Die ID für die Serialisierung.
|
modCount
Constructor and Description |
---|
PrognoseIntervall(com.bitctrl.util.Interval intervall)
Konstruiert das Prognoseintervall.
|
Modifier and Type | Method and Description |
---|---|
List<de.bsvrz.sys.funclib.bitctrl.modell.kalender.objekte.EreignisTyp> |
getEreignisTypenAbsolut()
Gibt die im Intervall gültigen Ereignistypen zurück, zu denen absolute Ganglinien existieren.
|
List<EreignisTypGanglinien> |
getEreignisTypGanglinienRelativ()
Gibt die Liste der Ereignistypen zurück, zu denen nur relative Ganglinien existieren.
|
com.bitctrl.util.Interval |
getIntervall()
Gibt den Zeitraum des Prognoseintervall zurück.
|
EreignisTypGanglinien |
getTagesEreignisTypGanglinien()
Gibt die Tagesganglinie im Prognoseintervall zurück.
|
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
private static final long serialVersionUID
private final com.bitctrl.util.Interval intervall
public PrognoseIntervall(com.bitctrl.util.Interval intervall)
intervall
- der Zeitraum des Prognoseintervalls.public List<de.bsvrz.sys.funclib.bitctrl.modell.kalender.objekte.EreignisTyp> getEreignisTypenAbsolut()
public List<EreignisTypGanglinien> getEreignisTypGanglinienRelativ()
public com.bitctrl.util.Interval getIntervall()
public EreignisTypGanglinien getTagesEreignisTypGanglinien()
null
, wenn keine existiert.public String toString()
toString
in class AbstractCollection<EreignisTypGanglinien>
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.