Uses of Class
de.bsvrz.kex.isis.isis.BisInterface.BaustellenZustand

Packages that use BisInterface.BaustellenZustand
de.bsvrz.kex.isis.isis   
de.bsvrz.kex.isis.isis.impl   
 

Uses of BisInterface.BaustellenZustand in de.bsvrz.kex.isis.isis
 

Methods in de.bsvrz.kex.isis.isis that return BisInterface.BaustellenZustand
 BisInterface.BaustellenZustand BaustelleInterface.getBaustellenZustand()
          Liefert den Zustand der Baustelle (BisInterface.BaustellenZustand).
static BisInterface.BaustellenZustand BisInterface.BaustellenZustand.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BisInterface.BaustellenZustand[] BisInterface.BaustellenZustand.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.bsvrz.kex.isis.isis with parameters of type BisInterface.BaustellenZustand
 void BaustelleInterface.aendereBaustellenZustand(BisInterface.BaustellenZustand baustellenZustand)
          Setzt (ändert) den Zustand eines Baustellenobjekts auf Seiten der VRZ.
 long BisInterface.erzeugeBaustelle(String pid, String name, String info, long vonZeitpunkt, long dauer, OrtsReferenzStrassenSegmentUndOffsetInterface ortsReferenz, long laenge, BisInterface.BaustellenZustand baustellenZustand, int engpassKapazitaet, BaustellenVerantwortlicherInterface baustellenVerantwortlicher)
          Erzeugt ein neues Baustellenobjekt (typ.baustelle) auf Seiten der VRZ.
 

Uses of BisInterface.BaustellenZustand in de.bsvrz.kex.isis.isis.impl
 

Fields in de.bsvrz.kex.isis.isis.impl declared as BisInterface.BaustellenZustand
(package private)  BisInterface.BaustellenZustand BaustellenEreignis.zustand
          der Baustellenzustand, zu dem dieses Ereignis angelegt wurde.
private  BisInterface.BaustellenZustand Baustelle.zustandBaustelle
          Neuer Zustand der Baustelle.
 

Methods in de.bsvrz.kex.isis.isis.impl that return BisInterface.BaustellenZustand
 BisInterface.BaustellenZustand Baustelle.getBaustellenZustand()
          Liefert den Zustand der Baustelle (BisInterface.BaustellenZustand).
protected  BisInterface.BaustellenZustand BaustellenEreignis.getZustand()
          Gibt den zum Ereignis gehörenden Baustellenzustand zurück.
 

Methods in de.bsvrz.kex.isis.isis.impl with parameters of type BisInterface.BaustellenZustand
 void Baustelle.aendereBaustellenZustand(BisInterface.BaustellenZustand baustellenZustand)
          Setzt (ändert) den Zustand eines Baustellenobjekts auf Seiten der VRZ.
 long AbstractBIS.erzeugeBaustelle(String pid, String name, String info, long vonZeitpunkt, long dauer, OrtsReferenzStrassenSegmentUndOffsetInterface ortsReferenz, long laenge, BisInterface.BaustellenZustand baustellenZustand, int engpassKapazitaet, BaustellenVerantwortlicherInterface baustellenVerantwortlicher)
          Erzeugt ein neues Baustellenobjekt (typ.baustelle) auf Seiten der VRZ.
 de.bsvrz.sys.funclib.bitctrl.modell.verkehr.zustaende.BaustellenStatus Baustelle.getDavBaustellenStatus(BisInterface.BaustellenZustand bisZustand)
          Konvertiert den Baustellzustand des BIS-Interface in den zugehörigen Zustand am DAV.
 boolean BaustellenEreignisFactory.istEreignis(BisInterface.BaustellenZustand zustand)
          Test, ob der Baustellenzustand das Anlegen eines Ereignisses erfordert.
private  void Baustelle.setBaustellenZustand(BisInterface.BaustellenZustand neuerZustand)
          Setzt den Zustand der Baustelle.
 

Constructors in de.bsvrz.kex.isis.isis.impl with parameters of type BisInterface.BaustellenZustand
Baustelle(String info, long vonZeitpunkt, long dauer, OrtsReferenzStrassenSegmentUndOffsetInterface ortsReferenz, long laenge, BisInterface.BaustellenZustand baustellenZustand, int engpassKapazitaet, BaustellenVerantwortlicherInterface baustellenVerantwortlicher, de.bsvrz.dav.daf.main.ClientDavInterface dav, de.bsvrz.dav.daf.main.config.SystemObject objekt)
          Erzeugt ein neues Baustellenobjekt (typ.baustelle) auf Seiten der VRZ.
BaustellenEreignis(BisInterface.BaustellenZustand zustand, de.bsvrz.sys.funclib.bitctrl.modell.kalender.objekte.Ereignis ereignis)
          Erzeugt ein Baustellenereignis.