Class EventStationFormatter
java.lang.Object
edu.sc.seis.sod.status.Template
edu.sc.seis.sod.status.StationFormatter
edu.sc.seis.sod.status.waveformArm.EventStationFormatter
- All Implemented Interfaces:
StationTemplate
public class EventStationFormatter extends StationFormatter
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EventStationFormatter(org.w3c.dom.Element el)
-
Method Summary
Modifier and Type Method Description java.lang.Object
getTemplate(java.lang.String name, org.w3c.dom.Element el)
if this class has an template for this tag, it creates it using the passed in element and returns it.void
setEvent(edu.sc.seis.fissuresUtil.cache.CacheEvent ev)
Methods inherited from class edu.sc.seis.sod.status.StationFormatter
getResult, makeNetAndCode, textTemplate
-
Constructor Details
-
Method Details
-
getTemplate
public java.lang.Object getTemplate(java.lang.String name, org.w3c.dom.Element el)Description copied from class:StationFormatter
if this class has an template for this tag, it creates it using the passed in element and returns it. Otherwise it returns null.- Overrides:
getTemplate
in classStationFormatter
-
setEvent
public void setEvent(edu.sc.seis.fissuresUtil.cache.CacheEvent ev)
-