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) booleanWhether aImageMetadataInputis required as an input.Methods inherited from class org.anchoranalysis.plugin.io.bean.summarizer.input.SummarizerInputFromManager
add, describe, getSummarizer, setSummarizerMethods inherited from class org.anchoranalysis.plugin.io.bean.summarizer.Summarizer
addAllMethods 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:
extractFromin classSummarizerInputFromManager<T extends InputFromManager,Path>
-
requiresImageMetadata
public boolean requiresImageMetadata()Description copied from class:SummarizerWhether aImageMetadataInputis required as an input.- Specified by:
requiresImageMetadatain classSummarizer<T extends InputFromManager>- Returns:
- true if the summarize requires
ImageMetadataInputas input, or false if any input is acceptable.
-