Package | Description |
---|---|
de.citec.tcs.alignment |
This module defines the interface for AlignmentAlgorithms as well as some helper classes.
|
de.citec.tcs.alignment.adp |
This package contains a more general approach to construct
AlignmentAlgorithms by relying on the theoretical concept of Algebraic
Dynamic Programming (ADP) as developed by Giegerich et al.
|
de.citec.tcs.alignment.parallel |
This module provides a very basic support for the parallel
computing of tasks (Engine class) and entries of a matrix (MatrixEngine).
|
Class and Description |
---|
Engine
This is an abstract parent class to calculate generic jobs in parallel and
handle their messages.
|
Engine.CalculationResult
This is a helper class to store results of parallel computations.
|
MatrixEngine
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.
|
Class and Description |
---|
MatrixEngine.MatrixCoordinate
This identifies a coordinate in a matrix as a tuple of row index and
column index.
|
Class and Description |
---|
Engine
This is an abstract parent class to calculate generic jobs in parallel and
handle their messages.
|
Engine.CalculationResult
This is a helper class to store results of parallel computations.
|
MatrixEngine.MatrixCoordinate
This identifies a coordinate in a matrix as a tuple of row index and
column index.
|
ProgressReporter
This is an interface for classes that measure (and report) the progress of a
task with a discrete number of steps.
|
Copyright (C) 2016 Benjamin Paaßen, 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 . This documentation is licensed under the conditions of CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/