Uses of Class
org.anchoranalysis.annotation.io.bean.comparer.ComparableSource
Packages that use ComparableSource
Package
Description
What to compare an annotation (ground truth) against?
-
Uses of ComparableSource in org.anchoranalysis.annotation.io.bean.comparer
Subclasses with type arguments of type ComparableSource in org.anchoranalysis.annotation.io.bean.comparerModifier and TypeClassDescriptionclassA set of elements, loaded from the file-system, to be compared to another set.Methods in org.anchoranalysis.annotation.io.bean.comparer that return types with arguments of type ComparableSourceModifier and TypeMethodDescriptionMultipleComparer.getSources()The other entities to compare with the annotation.Method parameters in org.anchoranalysis.annotation.io.bean.comparer with type arguments of type ComparableSourceModifier and TypeMethodDescriptionvoidMultipleComparer.setSources(List<NamedBean<ComparableSource>> sources) The other entities to compare with the annotation.