Class OdMesswerte.Aspekte

  • All Implemented Interfaces:
    de.bsvrz.sys.funclib.bitctrl.modell.Aspekt, de.bsvrz.sys.funclib.bitctrl.modell.KonfigurationsObjekt, Aspekt, KonfigurationsObjekt, de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt, java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt>
    Enclosing class:
    OdMesswerte

    public static class OdMesswerte.Aspekte
    extends AspektImpl
    implements de.bsvrz.sys.funclib.bitctrl.modell.Aspekt
    Die vorhandenen Aspekte des Datensatzes.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static de.bsvrz.sys.funclib.bitctrl.modell.Aspekt Aggregation1
      Aspekt Aggregation1.
      static de.bsvrz.sys.funclib.bitctrl.modell.Aspekt Aggregation2
      Aspekt Aggregation2.
      static de.bsvrz.sys.funclib.bitctrl.modell.Aspekt Aufbereitet
      Aspekt Prognose Freie Definition.
      static de.bsvrz.sys.funclib.bitctrl.modell.Aspekt Normiert
      Aspekt für die normierten Daten der externen Prognose.
      static de.bsvrz.sys.funclib.bitctrl.modell.Aspekt Online
      Online Daten.
      static de.bsvrz.sys.funclib.bitctrl.modell.Aspekt PrognoseExtern
      Aspekt Prognose Extern.
      static de.bsvrz.sys.funclib.bitctrl.modell.Aspekt PrognoseIntern
      Aspekt Prognose Intern.
      static de.bsvrz.sys.funclib.bitctrl.modell.Aspekt PrognoseResultat
      Aspekt Prognose Resultat.
      static de.bsvrz.sys.funclib.bitctrl.modell.Aspekt Ungeprueft
      Aspekt für die ungeprüften Daten der Erfassung.
      • Fields inherited from interface de.bsvrz.sys.funclib.bitctrl.modell.metamodellglobal.objekte.Aspekt

        PID
    • Method Summary

      Modifier and Type Method Description
      int compareTo​(de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt arg0)  
      boolean equals​(java.lang.Object arg0)  
      long getId()  
      de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektBereich getKonfigurationsBereich()  
      java.lang.String getName()  
      de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory getObjektFactory()  
      java.lang.String getPid()  
      de.bsvrz.dav.daf.main.config.Aspect getSystemObject()  
      de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektTyp getTyp()  
      int hashCode()  
      void init​(de.bsvrz.dav.daf.main.config.SystemObject arg0, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory arg1)  
      java.lang.String toString()  
      static de.bsvrz.sys.funclib.bitctrl.modell.Aspekt[] values()  
      • Methods inherited from class de.bsvrz.sys.funclib.bitctrl.modell.impl.AbstractSystemObjekt

        getDatensatz
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt

        getId, getKonfigurationsBereich, getTyp
    • Field Detail

      • Normiert

        public static final de.bsvrz.sys.funclib.bitctrl.modell.Aspekt Normiert
        Aspekt für die normierten Daten der externen Prognose.

        <absatz>Die externen Prognosewerte kommen i.d.R. mit einem anderen Horizont, Intervall und Intervallbeginn als die Onlinedaten. Beispiel: Onlinedaten kommen alle fünf Minuten, beginnend an einer ganzen 5-Minuten-Grenze. Die externen Prognosewerte kommen jede halbe Stunde um ca. 10 Minuten vor um/halb. Sie werden deshalb auf das Zeitraster der Onlinedaten interpoliert und normiert, um mit ihnen vergleichbar und verknüpfbar zu sein. Diese normierten Werte werden hier publiziert. </absatz>

      • Aggregation1

        public static final de.bsvrz.sys.funclib.bitctrl.modell.Aspekt Aggregation1
        Aspekt Aggregation1.

      • PrognoseExtern

        public static final de.bsvrz.sys.funclib.bitctrl.modell.Aspekt PrognoseExtern
        Aspekt Prognose Extern.

      • Aufbereitet

        public static final de.bsvrz.sys.funclib.bitctrl.modell.Aspekt Aufbereitet
        Aspekt Prognose Freie Definition.

      • PrognoseIntern

        public static final de.bsvrz.sys.funclib.bitctrl.modell.Aspekt PrognoseIntern
        Aspekt Prognose Intern.

      • Ungeprueft

        public static final de.bsvrz.sys.funclib.bitctrl.modell.Aspekt Ungeprueft
        Aspekt für die ungeprüften Daten der Erfassung.

      • PrognoseResultat

        public static final de.bsvrz.sys.funclib.bitctrl.modell.Aspekt PrognoseResultat
        Aspekt Prognose Resultat.

      • Aggregation2

        public static final de.bsvrz.sys.funclib.bitctrl.modell.Aspekt Aggregation2
        Aspekt Aggregation2.

      • Online

        public static final de.bsvrz.sys.funclib.bitctrl.modell.Aspekt Online
        Online Daten.

    • Method Detail

      • values

        public static de.bsvrz.sys.funclib.bitctrl.modell.Aspekt[] values()
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
      • getPid

        public java.lang.String getPid()
        Specified by:
        getPid in interface de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
      • getSystemObject

        public de.bsvrz.dav.daf.main.config.Aspect getSystemObject()
        Specified by:
        getSystemObject in interface de.bsvrz.sys.funclib.bitctrl.modell.Aspekt
        Specified by:
        getSystemObject in interface de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
        Overrides:
        getSystemObject in class AspektImpl
      • toString

        public java.lang.String toString()
      • init

        public void init​(de.bsvrz.dav.daf.main.config.SystemObject arg0,
                         de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory arg1)
      • getObjektFactory

        public de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory getObjektFactory()
      • equals

        public boolean equals​(java.lang.Object arg0)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getId

        public long getId()
        Specified by:
        getId in interface de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
      • getTyp

        public de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektTyp getTyp()
        Specified by:
        getTyp in interface de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
      • getKonfigurationsBereich

        public de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektBereich getKonfigurationsBereich()
        Specified by:
        getKonfigurationsBereich in interface de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
      • compareTo

        public int compareTo​(de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt arg0)
        Specified by:
        compareTo in interface java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt>