-
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.
|
-
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.
|
-
Fields in test declared as Channel
Modifier and Type |
Field |
Description |
private static Channel |
TestModel.c |
|