public class MatrixEngine
extends java.lang.Object
| Constructor and Description | 
|---|
| MatrixEngine(MetricsEngine me)Creates a new matrix engine. | 
| Modifier and Type | Method and Description | 
|---|---|
| MatrixData | calculate(Matrix matrix)Calculates a relation matrix. | 
| MetricsEngine | getMetricsEngine()Returns the metrics engine that this matrix engine uses. | 
public MatrixEngine(MetricsEngine me)
me - The metrics engine to be used for the calculation.public MetricsEngine getMetricsEngine()
public MatrixData calculate(Matrix matrix) throws SDMetricsException
matrix - Definition of the matrix to calculate.SDMetricsException - An error occurred during the calculation of
         the matrix.