Class AvailibilityViewer


  • public class AvailibilityViewer
    extends java.lang.Object
    Implementiert den Dialog, der dem Benutzer die Datenverfügbarkeit anzeigt und eine Objektauswahl gestattet.
    • Constructor Summary

      Constructors 
      Constructor Description
      AvailibilityViewer​(ApplicationInterface application, de.bsvrz.dav.daf.main.ClientDavInterface connection, java.util.List<de.bsvrz.dav.daf.main.config.SystemObject> objects, de.bsvrz.dav.daf.main.config.AttributeGroup attributeGroup, de.bsvrz.dav.daf.main.config.Aspect aspect, int simulationVariant)
      Konstruktor, der anhand der Datenidentifikation sich beim Datenverteiler anmeldet und die Daten in Tabellenform darstellt.
    • Method Summary

      Modifier and Type Method Description
      void setReceiverRole​(de.bsvrz.dav.daf.main.ReceiverRole receiverRole)
      Setzt die Empfängerrolle.
      void show()
      Zeigt den Viewer an.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AvailibilityViewer

        public AvailibilityViewer​(ApplicationInterface application,
                                  de.bsvrz.dav.daf.main.ClientDavInterface connection,
                                  java.util.List<de.bsvrz.dav.daf.main.config.SystemObject> objects,
                                  de.bsvrz.dav.daf.main.config.AttributeGroup attributeGroup,
                                  de.bsvrz.dav.daf.main.config.Aspect aspect,
                                  int simulationVariant)
        Konstruktor, der anhand der Datenidentifikation sich beim Datenverteiler anmeldet und die Daten in Tabellenform darstellt.
        Parameters:
        connection - Verbindung zum Datenverteiler
        objects - die zu betrachtenden Systemobjekte
        attributeGroup - die Attributgruppe
        aspect - der zu betrachtende Aspekt
        simulationVariant - die Simulationsvariante
    • Method Detail

      • setReceiverRole

        public void setReceiverRole​(de.bsvrz.dav.daf.main.ReceiverRole receiverRole)
        Setzt die Empfängerrolle.
        Parameters:
        receiverRole - die Empfängerrolle
      • show

        public void show()
        Zeigt den Viewer an.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object