start of new file
[IRC.git] / Robust / src / Benchmarks / Conglomerator / Tag / Weather.java
1 public class Weather extends Lookup{
2         public Weather() {
3                 url="warnings.php?wfo=sgx&zone=CAZ042&pil=XXXHWOSGX&productType=Hazardous+Weather+Outlook";
4                 hostname="www.wrh.noaa.gov";
5                 start="Hazardous Weather Outlook";
6                 end="$$";
7         }
8
9 }