See: Description
Interface | Description |
---|---|
ProgressReporter |
This is an interface for classes that measure (and report) the progress of a
task with a discrete number of steps.
|
Class | Description |
---|---|
CommandLineProgressReporter |
This is a default ProgressReporter that writes a notification to the command
line after progressReportStepSize percent of computation are finished.
|
Engine<I extends Comparable<I>,R> |
This is an abstract parent class to calculate generic jobs in parallel and
handle their messages.
|
Engine.CalculationResult<I,R> |
This is a helper class to store results of parallel computations.
|
MatrixEngine<R> |
This is a subclass of the Engine class to enable parallel processing to
calculate the entries of a matrix.
|
MatrixEngine.MatrixCoordinate |
This identifies a coordinate in a matrix as a tuple of row index and
column index.
|
Copyright (C) 2013-2015 Benjamin Paaßen, Georg Zentgraf, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs