Uses of Class
org.anchoranalysis.io.input.bean.path.DerivePath
Packages that use DerivePath
Package
Description
Determines how inputs are aggregated into groups, if at all.
Beans pertaining to manipulating and matching against file-paths.
Beans for reading data structures related to marked point processes from the file system.
Comparing the similarity of annotations from two images to each other.
Strategies for how to annotate an image, such label per image etc.
Tasks pertaining to
Feature
s.Associating labels with images.
Implementations of
Grouper
.InputManager
s that accept a set of
named-channels.Implementations of
FilesProvider
.Implementations of
InputManager
that filter inputs.Implementations of
DerivePath
.-
Uses of DerivePath in org.anchoranalysis.io.input.bean.grouper
Methods in org.anchoranalysis.io.input.bean.grouper that return DerivePathModifier and TypeMethodDescriptionprotected abstract DerivePath
FromDerivePath.selectDerivePath()
Selects theDerivePath
to use for deriving a key. -
Uses of DerivePath in org.anchoranalysis.io.input.bean.path
Subclasses of DerivePath in org.anchoranalysis.io.input.bean.path -
Uses of DerivePath in org.anchoranalysis.mpp.io.bean.input
Methods in org.anchoranalysis.mpp.io.bean.input that return types with arguments of type DerivePathModifier and TypeMethodDescriptionMultiInputManager.getAppendDictionary()
List of dictionaries to append.MultiInputManager.getAppendFilePath()
List of file paths to append.MultiInputManager.getAppendHistogram()
List of histograms to append.MultiInputManager.getAppendMarks()
List of marks to append.MultiInputManager.getAppendMarksFromAnnotation()
List of marks from annotations (both accepted and rejected) to append.MultiInputManager.getAppendMarksFromAnnotationAcceptedOnly()
List of marks from annotations (accepted only) to append.MultiInputManager.getAppendMarksFromAnnotationRejectedOnly()
List of marks from annotations (rejected only) to append.MultiInputManager.getAppendObjects()
List of object-collections to append to theMultiInput
.MultiInputManager.getAppendStack()
List of additional stacks to append.Method parameters in org.anchoranalysis.mpp.io.bean.input with type arguments of type DerivePathModifier and TypeMethodDescriptionvoid
MultiInputManager.setAppendDictionary
(List<NamedBean<DerivePath>> appendDictionary) List of dictionaries to append.void
MultiInputManager.setAppendFilePath
(List<NamedBean<DerivePath>> appendFilePath) List of file paths to append.void
MultiInputManager.setAppendHistogram
(List<NamedBean<DerivePath>> appendHistogram) List of histograms to append.void
MultiInputManager.setAppendMarks
(List<NamedBean<DerivePath>> appendMarks) List of marks to append.void
MultiInputManager.setAppendMarksFromAnnotation
(List<NamedBean<DerivePath>> appendMarksFromAnnotation) List of marks from annotations (both accepted and rejected) to append.void
MultiInputManager.setAppendMarksFromAnnotationAcceptedOnly
(List<NamedBean<DerivePath>> appendMarksFromAnnotationAcceptedOnly) List of marks from annotations (accepted only) to append.void
MultiInputManager.setAppendMarksFromAnnotationRejectedOnly
(List<NamedBean<DerivePath>> appendMarksFromAnnotationRejectedOnly) List of marks from annotations (rejected only) to append.void
MultiInputManager.setAppendObjects
(List<NamedBean<DerivePath>> appendObjects) List of object-collections to append to theMultiInput
.void
MultiInputManager.setAppendStack
(List<NamedBean<DerivePath>> appendStack) List of additional stacks to append. -
Uses of DerivePath in org.anchoranalysis.plugin.annotation.bean.comparer
Methods in org.anchoranalysis.plugin.annotation.bean.comparer that return DerivePathModifier and TypeMethodDescriptionMaskAsObject.getDerivePath()
Where to find theMask
to compare, as a function of the source file-path.Objects.getDerivePath()
Where to find the objects to compare, as a function of the source file-path.Methods in org.anchoranalysis.plugin.annotation.bean.comparer with parameters of type DerivePathModifier and TypeMethodDescriptionvoid
MaskAsObject.setDerivePath
(DerivePath derivePath) Where to find theMask
to compare, as a function of the source file-path.void
Objects.setDerivePath
(DerivePath derivePath) Where to find the objects to compare, as a function of the source file-path. -
Uses of DerivePath in org.anchoranalysis.plugin.annotation.bean.strategy
Methods in org.anchoranalysis.plugin.annotation.bean.strategy that return DerivePathModifier and TypeMethodDescriptionSinglePathStrategy.getPathAnnotation()
Derives the path to the corresponding annotation files, given a path to the image to be annotated.MarkProposerStrategy.getPathDefaultMarks()
Path to derive default marks from.MarkProposerStrategy.getPathDictionary()
Path to derive dictionary from.Methods in org.anchoranalysis.plugin.annotation.bean.strategy that return types with arguments of type DerivePathModifier and TypeMethodDescriptionMarkProposerStrategy.dictionaryDeriver()
Gets the dictionary deriver path if set.MarkProposerStrategy.getAdditionalBackgrounds()
Additional background-stacks that are possible to use while annotating.MarkProposerStrategy.marksDeriver()
Gets the marks deriver path if set.Methods in org.anchoranalysis.plugin.annotation.bean.strategy with parameters of type DerivePathModifier and TypeMethodDescriptionstatic Path
PathFromGenerator.derivePath
(DerivePath generator, Path pathForBinding) Derives a path using aDerivePath
generator and a binding path.void
SinglePathStrategy.setPathAnnotation
(DerivePath pathAnnotation) Derives the path to the corresponding annotation files, given a path to the image to be annotated.void
MarkProposerStrategy.setPathDefaultMarks
(DerivePath pathDefaultMarks) Path to derive default marks from.void
MarkProposerStrategy.setPathDictionary
(DerivePath pathDictionary) Path to derive dictionary from.Method parameters in org.anchoranalysis.plugin.annotation.bean.strategy with type arguments of type DerivePathModifier and TypeMethodDescriptionvoid
MarkProposerStrategy.setAdditionalBackgrounds
(List<DerivePath> additionalBackgrounds) Additional background-stacks that are possible to use while annotating. -
Uses of DerivePath in org.anchoranalysis.plugin.image.task.bean.feature
Methods in org.anchoranalysis.plugin.image.task.bean.feature that return DerivePathModifier and TypeMethodDescriptionExportFeatures.getId()
Translates an input file name to a unique ID.Methods in org.anchoranalysis.plugin.image.task.bean.feature with parameters of type DerivePathModifier and TypeMethodDescriptionvoid
ExportFeatures.setId
(DerivePath id) Translates an input file name to a unique ID. -
Uses of DerivePath in org.anchoranalysis.plugin.image.task.bean.labeller
Methods in org.anchoranalysis.plugin.image.task.bean.labeller that return DerivePathModifier and TypeMethodDescriptionImageCSVLabeller.getPathLabel()
Path to a CSV label file (comma-separated, with header, no quotes).Methods in org.anchoranalysis.plugin.image.task.bean.labeller with parameters of type DerivePathModifier and TypeMethodDescriptionvoid
ImageCSVLabeller.setPathLabel
(DerivePath pathLabel) Path to a CSV label file (comma-separated, with header, no quotes). -
Uses of DerivePath in org.anchoranalysis.plugin.io.bean.grouper
Methods in org.anchoranalysis.plugin.io.bean.grouper that return DerivePath -
Uses of DerivePath in org.anchoranalysis.plugin.io.bean.input.channel
Methods in org.anchoranalysis.plugin.io.bean.input.channel that return types with arguments of type DerivePathMethod parameters in org.anchoranalysis.plugin.io.bean.input.channel with type arguments of type DerivePathModifier and TypeMethodDescriptionvoid
NamedChannelsAppend.setListAppend
(List<NamedBean<DerivePath>> listAppend) -
Uses of DerivePath in org.anchoranalysis.plugin.io.bean.input.files.provider
Methods in org.anchoranalysis.plugin.io.bean.input.files.provider that return types with arguments of type DerivePathMethod parameters in org.anchoranalysis.plugin.io.bean.input.files.provider with type arguments of type DerivePathModifier and TypeMethodDescriptionvoid
FilterForExistingFiles.setPaths
(List<DerivePath> paths) All files need to be present -
Uses of DerivePath in org.anchoranalysis.plugin.io.bean.input.filter
Methods in org.anchoranalysis.plugin.io.bean.input.filter that return DerivePathMethods in org.anchoranalysis.plugin.io.bean.input.filter with parameters of type DerivePath -
Uses of DerivePath in org.anchoranalysis.plugin.io.bean.path.derive
Subclasses of DerivePath in org.anchoranalysis.plugin.io.bean.path.deriveModifier and TypeClassDescriptionclass
Removes the file-name from a path, but keeps the directories and preserves the file-extension.class
Always generates a constant path irrespective of the the inputclass
Generates an out string where $digit$ is replaced with the #digit group from a regexclass
Generates an outstring of the formclass
class
Generates a file-path by replacing all occurrences of a string-pattern with anotherclass
Methods in org.anchoranalysis.plugin.io.bean.path.derive that return DerivePathModifier and TypeMethodDescriptionCollapseFileName.getDerivePath()
Called as a delegate to provide asource
Path
.RemoveTrailingDirectory.getDerivePath()
Rooted.getItem()
Methods in org.anchoranalysis.plugin.io.bean.path.derive with parameters of type DerivePathModifier and TypeMethodDescriptionvoid
CollapseFileName.setDerivePath
(DerivePath derivePath) Called as a delegate to provide asource
Path
.void
RemoveTrailingDirectory.setDerivePath
(DerivePath derivePath) void
Rooted.setItem
(DerivePath item)