Uses of Class
org.anchoranalysis.plugin.annotation.bean.comparison.assigner.AnnotationComparisonAssigner
Packages that use AnnotationComparisonAssigner
Package
Description
Task to compare a set of annotations to a segmentation or another set of annotations.
Pairs annotations from two different sets, creating an assignment of some type.
-
Uses of AnnotationComparisonAssigner in org.anchoranalysis.plugin.annotation.bean.comparison
Methods in org.anchoranalysis.plugin.annotation.bean.comparison that return AnnotationComparisonAssignerModifier and TypeMethodDescriptionCompareAnnotations.getAssigner()
The assigner used for annotation comparison.Methods in org.anchoranalysis.plugin.annotation.bean.comparison with parameters of type AnnotationComparisonAssignerModifier and TypeMethodDescriptionvoid
CompareAnnotations.setAssigner
(AnnotationComparisonAssigner<T> assigner) The assigner used for annotation comparison. -
Uses of AnnotationComparisonAssigner in org.anchoranalysis.plugin.annotation.bean.comparison.assigner
Subclasses of AnnotationComparisonAssigner in org.anchoranalysis.plugin.annotation.bean.comparison.assignerModifier and TypeClassDescriptionclass
Assigns an objects from one set of objects to another based upon a cost (degree of overlap).class
No outputs are produced.