Uses of Interface
org.anchoranalysis.core.identifier.provider.NamedProvider
Packages that use NamedProvider
Package
Description
A collection of named-elements, a
NamedProvider and related operations.Data structures like
NamedProvider with
supporting for adding new elements.Features shared for referencing among calculations.
Classes that aren't AnchorBeans that pertain to the initialization of image-related beans.
A collection of
Stacks, each with a unique identifier
as a name.Non-bean classes for writing a
Stack to the
filesystem.A time-sequence of
Stacks.Outputting more than one element collectively using a generator.
-
Uses of NamedProvider in org.anchoranalysis.core.identifier.provider
Classes in org.anchoranalysis.core.identifier.provider that implement NamedProviderModifier and TypeClassDescriptionclassNamedProviderBridge<S,T> Exposes elements in aNamedProvideras a different type.classCombines one moreNamedProviders into a unitaryNamedProvider.classNameValueMap<T>Builds a mapping from names to values, givenNameValueinstances.Constructors in org.anchoranalysis.core.identifier.provider with parameters of type NamedProviderModifierConstructorDescriptionNamedProviderBridge(NamedProvider<S> provider, CheckedFunction<S, T, ? extends Exception> bridge) Creates with a particular provider and bridge.NamedProviderBridge(NamedProvider<S> provider, CheckedFunction<S, T, ? extends Exception> bridge, boolean bridgeNulls) Creates a newNamedProviderBridgeinstance.Constructor parameters in org.anchoranalysis.core.identifier.provider with type arguments of type NamedProviderModifierConstructorDescriptionNamedProviderCombine(Stream<NamedProvider<T>> stream) Create from a stream ofNamedProviders. -
Uses of NamedProvider in org.anchoranalysis.core.identifier.provider.store
Subinterfaces of NamedProvider in org.anchoranalysis.core.identifier.provider.storeModifier and TypeInterfaceDescriptioninterfaceANamedProvider, in which items can also be added.Classes in org.anchoranalysis.core.identifier.provider.store that implement NamedProviderModifier and TypeClassDescriptionclassEvaluates items immediately via theStoreSupplieras soon as they are added.classLazily delays evaluating items until when they are first retrieved. -
Uses of NamedProvider in org.anchoranalysis.image.bean.nonbean.init
Methods in org.anchoranalysis.image.bean.nonbean.init that return NamedProviderModifier and TypeMethodDescriptionImageInitialization.combinedStacks()Exposes several entities that have naturalStackrepresentations as a unifiedNamedProvider.Methods in org.anchoranalysis.image.bean.nonbean.init with parameters of type NamedProviderModifier and TypeMethodDescriptionvoidImageInitialization.addObjectsFrom(NamedProvider<ObjectCollection> source) Adds all theObjectCollections available in aNamedProviderusing the corresponding identifiers.voidImageInitialization.addStacksFrom(NamedProvider<Stack> source) Adds all theStacks available in aNamedProviderusing the corresponding identifiers. -
Uses of NamedProvider in org.anchoranalysis.image.core.stack.named
Classes in org.anchoranalysis.image.core.stack.named that implement NamedProviderMethods in org.anchoranalysis.image.core.stack.named that return NamedProviderMethods in org.anchoranalysis.image.core.stack.named with parameters of type NamedProviderModifier and TypeMethodDescriptionvoidNamedStacks.addFrom(NamedProvider<Stack> source) Adds aStackfrom aNamedProvider.voidNamedStacks.addFromWithPrefix(NamedProvider<Stack> source, String prefix) LikeNamedStacks.addFrom(NamedProvider)but additionally adds a prefix to the name when adding. -
Uses of NamedProvider in org.anchoranalysis.image.io.stack.output
Methods in org.anchoranalysis.image.io.stack.output with parameters of type NamedProviderModifier and TypeMethodDescriptionstatic voidNamedStacksOutputter.output(NamedProvider<Stack> stacks, String outputName, boolean suppressSubdirectory, OutputterChecked outputter) Writes all or a subset from a set of named-stacks to a directory as a raster.voidOutputSequenceStackFactory.withoutOrderSubset(NamedProvider<Stack> stacks, String outputName, boolean suppressSubdirectory, OutputterChecked outputter) Writes all or a subset from a set of named-stacks to a directory. -
Uses of NamedProvider in org.anchoranalysis.image.io.stack.time
Classes in org.anchoranalysis.image.io.stack.time that implement NamedProviderModifier and TypeClassDescriptionclassExposes aNamedProviderStore<TimeSeries>as aNamedProviderStore<Stack>by extracting a frame from each series. -
Uses of NamedProvider in org.anchoranalysis.io.generator.collection
Constructors in org.anchoranalysis.io.generator.collection with parameters of type NamedProviderModifierConstructorDescriptionNamedProviderOutputter(NamedProvider<T> provider, Generator<T> generator, OutputterChecked outputter) Creates a newNamedProviderOutputterinstance.