Package | Description |
---|---|
org.anchoranalysis.annotation.io.bean.comparer |
What to compare an annotation (ground truth) against?
|
org.anchoranalysis.bean |
Defining, loading, initializing Anchor Beans.
|
org.anchoranalysis.core.identifier.name |
Data structures for name (String) and value associations.
|
org.anchoranalysis.core.identifier.provider |
A collection of named-elements, a
NamedProvider and related operations. |
org.anchoranalysis.feature.shared |
Features shared for referencing among calculations.
|
org.anchoranalysis.io.generator.combined |
Combining multiple generators into one.
|
Modifier and Type | Method and Description |
---|---|
List<NameValue<Stack>> |
MultipleComparer.createComparisonStacks(AnnotationWithMarks annotation,
DisplayStack background,
Path annotationPath,
ColorScheme colorScheme,
Path modelDirectory,
OperationContext context,
boolean debugMode)
|
Modifier and Type | Class and Description |
---|---|
class |
NamedBean<T extends AnchorBean<?>>
A bean with an associated textual name.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleNameValue<V>
A simple container expressing a name-value pair.
|
Modifier and Type | Method and Description |
---|---|
int |
ComparatorOrderByName.compare(NameValue<V> arg0,
NameValue<V> arg1) |
int |
ComparatorOrderByName.compare(NameValue<V> arg0,
NameValue<V> arg1) |
Modifier and Type | Method and Description |
---|---|
Iterator<NameValue<T>> |
NameValueMap.iterator() |
java.util.stream.Stream<NameValue<T>> |
NameValueMap.stream()
Exposes the elements in the set as a stream.
|
Modifier and Type | Method and Description |
---|---|
void |
NameValueMap.add(NameValue<T> value)
Adds an element.
|
Constructor and Description |
---|
NameValueMap(Iterable<? extends NameValue<T>> list)
Creates and populates with elements from an
Iterable . |
Modifier and Type | Method and Description |
---|---|
Iterator<NameValue<Feature<FeatureInput>>> |
SharedFeatures.iterator() |
Constructor and Description |
---|
CombinedListGenerator(NameValue<Generator<T>> namedGenerator) |
Constructor and Description |
---|
CombinedListGenerator(java.util.stream.Stream<NameValue<Generator<T>>> namedGenerators) |
Copyright © 2010–2022 Owen Feehan, ETH Zurich, University of Zurich, Hoffmann-La Roche. All rights reserved.