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

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

public class MockChannel
extends java.lang.Object


Constructor Summary
MockChannel()
           
 
Method Summary
static ChannelImpl createChannel()
           
static ChannelImpl createChannel(Location location)
           
static ChannelImpl createChannel(Site site)
           
static ChannelImpl createChannel(Station station)
           
static ChannelImpl[] createChannelsAtLocs(Location[] locs)
           
static ChannelImpl createEastChannel()
           
static ChannelGroup createGroup()
           
static ChannelImpl[] createMotionVector()
           
static ChannelImpl[] createMotionVector(Station station)
           
static ChannelImpl createNorthChannel()
           
static ChannelImpl createOtherNetChan()
           
static ChannelImpl createOtherSiteSameStationChan()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockChannel

public MockChannel()
Method Detail

createChannel

public static ChannelImpl createChannel()

createNorthChannel

public static ChannelImpl createNorthChannel()

createEastChannel

public static ChannelImpl createEastChannel()

createOtherSiteSameStationChan

public static ChannelImpl createOtherSiteSameStationChan()

createOtherNetChan

public static ChannelImpl createOtherNetChan()

createChannelsAtLocs

public static ChannelImpl[] createChannelsAtLocs(Location[] locs)

createChannel

public static ChannelImpl createChannel(Location location)

createChannel

public static ChannelImpl createChannel(Site site)

createChannel

public static ChannelImpl createChannel(Station station)

createMotionVector

public static ChannelImpl[] createMotionVector()

createMotionVector

public static ChannelImpl[] createMotionVector(Station station)

createGroup

public static ChannelGroup createGroup()