| Package | Description |
|---|---|
| org.dice_research.topicmodeling.concurrent.reporter | |
| org.dice_research.topicmodeling.concurrent.reporter.decorator |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReporter |
class |
LogReporter |
class |
WaitingThreadInterrupter |
| Modifier and Type | Field and Description |
|---|---|
private Reporter[] |
RegularReportTriggerer.reporters
Array of reporters that are triggered.
|
| Constructor and Description |
|---|
RegularReportTriggerer(long timeInterval,
Reporter... reporters)
Constructor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReporterDecorator |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReporterDecorator |
| Modifier and Type | Field and Description |
|---|---|
private Reporter |
AbstractReporterDecorator.reporter |
| Modifier and Type | Method and Description |
|---|---|
Reporter |
ReporterDecorator.getDecorated() |
Reporter |
AbstractReporterDecorator.getDecorated() |
| Constructor and Description |
|---|
AbstractReporterDecorator(Reporter reporter) |
Copyright © 2015–2020. All rights reserved.