Class Intersection

Object
AnchorBean<ObjectMatcher>
InitializableBean<ObjectMatcher, ImageInitialization>
ImageBean<ObjectMatcher>
ObjectMatcher
Intersection

public class Intersection extends ObjectMatcher
An ObjectMatcher that matches objects based on their intersection with a provided set of objects.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<MatchedObject>
    findMatch(ObjectCollection sourceObjects)
     
    ObjectCollectionProvider
    Provider for the objects to intersect with the source objects.
    void
    setObjects(ObjectCollectionProvider objects)
    Provider for the objects to intersect with the source objects.

    Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean

    getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitialization

    Methods inherited from class org.anchoranalysis.bean.AnchorBean

    checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Intersection

      public Intersection()
  • Method Details

    • findMatch

      public List<MatchedObject> findMatch(ObjectCollection sourceObjects) throws OperationFailedException
      Specified by:
      findMatch in class ObjectMatcher
      Throws:
      OperationFailedException
    • getObjects

      public ObjectCollectionProvider getObjects()
      Provider for the objects to intersect with the source objects.
    • setObjects

      public void setObjects(ObjectCollectionProvider objects)
      Provider for the objects to intersect with the source objects.