Package | Description |
---|---|
net.sf.reportengine.core.algorithm | |
net.sf.reportengine.core.algorithm.report |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMultiStepAlgo |
class |
AlgorithmContainer
A list of algorithms which itself implements the
Algorithm interface. |
Modifier and Type | Method and Description |
---|---|
void |
AlgorithmContainer.addAlgo(AbstractAlgo newAlgo) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteTempIntermFilesAlgo |
class |
DeleteTempSortedFilesAlgo |
class |
LoopThroughTableInputAlgo
This multi step algorithm performs the following operations :
1. transfer the algo input into the context
2. opens the input
3. loops through the reportInput and executes the algorithm steps
4. closes the input
5. transfers the context into algo output (only those specified in the stepToAlgoMapping)
|
class |
MultipleSortedFilesInputAlgo |
Copyright © 2006–2015. All rights reserved.