edu.sc.seis.sod.velocity.seismogram
Class VelocityRequest
java.lang.Object
edu.sc.seis.sod.velocity.seismogram.VelocityRequest
public class VelocityRequest
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VelocityRequest
public VelocityRequest(RequestFilter rf,
Channel chan)
VelocityRequest
public VelocityRequest(RequestFilter rf,
VelocityChannel chan)
getBegin
public MicroSecondDate getBegin()
getBegin
public java.lang.String getBegin(java.lang.String dateFormat)
getEnd
public MicroSecondDate getEnd()
getEnd
public java.lang.String getEnd(java.lang.String dateFormat)
getChannel
public VelocityChannel getChannel()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
wrap
public static java.util.List<VelocityRequest> wrap(RequestFilter[] original,
Channel chan)
wrap
public static java.util.List<java.util.List<VelocityRequest>> wrap(RequestFilter[][] original,
ChannelGroup channelGroup)