Uses of Interface
org.anchoranalysis.mpp.io.input.MultiInputSubMap
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.io.input |
Non-beans for reading data structures related to marked point processes from the file system.
|
-
Uses of MultiInputSubMap in org.anchoranalysis.mpp.io.input
Classes in org.anchoranalysis.mpp.io.input that implement MultiInputSubMap Modifier and Type Class Description classOperationMap<T>Stores objects as operations in a map, implementing theMultiInputSubMapinterface.classStackWithMapCombines a Stack with a map of other stacks.Methods in org.anchoranalysis.mpp.io.input that return MultiInputSubMap Modifier and Type Method Description MultiInputSubMap<Dictionary>MultiInput. dictionary()Gets the map ofDictionarys.MultiInputSubMap<Path>MultiInput. filePath()Gets the map ofPaths.MultiInputSubMap<org.anchoranalysis.math.histogram.Histogram>MultiInput. histogram()Gets the map ofHistograms.MultiInputSubMap<MarkCollection>MultiInput. marks()Gets the map ofMarkCollections.MultiInputSubMap<org.anchoranalysis.image.voxel.object.ObjectCollection>MultiInput. objects()Gets the map ofObjectCollections.MultiInputSubMap<TimeSeries>MultiInput. stack()Gets the map ofTimeSeries(stacks).