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. satelliteListMethods 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 CompositeContainerAGGREGATE_Ger_Satellite. aggregate(java.util.ArrayList<Satellite> satellitesList)CompositeContainerAGGREGATE_Radio_Channels. aggregate(java.util.ArrayList<Satellite> satellitesList)CompositeContainerAGGREGATE_Satellite_Channels_HD. aggregate(java.util.ArrayList<Satellite> satellitesList)CompositeContainerAGGREGATE_Satellite_Eng_Channel. aggregate(java.util.ArrayList<Satellite> satellitesList)CompositeContainerAGGREGATE_Satellite_Ger_Channel. aggregate(java.util.ArrayList<Satellite> satellitesList)CompositeContainerAGGREGATE_Satellite_Transponder_Count_Channels. aggregate(java.util.ArrayList<Satellite> satellitesList)CompositeContainerIAggregate. 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 SatelliteTestModel. satelliteFields in test with type parameters of type Satellite Modifier and Type Field Description (package private) static java.util.ArrayList<Satellite>TestAggregations. satelliteListprivate static java.util.ArrayList<Satellite>TestModel. satelliteList