fr.cnes.sirius.validate.parallel
Interface ParallelResult


public interface ParallelResult

Holds results for a ParallelTask implementation.

Since:
1.2
Version:
$Id: ParallelResult.java 17578 2017-05-10 12:20:20Z bignon $
Author:
cardosop

Method Summary
 double[][] getDataAsArray()
          Gets the result data as an array of arrays.
 boolean resultEquals(ParallelResult other)
          Equals-like method for ParallelResult instances.
 

Method Detail

getDataAsArray

double[][] getDataAsArray()
Gets the result data as an array of arrays.

Returns:
an array of arrays of doubles

resultEquals

boolean resultEquals(ParallelResult other)
Equals-like method for ParallelResult instances. Unlike the regular equals() method, this forces the implementation to provide an explicit implementation.

Parameters:
other - other parallel result
Returns:
true when the two implementations are equal, false otherwise


Copyright © 2017 CNES. All Rights Reserved.