Uses of Class
org.anchoranalysis.annotation.io.assignment.OverlappingObjects
Packages that use OverlappingObjects
Package
Description
A pairing of objects from two collections (bipartite matching).
Pairs annotations from two different sets, creating an assignment of some type.
-
Uses of OverlappingObjects in org.anchoranalysis.annotation.io.assignment
Methods in org.anchoranalysis.annotation.io.assignment that return OverlappingObjectsModifier and TypeMethodDescriptionAssignOverlappingObjects.createAssignment(ObjectCollection left, ObjectCollection right, double maxAcceptedCost, Dimensions dimensions) Creates an assignment from the objects inleftto those inright.static OverlappingObjectsOverlappingObjects.createWithLeftUnassigned(ObjectCollection objects) Creates with only left unassigned objects.static OverlappingObjectsOverlappingObjects.createWithRight(ObjectCollection objects) Creates with only right unassigned objects. -
Uses of OverlappingObjects in org.anchoranalysis.plugin.annotation.bean.comparison.assigner
Methods in org.anchoranalysis.plugin.annotation.bean.comparison.assigner that return OverlappingObjectsModifier and TypeMethodDescriptionFeatureCostAssigner.createAssignment(ObjectsToCompare objectsToCompare, Dimensions dimensions, boolean useMIP, InputOutputContext context) Methods in org.anchoranalysis.plugin.annotation.bean.comparison.assigner that return types with arguments of type OverlappingObjects