Package edu.sc.seis.sod.velocity.network
Class VelocityInstrumentation
- java.lang.Object
-
- edu.sc.seis.sod.velocity.network.VelocityInstrumentation
-
public class VelocityInstrumentation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VelocityInstrumentation(NetworkSource source, edu.iris.Fissures.network.ChannelImpl chan)
lazily loaded instrumentation for velocity templates.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDataLoggerModel()
VelocitySensitivity
getSensitivity()
java.lang.String
getSensorModel()
java.lang.String
toString()
-
-
-
Constructor Detail
-
VelocityInstrumentation
public VelocityInstrumentation(NetworkSource source, edu.iris.Fissures.network.ChannelImpl chan)
lazily loaded instrumentation for velocity templates.
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getSensitivity
public VelocitySensitivity getSensitivity()
-
getSensorModel
public java.lang.String getSensorModel()
-
getDataLoggerModel
public java.lang.String getDataLoggerModel()
-
-