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
Stack
s, each with a unique identifier
as a name.Non-bean classes for writing a
Stack
to the
filesystem.A time-sequence of
Stack
s.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 TypeClassDescriptionclass
NamedProviderBridge<S,
T> Exposes elements in aNamedProvider
as a different type.class
Combines one moreNamedProvider
s into a unitaryNamedProvider
.class
NameValueMap<T>
Builds a mapping from names to values, givenNameValue
instances.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 newNamedProviderBridge
instance.Constructor parameters in org.anchoranalysis.core.identifier.provider with type arguments of type NamedProviderModifierConstructorDescriptionNamedProviderCombine
(Stream<NamedProvider<T>> stream) Create from a stream ofNamedProvider
s. -
Uses of NamedProvider in org.anchoranalysis.core.identifier.provider.store
Subinterfaces of NamedProvider in org.anchoranalysis.core.identifier.provider.storeModifier and TypeInterfaceDescriptioninterface
ANamedProvider
, in which items can also be added.Classes in org.anchoranalysis.core.identifier.provider.store that implement NamedProviderModifier and TypeClassDescriptionclass
Evaluates items immediately via theStoreSupplier
as soon as they are added.class
Lazily 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 naturalStack
representations as a unifiedNamedProvider
.Methods in org.anchoranalysis.image.bean.nonbean.init with parameters of type NamedProviderModifier and TypeMethodDescriptionvoid
ImageInitialization.addObjectsFrom
(NamedProvider<ObjectCollection> source) Adds all theObjectCollection
s available in aNamedProvider
using the corresponding identifiers.void
ImageInitialization.addStacksFrom
(NamedProvider<Stack> source) Adds all theStack
s available in aNamedProvider
using 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 TypeMethodDescriptionvoid
NamedStacks.addFrom
(NamedProvider<Stack> source) Adds aStack
from aNamedProvider
.void
NamedStacks.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 void
NamedStacksOutputter.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.void
OutputSequenceStackFactory.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 TypeClassDescriptionclass
Exposes 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 newNamedProviderOutputter
instance.