edu.sc.seis.fissuresUtil.mockFissures.IfNetwork
Class MockChannelId

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.mockFissures.IfNetwork.MockChannelId

public class MockChannelId
extends java.lang.Object


Constructor Summary
MockChannelId()
           
 
Method Summary
static ChannelId createChanId(java.lang.String chanCode, Site site)
           
static ChannelId createEastChanId()
           
static ChannelId createNorthChanId()
           
static ChannelId createOtherNetChanId()
           
static ChannelId createOtherSiteSameStationChanId()
           
static ChannelId createVerticalChanId()
           
static ChannelId makeChanId(Time time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockChannelId

public MockChannelId()
Method Detail

createVerticalChanId

public static ChannelId createVerticalChanId()

createNorthChanId

public static ChannelId createNorthChanId()

createEastChanId

public static ChannelId createEastChanId()

createOtherNetChanId

public static ChannelId createOtherNetChanId()

createOtherSiteSameStationChanId

public static ChannelId createOtherSiteSameStationChanId()

createChanId

public static ChannelId createChanId(java.lang.String chanCode,
                                     Site site)

makeChanId

public static ChannelId makeChanId(Time time)