Uses of Interface
org.anchoranalysis.mpp.io.input.MultiInputSubMap
Packages that use MultiInputSubMap
Package
Description
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 MultiInputSubMapModifier and TypeClassDescriptionclass
OperationMap<T>
Stores objects as operations in a map, implementing theMultiInputSubMap
interface.class
Combines a Stack with a map of other stacks.Methods in org.anchoranalysis.mpp.io.input that return MultiInputSubMapModifier and TypeMethodDescriptionMultiInput.dictionary()
Gets the map ofDictionary
s.MultiInput.filePath()
Gets the map ofPath
s.MultiInput.histogram()
Gets the map ofHistogram
s.MultiInput.marks()
Gets the map ofMarkCollection
s.MultiInput.objects()
Gets the map ofObjectCollection
s.MultiInput.stack()
Gets the map ofTimeSeries
(stacks).