Class ObjectMatcher

Direct Known Subclasses:
Always, Bridge, Intersection

public abstract class ObjectMatcher extends ImageBean<ObjectMatcher>
Matches an object with other objects.
Author:
Owen Feehan
  • Constructor Details

    • ObjectMatcher

      public ObjectMatcher()
  • Method Details

    • findMatch

      public abstract List<MatchedObject> findMatch(ObjectCollection sourceObjects) throws OperationFailedException
      Finds matches for objects.
      Parameters:
      sourceObjects - a collection of objects, each of whom is considered a possible match.
      Returns:
      a list of each object from sourceObjects with corresponding matches (element order remains unchanged).
      Throws:
      OperationFailedException - if find process cannot successfully complete.