| Package | Description |
|---|---|
| net.anotheria.moskito.core.accumulation | |
| net.anotheria.moskito.core.helper | |
| net.anotheria.moskito.core.threshold |
| Modifier and Type | Class and Description |
|---|---|
class |
AccumulatorDefinition
The definition of an Accumulator.
|
class |
AutoAccumulatorDefinition
The definition class for pattern based automatical accumulation definition.
|
| Modifier and Type | Method and Description |
|---|---|
protected Accumulator |
AccumulatorRepository.create(TieableDefinition def) |
Accumulator |
AccumulatorRepository.createAccumulator(TieableDefinition def) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTieable<D extends TieableDefinition>
Base class for Tieables with common functionality.
|
| Modifier and Type | Method and Description |
|---|---|
TieableDefinition |
Tieable.getDefinition()
Returns the definition of this tieable.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
TieableRepository.create(TieableDefinition def) |
T |
TieableRepository.createTieable(TieableDefinition definition) |
void |
TieableRepository.removeTieable(TieableDefinition def) |
| Modifier and Type | Class and Description |
|---|---|
class |
ThresholdDefinition
This class defines a threshold for programmatically creating a new threshold.
|
| Modifier and Type | Method and Description |
|---|---|
protected Threshold |
ThresholdRepository.create(TieableDefinition def)
Creates a new threshold.
|
Copyright © 2010-2020 anotheria.net. All Rights Reserved.