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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTemplate
(String name, 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
Methods inherited from class edu.sc.seis.sod.status.Template
getCommonTemplate, parse, parse, setUp
-
Constructor Details
-
EventStationFormatter
- Throws:
ConfigurationException
-
-
Method Details
-
getTemplate
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)
-