Uses of Class
model.Satellite
Package | Description |
---|---|
controller | |
model.aggregations | |
test |
-
Uses of Satellite in controller
Fields in controller with type parameters of type Satellite Modifier and Type Field Description private java.util.ArrayList<Satellite>
Controller. satelliteList
Methods in controller that return types with arguments of type Satellite Modifier and Type Method Description static java.util.ArrayList<Satellite>
JSONLoader. getSatelliteList(java.lang.String file)
Creates Satellite, Transponder and Channel objects with the correct hierarchy. -
Uses of Satellite in model.aggregations
Method parameters in model.aggregations with type arguments of type Satellite Modifier and Type Method Description CompositeContainer
AGGREGATE_Ger_Satellite. aggregate(java.util.ArrayList<Satellite> satellitesList)
CompositeContainer
AGGREGATE_Radio_Channels. aggregate(java.util.ArrayList<Satellite> satellitesList)
CompositeContainer
AGGREGATE_Satellite_Channels_HD. aggregate(java.util.ArrayList<Satellite> satellitesList)
CompositeContainer
AGGREGATE_Satellite_Eng_Channel. aggregate(java.util.ArrayList<Satellite> satellitesList)
CompositeContainer
AGGREGATE_Satellite_Ger_Channel. aggregate(java.util.ArrayList<Satellite> satellitesList)
CompositeContainer
AGGREGATE_Satellite_Transponder_Count_Channels. aggregate(java.util.ArrayList<Satellite> satellitesList)
CompositeContainer
IAggregate. aggregate(java.util.ArrayList<Satellite> satellitesList)
Creates composite structure to store the aggregate. -
Uses of Satellite in test
Fields in test declared as Satellite Modifier and Type Field Description private static Satellite
TestModel. satellite
Fields in test with type parameters of type Satellite Modifier and Type Field Description (package private) static java.util.ArrayList<Satellite>
TestAggregations. satelliteList
private static java.util.ArrayList<Satellite>
TestModel. satelliteList