Package model.aggregations
Class AGGREGATE_Satellite_Eng_Channel
java.lang.Object
model.aggregations.AGGREGATE_Satellite_Eng_Channel
- All Implemented Interfaces:
- IDescriptor,- IAggregate
public class AGGREGATE_Satellite_Eng_Channel extends java.lang.Object implements IAggregate
Aggregates all Satellites with english channels implements
 
IAggregate.- 
Field SummaryFields Modifier and Type Field Description private static java.lang.StringDESCRIPTIONprivate static java.lang.StringNAME
- 
Constructor SummaryConstructors Constructor Description AGGREGATE_Satellite_Eng_Channel()
- 
Method SummaryModifier and Type Method Description CompositeContaineraggregate(java.util.ArrayList<Satellite> satellitesList)Creates composite structure to store the aggregate.java.lang.StringgetDescription()Returns description of implemented module.java.lang.StringgetName()Returns decent name of class.private booleanisEnglish(Channel c)Returns whether the channel is a english channel.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
NAMEprivate static final java.lang.String NAME- See Also:
- Constant Field Values
 
- 
DESCRIPTIONprivate static final java.lang.String DESCRIPTION- See Also:
- Constant Field Values
 
 
- 
- 
Constructor Details- 
AGGREGATE_Satellite_Eng_Channelpublic AGGREGATE_Satellite_Eng_Channel()
 
- 
- 
Method Details- 
aggregateDescription copied from interface:IAggregateCreates composite structure to store the aggregate.- Specified by:
- aggregatein interface- IAggregate
- Parameters:
- satellitesList- list of all Satellite objects
- Returns:
- CompositeContainer Root composite container
 
- 
isEnglishReturns whether the channel is a english channel.- Parameters:
- c- Channel object
- Returns:
- whether the channel is a english channel or not
 
- 
getNamepublic java.lang.String getName()Description copied from interface:IDescriptorReturns decent name of class.- Specified by:
- getNamein interface- IDescriptor
- Returns:
- Decent name of class
 
- 
getDescriptionpublic java.lang.String getDescription()Description copied from interface:IDescriptorReturns description of implemented module.- Specified by:
- getDescriptionin interface- IDescriptor
- Returns:
- Description
 
 
-