Class LabelledResultsVectorWithThumbnail

Object
LabelledResultsVectorWithThumbnail

public final class LabelledResultsVectorWithThumbnail extends Object
Like a ResultsVectorWithThumbnail but additionally contains labels to describe the calculated results.
Author:
Owen Feehan
  • Constructor Details

    • LabelledResultsVectorWithThumbnail

      public LabelledResultsVectorWithThumbnail(RowLabels labels, ResultsVectorWithThumbnail results)
      Creates a new LabelledResultsVectorWithThumbnail instance.
      Parameters:
      labels - The labels describing the results.
      results - The results vector with an optional thumbnail.
  • Method Details

    • withoutThumbnail

      public LabelledResultsVector withoutThumbnail() throws OperationFailedException
      Exposes as a LabelledResultsVector without a thumbnail.
      Returns:
      a newly created LabelledResultsVector derived from the current object.
      Throws:
      OperationFailedException - if the results vector cannot be retrieved.
    • getLabels

      public RowLabels getLabels()
      The labels describing the results.
    • getResults

      public ResultsVectorWithThumbnail getResults()
      The results vector with an optional thumbnail.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object