Class LabelledResultsVectorWithThumbnail
Object
LabelledResultsVectorWithThumbnail
Like a
ResultsVectorWithThumbnail
but additionally contains labels to describe the
calculated results.- Author:
- Owen Feehan
-
Constructor Summary
ConstructorsConstructorDescriptionLabelledResultsVectorWithThumbnail
(RowLabels labels, ResultsVectorWithThumbnail results) Creates a newLabelledResultsVectorWithThumbnail
instance. -
Method Summary
Modifier and TypeMethodDescriptionboolean
The labels describing the results.The results vector with an optional thumbnail.int
hashCode()
toString()
Exposes as aLabelledResultsVector
without a thumbnail.
-
Constructor Details
-
LabelledResultsVectorWithThumbnail
Creates a newLabelledResultsVectorWithThumbnail
instance.- Parameters:
labels
- The labels describing the results.results
- The results vector with an optional thumbnail.
-
-
Method Details
-
withoutThumbnail
Exposes as aLabelledResultsVector
without a thumbnail.- Returns:
- a newly created
LabelledResultsVector
derived from the current object. - Throws:
OperationFailedException
- if the results vector cannot be retrieved.
-
getLabels
The labels describing the results. -
getResults
The results vector with an optional thumbnail. -
equals
-
hashCode
public int hashCode() -
toString
-