public class Prognose
extends java.lang.Object
Constructor and Description |
---|
Prognose(PrognoseBaustelle baustelle) |
Modifier and Type | Method and Description |
---|---|
void |
addSchritt(PrognoseSchritt schritt) |
void |
addStau(PrognostizierterStau stau) |
PrognoseBaustelle |
getBaustelle() |
java.util.List<PrognoseSchritt> |
getSchritte() |
java.util.List<PrognostizierterStau> |
getStaus() |
public Prognose(PrognoseBaustelle baustelle)
public void addSchritt(PrognoseSchritt schritt)
public void addStau(PrognostizierterStau stau)
public PrognoseBaustelle getBaustelle()
public java.util.List<PrognoseSchritt> getSchritte()
public java.util.List<PrognostizierterStau> getStaus()