Package model.aggregations
Interface IAggregate
- All Superinterfaces:
IDescriptor
- All Known Implementing Classes:
AGGREGATE_Ger_Satellite
,AGGREGATE_Radio_Channels
,AGGREGATE_Satellite_Channels_HD
,AGGREGATE_Satellite_Eng_Channel
,AGGREGATE_Satellite_Ger_Channel
,AGGREGATE_Satellite_Transponder_Count_Channels
public interface IAggregate extends IDescriptor
Interface for all aggregation modules inherits
IDescriptor
-
Method Summary
Modifier and Type Method Description CompositeContainer
aggregate(java.util.ArrayList<Satellite> satellitesList)
Creates composite structure to store the aggregate.Methods inherited from interface misc.IDescriptor
getDescription, getName
-
Method Details
-
aggregate
Creates composite structure to store the aggregate.- Parameters:
satellitesList
- list of all Satellite objects- Returns:
- CompositeContainer Root composite container
-