Uses of Class
model.Channel

Packages that use Channel
Package Description
model  
model.aggregations  
test  
  • Uses of Channel in model

    Fields in model with type parameters of type Channel
    Modifier and Type Field Description
    private java.util.ArrayList<Channel> Transponder.channels
    List of channels.
    Methods in model that return types with arguments of type Channel
    Modifier and Type Method Description
    java.util.ArrayList<Channel> Transponder.getChannels()
    Returns a list of channels.
  • Uses of Channel in model.aggregations

    Methods in model.aggregations with parameters of type Channel
    Modifier and Type Method Description
    private boolean AGGREGATE_Satellite_Eng_Channel.isEnglish​(Channel c)
    Returns whether the channel is a english channel.
    private boolean AGGREGATE_Ger_Satellite.isGerman​(Channel c)
    Returns whether the channel is a german channel.
    private boolean AGGREGATE_Satellite_Ger_Channel.isGerman​(Channel c)
    Returns whether the channel is a german channel.
    private boolean AGGREGATE_Satellite_Channels_HD.isHD​(Channel c)
    Returns whether the channel is a HD channel.
    private boolean AGGREGATE_Radio_Channels.isRadio​(Channel c)
    Returns whether the channel is a radio channel.
  • Uses of Channel in test

    Fields in test declared as Channel
    Modifier and Type Field Description
    private static Channel TestModel.c