public class MockChannel
extends java.lang.Object
Constructor and Description |
---|
MockChannel() |
Modifier and Type | Method and Description |
---|---|
static ChannelImpl |
createChannel() |
static ChannelImpl |
createChannel(Location location) |
static ChannelImpl |
createChannel(Site site) |
static ChannelImpl |
createChannel(Station station) |
static ChannelImpl |
createChannel(Station station,
java.lang.String siteCode,
java.lang.String chanCode) |
static ChannelImpl[] |
createChannelsAtLocs(Location[] locs) |
static ChannelImpl |
createChannelWithId(ChannelId chanId) |
static ChannelImpl |
createEastChannel() |
static ChannelGroup |
createGroup() |
static ChannelImpl[] |
createMotionVector() |
static ChannelImpl[] |
createMotionVector(Station station) |
static ChannelImpl |
createNorthChannel() |
static ChannelImpl |
createOtherNetChan() |
static ChannelImpl |
createOtherSiteSameStationChan() |
public static ChannelImpl createChannel()
public static ChannelImpl createNorthChannel()
public static ChannelImpl createEastChannel()
public static ChannelImpl createOtherSiteSameStationChan()
public static ChannelImpl createOtherNetChan()
public static ChannelImpl[] createChannelsAtLocs(Location[] locs)
public static ChannelImpl createChannel(Location location)
public static ChannelImpl createChannel(Site site)
public static ChannelImpl createChannel(Station station)
public static ChannelImpl createChannel(Station station, java.lang.String siteCode, java.lang.String chanCode)
public static ChannelImpl createChannelWithId(ChannelId chanId)
public static ChannelImpl[] createMotionVector()
public static ChannelImpl[] createMotionVector(Station station)
public static ChannelGroup createGroup()