Uses of Class
org.anchoranalysis.annotation.io.bean.comparer.ComparableSource
| Package | Description |
|---|---|
| org.anchoranalysis.annotation.io.bean.comparer |
What to compare an annotation (ground truth) against?
|
-
Uses of ComparableSource in org.anchoranalysis.annotation.io.bean.comparer
Methods in org.anchoranalysis.annotation.io.bean.comparer that return types with arguments of type ComparableSource Modifier and Type Method Description List<org.anchoranalysis.bean.NamedBean<ComparableSource>>MultipleComparer. getSources()The other entities to compare with the annotation.Method parameters in org.anchoranalysis.annotation.io.bean.comparer with type arguments of type ComparableSource Modifier and Type Method Description voidMultipleComparer. setSources(List<org.anchoranalysis.bean.NamedBean<ComparableSource>> sources)The other entities to compare with the annotation.