Package org.anchoranalysis.plugin.io.bean.summarizer.input

Implementations of Summarizer that summarize generically InputFromManagers.
  • Class Summary 
    Class Description
    ExtractIdentifier<T extends org.anchoranalysis.io.input.InputFromManager>
    Extracts the identifier from an InputFromManager to summarize further.
    ExtractIdentifierAndPath<T extends org.anchoranalysis.io.input.InputFromManager>
    Extracts the identifier and path from an InputFromManager to summarize further.
    ExtractPath<T extends org.anchoranalysis.io.input.InputFromManager>
    Extracts a Path from an input to summarize further.
    SummarizerInputFromManager<T extends org.anchoranalysis.io.input.InputFromManager,​S>
    Extracts a particular item from an InputFromManager for further summarization downstream.