| Package | Description |
|---|---|
| net.sf.reportengine.core.algorithm | |
| net.sf.reportengine.core.algorithm.report | |
| net.sf.reportengine.core.steps | |
| net.sf.reportengine.util |
| Modifier and Type | Method and Description |
|---|---|
Object |
DefaultAlgorithmContext.get(StepIOKeys key)
gets the value whithin the context having the specified identifier
|
Object |
AlgoContext.get(StepIOKeys key)
gets a value from the context
|
void |
DefaultAlgorithmContext.set(StepIOKeys key,
Object value) |
void |
AlgoContext.set(StepIOKeys key,
Object obj)
adds the pair (key, object) in the report context
|
| Constructor and Description |
|---|
AbstractMultiStepAlgo(String algorithmName,
Map<StepIOKeys,AlgoIOKeys> stepToAlgoOutputMapping) |
| Constructor and Description |
|---|
LoopThroughTableInputAlgo(String algorithmName,
Map<StepIOKeys,AlgoIOKeys> stepToAlgoOutputMapping) |
MultipleSortedFilesInputAlgo(String algorithmName,
Map<StepIOKeys,AlgoIOKeys> stepToAlgoOutputMapping) |
| Modifier and Type | Method and Description |
|---|---|
StepIOKeys |
StepResult.getKey() |
| Modifier and Type | Method and Description |
|---|---|
Object |
StepInput.getContextParam(StepIOKeys key) |
| Constructor and Description |
|---|
StepResult(StepIOKeys key,
U value) |
| Modifier and Type | Method and Description |
|---|---|
static StepIOKeys |
StepIOKeys.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepIOKeys[] |
StepIOKeys.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<StepIOKeys,AlgoIOKeys> |
StepAlgoKeyMapBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
StepAlgoKeyMapBuilder |
StepAlgoKeyMapBuilder.add(StepIOKeys stepKey,
AlgoIOKeys algoKey) |
Copyright © 2006–2015. All rights reserved.