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 voidController. 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 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 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. compositumsMethods 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 voidCompositeContainer. 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 CompositeContainerTestCompositeContainer. dummyCompositeContainerprivate static CompositeContainerTestOutputs. dummyCompositeContainer -
Uses of CompositeContainer in view.output
Methods in view.output with parameters of type CompositeContainer Modifier and Type Method Description voidIOutput. output(CompositeContainer container)Outputs the contents of the composite structurevoidJSONFileWriter. output(CompositeContainer container)voidSimpleFileWriter. output(CompositeContainer container)voidTextBoxWriter. output(CompositeContainer container)private voidSimpleFileWriter. printCompositum(CompositeContainer c, int level)Forms the output and writes it to the text fileprivate voidTextBoxWriter. printCompositum(CompositeContainer c, int level)Forms the output with an builder object