Class EventStationGroupTemplate
java.lang.Object
edu.sc.seis.sod.status.Template
edu.sc.seis.sod.status.waveformArm.EventStationGroupTemplate
- All Implemented Interfaces:
EventTemplate
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetResult
(edu.sc.seis.fissuresUtil.cache.CacheEvent ev) protected Object
getTemplate
(String tag, Element el) if this class has an template for this tag, it creates it using the passed in element and returns it.protected Object
textTemplate
(String text) returns an object of the template type that this class uses, and returns the passed in text when the getResult method of that template type is calledMethods inherited from class edu.sc.seis.sod.status.Template
getCommonTemplate, parse, parse, setUp
-
Constructor Details
-
EventStationGroupTemplate
- Throws:
ConfigurationException
-
-
Method Details
-
getTemplate
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 classTemplate
- Throws:
ConfigurationException
-
textTemplate
returns an object of the template type that this class uses, and returns the passed in text when the getResult method of that template type is called- Specified by:
textTemplate
in classTemplate
-
getResult
- Specified by:
getResult
in interfaceEventTemplate
-