public class AvailibilityViewer
extends java.lang.Object
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.
|
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() |
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)
connection
- Verbindung zum Datenverteilerobjects
- die zu betrachtenden SystemobjekteattributeGroup
- die Attributgruppeaspect
- der zu betrachtende AspektsimulationVariant
- die Simulationsvariantepublic void setReceiverRole(de.bsvrz.dav.daf.main.ReceiverRole receiverRole)
receiverRole
- die Empfängerrollepublic void show()
public java.lang.String toString()
toString
in class java.lang.Object