Class KappichModellUtil


  • public final class KappichModellUtil
    extends java.lang.Object
    Hilfsklasse für das Kappich-Modell.
    • Method Summary

      Modifier and Type Method Description
      static de.bsvrz.sys.funclib.bitctrl.modell.systemmodellaoe.objekte.AutarkeOrganisationsEinheit getAOE​(de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
      Gibt die autarke Organisationseinheit zurück.
      static de.bsvrz.sys.funclib.bitctrl.modell.systemmodellglobal.objekte.Applikation getApplikation​(de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
      Gibt die lokale Klientapplikation zurück.
      static de.bsvrz.sys.funclib.bitctrl.modell.systemmodellglobal.objekte.Benutzer getBenutzer​(de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
      Gibt den angemeldeten Benutzer für die lokale Applikation zurück.
      static de.bsvrz.sys.funclib.bitctrl.modell.systemmodellglobal.objekte.Datenverteiler getDatenverteiler​(de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
      Gibt den Datenverteiler zurück, mit dem die lokale Applikation verbunden ist.
      static de.bsvrz.sys.funclib.bitctrl.modell.metamodellglobal.attribute.AttJaNein konvertiereBool​(boolean bool)
      Konvertiert einen boolschen Wert von Model in Datenverteiler.
      static boolean konvertiereBool​(de.bsvrz.sys.funclib.bitctrl.modell.metamodellglobal.attribute.AttJaNein jaNein)
      Konvertiert einen boolschen von Datenverteiler in Model.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getAOE

        public static de.bsvrz.sys.funclib.bitctrl.modell.systemmodellaoe.objekte.AutarkeOrganisationsEinheit getAOE​(de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
        Gibt die autarke Organisationseinheit zurück.
        Parameters:
        factory - die Factory von der die AOE gesucht wird.
        Returns:
        die AOE.
      • getApplikation

        public static de.bsvrz.sys.funclib.bitctrl.modell.systemmodellglobal.objekte.Applikation getApplikation​(de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
        Gibt die lokale Klientapplikation zurück.
        Parameters:
        factory - die Factory von der die Klientapplikation gesucht wird.
        Returns:
        die lokale Applikation.
      • getDatenverteiler

        public static de.bsvrz.sys.funclib.bitctrl.modell.systemmodellglobal.objekte.Datenverteiler getDatenverteiler​(de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
        Gibt den Datenverteiler zurück, mit dem die lokale Applikation verbunden ist.
        Parameters:
        factory - die Factory von der der lokale Datenverteiler gesucht wird.
        Returns:
        der Datenverteiler.
      • getBenutzer

        public static de.bsvrz.sys.funclib.bitctrl.modell.systemmodellglobal.objekte.Benutzer getBenutzer​(de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
        Gibt den angemeldeten Benutzer für die lokale Applikation zurück.
        Parameters:
        factory - die Factory von der der lokale Benutzer gesucht wird.
        Returns:
        der lokale Benutzer.
      • konvertiereBool

        public static boolean konvertiereBool​(de.bsvrz.sys.funclib.bitctrl.modell.metamodellglobal.attribute.AttJaNein jaNein)
        Konvertiert einen boolschen von Datenverteiler in Model.
        Parameters:
        jaNein - ein boolscher Wert im Datenverteiler.
        Returns:
        der boolsche Wert im Modell.
      • konvertiereBool

        public static de.bsvrz.sys.funclib.bitctrl.modell.metamodellglobal.attribute.AttJaNein konvertiereBool​(boolean bool)
        Konvertiert einen boolschen Wert von Model in Datenverteiler.
        Parameters:
        bool - ein boolscher Wert im Model.
        Returns:
        der boolsche Wert im Datenverteiler.