Class AnnotationComparisonInputManager<T extends org.anchoranalysis.io.input.InputFromManager>
Object
org.anchoranalysis.bean.AnchorBean<org.anchoranalysis.io.input.bean.InputManager<T>>
org.anchoranalysis.io.input.bean.InputManager<T>
org.anchoranalysis.image.io.bean.stack.reader.InputManagerWithStackReader<AnnotationComparisonInput<T>>
org.anchoranalysis.plugin.annotation.bean.comparison.AnnotationComparisonInputManager<T>
- Type Parameters:
T- the type of input managed, which must extendInputFromManager
public class AnnotationComparisonInputManager<T extends org.anchoranalysis.io.input.InputFromManager> extends org.anchoranalysis.image.io.bean.stack.reader.InputManagerWithStackReader<AnnotationComparisonInput<T>>
An input manager for annotation comparison that extends
InputManagerWithStackReader.-
Constructor Summary
Constructors Constructor Description AnnotationComparisonInputManager() -
Method Summary
Modifier and Type Method Description org.anchoranalysis.annotation.io.bean.comparer.ComparableSourcegetComparerLeft()The comparable source for the left side of the comparison.org.anchoranalysis.annotation.io.bean.comparer.ComparableSourcegetComparerRight()The comparable source for the right side of the comparison.org.anchoranalysis.io.input.bean.InputManager<T>getInput()The input manager for the base input type T.StringgetNameLeft()The name of the left side in the comparison.StringgetNameRight()The name of the right side in the comparison.org.anchoranalysis.io.input.InputsWithDirectory<AnnotationComparisonInput<T>>inputs(org.anchoranalysis.io.input.bean.InputManagerParameters parameters)voidsetComparerLeft(org.anchoranalysis.annotation.io.bean.comparer.ComparableSource comparerLeft)The comparable source for the left side of the comparison.voidsetComparerRight(org.anchoranalysis.annotation.io.bean.comparer.ComparableSource comparerRight)The comparable source for the right side of the comparison.voidsetInput(org.anchoranalysis.io.input.bean.InputManager<T> input)The input manager for the base input type T.voidsetNameLeft(String nameLeft)The name of the left side in the comparison.voidsetNameRight(String nameRight)The name of the right side in the comparison.Methods inherited from class org.anchoranalysis.image.io.bean.stack.reader.InputManagerWithStackReader
getStackReader, setStackReader
-
Constructor Details
-
AnnotationComparisonInputManager
public AnnotationComparisonInputManager()
-
-
Method Details
-
inputs
public org.anchoranalysis.io.input.InputsWithDirectory<AnnotationComparisonInput<T>> inputs(org.anchoranalysis.io.input.bean.InputManagerParameters parameters) throws org.anchoranalysis.io.input.InputReadFailedException- Specified by:
inputsin classorg.anchoranalysis.io.input.bean.InputManager<AnnotationComparisonInput<T extends org.anchoranalysis.io.input.InputFromManager>>- Throws:
org.anchoranalysis.io.input.InputReadFailedException
-
getInput
The input manager for the base input type T. -
setInput
The input manager for the base input type T. -
getNameLeft
The name of the left side in the comparison. -
setNameLeft
The name of the left side in the comparison. -
getNameRight
The name of the right side in the comparison. -
setNameRight
The name of the right side in the comparison. -
getComparerLeft
public org.anchoranalysis.annotation.io.bean.comparer.ComparableSource getComparerLeft()The comparable source for the left side of the comparison. -
setComparerLeft
public void setComparerLeft(org.anchoranalysis.annotation.io.bean.comparer.ComparableSource comparerLeft)The comparable source for the left side of the comparison. -
getComparerRight
public org.anchoranalysis.annotation.io.bean.comparer.ComparableSource getComparerRight()The comparable source for the right side of the comparison. -
setComparerRight
public void setComparerRight(org.anchoranalysis.annotation.io.bean.comparer.ComparableSource comparerRight)The comparable source for the right side of the comparison.
-