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
Features.Associating labels with images.
Implementations of
Grouper.InputManagers 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 DerivePathFromDerivePath.selectDerivePath()Selects theDerivePathto 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 TypeMethodDescriptionvoidMultiInputManager.setAppendDictionary(List<NamedBean<DerivePath>> appendDictionary) List of dictionaries to append.voidMultiInputManager.setAppendFilePath(List<NamedBean<DerivePath>> appendFilePath) List of file paths to append.voidMultiInputManager.setAppendHistogram(List<NamedBean<DerivePath>> appendHistogram) List of histograms to append.voidMultiInputManager.setAppendMarks(List<NamedBean<DerivePath>> appendMarks) List of marks to append.voidMultiInputManager.setAppendMarksFromAnnotation(List<NamedBean<DerivePath>> appendMarksFromAnnotation) List of marks from annotations (both accepted and rejected) to append.voidMultiInputManager.setAppendMarksFromAnnotationAcceptedOnly(List<NamedBean<DerivePath>> appendMarksFromAnnotationAcceptedOnly) List of marks from annotations (accepted only) to append.voidMultiInputManager.setAppendMarksFromAnnotationRejectedOnly(List<NamedBean<DerivePath>> appendMarksFromAnnotationRejectedOnly) List of marks from annotations (rejected only) to append.voidMultiInputManager.setAppendObjects(List<NamedBean<DerivePath>> appendObjects) List of object-collections to append to theMultiInput.voidMultiInputManager.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 theMaskto 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 TypeMethodDescriptionvoidMaskAsObject.setDerivePath(DerivePath derivePath) Where to find theMaskto compare, as a function of the source file-path.voidObjects.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 PathPathFromGenerator.derivePath(DerivePath generator, Path pathForBinding) Derives a path using aDerivePathgenerator and a binding path.voidSinglePathStrategy.setPathAnnotation(DerivePath pathAnnotation) Derives the path to the corresponding annotation files, given a path to the image to be annotated.voidMarkProposerStrategy.setPathDefaultMarks(DerivePath pathDefaultMarks) Path to derive default marks from.voidMarkProposerStrategy.setPathDictionary(DerivePath pathDictionary) Path to derive dictionary from.Method parameters in org.anchoranalysis.plugin.annotation.bean.strategy with type arguments of type DerivePathModifier and TypeMethodDescriptionvoidMarkProposerStrategy.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 TypeMethodDescriptionvoidExportFeatures.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 TypeMethodDescriptionvoidImageCSVLabeller.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 TypeMethodDescriptionvoidNamedChannelsAppend.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 TypeMethodDescriptionvoidFilterForExistingFiles.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 TypeClassDescriptionclassRemoves the file-name from a path, but keeps the directories and preserves the file-extension.classAlways generates a constant path irrespective of the the inputclassGenerates an out string where $digit$ is replaced with the #digit group from a regexclassGenerates an outstring of the formclassclassGenerates a file-path by replacing all occurrences of a string-pattern with anotherclassMethods in org.anchoranalysis.plugin.io.bean.path.derive that return DerivePathModifier and TypeMethodDescriptionCollapseFileName.getDerivePath()Called as a delegate to provide asourcePath.RemoveTrailingDirectory.getDerivePath()Rooted.getItem()Methods in org.anchoranalysis.plugin.io.bean.path.derive with parameters of type DerivePathModifier and TypeMethodDescriptionvoidCollapseFileName.setDerivePath(DerivePath derivePath) Called as a delegate to provide asourcePath.voidRemoveTrailingDirectory.setDerivePath(DerivePath derivePath) voidRooted.setItem(DerivePath item)