Class LocalSeismogramTemplate
java.lang.Object
edu.sc.seis.sod.status.Template
edu.sc.seis.sod.status.waveformArm.LocalSeismogramTemplate
-
Nested Class Summary
Nested Classes -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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.static String
getVelocityResult
(String template, CookieJar cookieJar) 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 calledvoid
Methods inherited from class edu.sc.seis.sod.status.Template
getCommonTemplate, parse, parse, setUp
-
Constructor Details
-
LocalSeismogramTemplate
- Throws:
ConfigurationException
-
-
Method Details
-
update
-
textTemplate
Description copied from class:Template
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
-
getVelocityResult
-
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
-