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 booleanequals(Object o)org.anchoranalysis.core.functional.checked.CheckedSupplier<org.anchoranalysis.feature.results.ResultsVector,org.anchoranalysis.core.exception.OperationFailedException>getResultsVector()Supplier for theResultsVector.org.anchoranalysis.core.functional.checked.CheckedSupplier<Optional<org.anchoranalysis.image.core.stack.DisplayStack>,org.anchoranalysis.core.exception.OperationFailedException>getThumbnail()Supplier for the optional thumbnailDisplayStack.inthashCode()StringtoString()
-
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 theResultsVector.
-
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 theResultsVector. -
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 thumbnailDisplayStack. -
equals
-
hashCode
public int hashCode() -
toString
-