Class ResultsVectorWithThumbnail

Object
org.anchoranalysis.plugin.image.task.feature.ResultsVectorWithThumbnail

public final class ResultsVectorWithThumbnail
extends Object
A results-vector with an optional thumbnail associated with it.
Author:
Owen Feehan
  • Constructor Summary

    Constructors 
    Constructor Description
    ResultsVectorWithThumbnail​(org.anchoranalysis.core.functional.checked.CheckedSupplier<org.anchoranalysis.feature.results.ResultsVector,​org.anchoranalysis.core.exception.OperationFailedException> resultsVector)
    Creates a new instance with a results vector and no thumbnail.
    ResultsVectorWithThumbnail​(org.anchoranalysis.core.functional.checked.CheckedSupplier<org.anchoranalysis.feature.results.ResultsVector,​org.anchoranalysis.core.exception.OperationFailedException> resultsVector, org.anchoranalysis.core.functional.checked.CheckedSupplier<Optional<org.anchoranalysis.image.core.stack.DisplayStack>,​org.anchoranalysis.core.exception.OperationFailedException> thumbnail)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(Object o)  
    org.anchoranalysis.core.functional.checked.CheckedSupplier<org.anchoranalysis.feature.results.ResultsVector,​org.anchoranalysis.core.exception.OperationFailedException> getResultsVector()
    Supplier for the ResultsVector.
    org.anchoranalysis.core.functional.checked.CheckedSupplier<Optional<org.anchoranalysis.image.core.stack.DisplayStack>,​org.anchoranalysis.core.exception.OperationFailedException> getThumbnail()
    Supplier for the optional thumbnail DisplayStack.
    int hashCode()  
    String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ResultsVectorWithThumbnail

      public ResultsVectorWithThumbnail​(org.anchoranalysis.core.functional.checked.CheckedSupplier<org.anchoranalysis.feature.results.ResultsVector,​org.anchoranalysis.core.exception.OperationFailedException> resultsVector)
      Creates a new instance with a results vector and no thumbnail.
      Parameters:
      resultsVector - supplier for the ResultsVector.
    • ResultsVectorWithThumbnail

      public ResultsVectorWithThumbnail​(org.anchoranalysis.core.functional.checked.CheckedSupplier<org.anchoranalysis.feature.results.ResultsVector,​org.anchoranalysis.core.exception.OperationFailedException> resultsVector, org.anchoranalysis.core.functional.checked.CheckedSupplier<Optional<org.anchoranalysis.image.core.stack.DisplayStack>,​org.anchoranalysis.core.exception.OperationFailedException> thumbnail)
  • Method Details

    • getResultsVector

      public org.anchoranalysis.core.functional.checked.CheckedSupplier<org.anchoranalysis.feature.results.ResultsVector,​org.anchoranalysis.core.exception.OperationFailedException> getResultsVector()
      Supplier for the ResultsVector.
    • getThumbnail

      public org.anchoranalysis.core.functional.checked.CheckedSupplier<Optional<org.anchoranalysis.image.core.stack.DisplayStack>,​org.anchoranalysis.core.exception.OperationFailedException> getThumbnail()
      Supplier for the optional thumbnail DisplayStack.
    • 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