Class ExtractPath<T extends InputFromManager>
- Type Parameters:
T
- input-type
Extracts a
Path
from an input to summarize further.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractFrom
(T input) boolean
Whether aImageMetadataInput
is required as an input.Methods inherited from class org.anchoranalysis.plugin.io.bean.summarizer.input.SummarizerInputFromManager
add, describe, getSummarizer, setSummarizer
Methods inherited from class org.anchoranalysis.plugin.io.bean.summarizer.Summarizer
addAll
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
ExtractPath
public ExtractPath()
-
-
Method Details
-
extractFrom
- Specified by:
extractFrom
in classSummarizerInputFromManager<T extends InputFromManager,
Path>
-
requiresImageMetadata
public boolean requiresImageMetadata()Description copied from class:Summarizer
Whether aImageMetadataInput
is required as an input.- Specified by:
requiresImageMetadata
in classSummarizer<T extends InputFromManager>
- Returns:
- true if the summarize requires
ImageMetadataInput
as input, or false if any input is acceptable.
-