Uses of Interface
org.anchoranalysis.core.identifier.name.NameValue
Packages that use NameValue
Package
Description
What to compare an annotation (ground truth) against?
Defining, loading, initializing Anchor Beans.
Data structures for name (String) and value associations.
A collection of named-elements, a
NamedProvider
and related operations.Features shared for referencing among calculations.
Combining multiple generators into one.
-
Uses of NameValue in org.anchoranalysis.annotation.io.bean.comparer
Methods in org.anchoranalysis.annotation.io.bean.comparer that return types with arguments of type NameValueModifier and TypeMethodDescriptionMultipleComparer.createComparisonStacks
(AnnotationWithMarks annotation, DisplayStack background, Path annotationPath, ColorScheme colorScheme, Path modelDirectory, OperationContext context, boolean debugMode) -
Uses of NameValue in org.anchoranalysis.bean
Classes in org.anchoranalysis.bean that implement NameValueModifier and TypeClassDescriptionclass
NamedBean<T extends AnchorBean<?>>
A bean with an associated textual name.Method parameters in org.anchoranalysis.bean with type arguments of type NameValue -
Uses of NameValue in org.anchoranalysis.core.identifier.name
Classes in org.anchoranalysis.core.identifier.name that implement NameValueModifier and TypeClassDescriptionfinal class
A simple container expressing a name-value pair.Methods in org.anchoranalysis.core.identifier.name with parameters of type NameValue -
Uses of NameValue in org.anchoranalysis.core.identifier.provider
Methods in org.anchoranalysis.core.identifier.provider that return types with arguments of type NameValueModifier and TypeMethodDescriptionNameValueMap.iterator()
NameValueMap.stream()
Exposes the elements in the set as a stream.Methods in org.anchoranalysis.core.identifier.provider with parameters of type NameValueConstructor parameters in org.anchoranalysis.core.identifier.provider with type arguments of type NameValueModifierConstructorDescriptionNameValueMap
(Iterable<? extends NameValue<T>> list) Creates and populates with elements from anIterable
. -
Uses of NameValue in org.anchoranalysis.io.generator.combined
Constructors in org.anchoranalysis.io.generator.combined with parameters of type NameValueModifierConstructorDescriptionCombinedListGenerator
(NameValue<Generator<T>> namedGenerator) Create from a single named generator.Constructor parameters in org.anchoranalysis.io.generator.combined with type arguments of type NameValueModifierConstructorDescriptionCombinedListGenerator
(Stream<NameValue<Generator<T>>> namedGenerators) Create from a stream of named generators.