Uses of Class
model.container.CompositeContainer
Package | Description |
---|---|
controller | |
model.aggregations | |
model.container | |
test | |
view.output |
-
Uses of CompositeContainer in controller
Methods in controller with parameters of type CompositeContainer Modifier and Type Method Description private void
Controller. output(CompositeContainer aggregationResult)
Fetches the selected method of output and outputs the result of the aggregation. -
Uses of CompositeContainer in model.aggregations
Methods in model.aggregations that return CompositeContainer 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 CompositeContainer in model.container
Fields in model.container with type parameters of type CompositeContainer Modifier and Type Field Description private java.util.ArrayList<CompositeContainer>
CompositeContainer. compositums
Methods in model.container that return types with arguments of type CompositeContainer Modifier and Type Method Description java.util.ArrayList<CompositeContainer>
CompositeContainer. getCompositums()
Returns a list of all branches/leaves from this composite.Methods in model.container with parameters of type CompositeContainer Modifier and Type Method Description void
CompositeContainer. addHierarchy(CompositeContainer container)
Adds a branch/leave to the composite. -
Uses of CompositeContainer in test
Fields in test declared as CompositeContainer Modifier and Type Field Description private static CompositeContainer
TestCompositeContainer. dummyCompositeContainer
private static CompositeContainer
TestOutputs. dummyCompositeContainer
-
Uses of CompositeContainer in view.output
Methods in view.output with parameters of type CompositeContainer Modifier and Type Method Description void
IOutput. output(CompositeContainer container)
Outputs the contents of the composite structurevoid
JSONFileWriter. output(CompositeContainer container)
void
SimpleFileWriter. output(CompositeContainer container)
void
TextBoxWriter. output(CompositeContainer container)
private void
SimpleFileWriter. printCompositum(CompositeContainer c, int level)
Forms the output and writes it to the text fileprivate void
TextBoxWriter. printCompositum(CompositeContainer c, int level)
Forms the output with an builder object