Class Bridge

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

public class Bridge extends ObjectMatcher
Matches to another object, and then uses that object to bridge to another
Author:
Owen Feehan
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<MatchedObject>
    findMatch(ObjectCollection sourceObjects)
     
    ObjectMatcher
    Used to match each input-object to an intermediary-object
    ObjectMatcher
    Used to match each intermediary-object to a final-object
    void
    setBridgeMatcher(ObjectMatcher bridgeMatcher)
    Used to match each input-object to an intermediary-object
    void
    setObjectMatcher(ObjectMatcher objectMatcher)
    Used to match each intermediary-object to a final-object

    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

    • Bridge

      public Bridge()
  • Method Details

    • findMatch

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

      public ObjectMatcher getBridgeMatcher()
      Used to match each input-object to an intermediary-object
    • setBridgeMatcher

      public void setBridgeMatcher(ObjectMatcher bridgeMatcher)
      Used to match each input-object to an intermediary-object
    • getObjectMatcher

      public ObjectMatcher getObjectMatcher()
      Used to match each intermediary-object to a final-object
    • setObjectMatcher

      public void setObjectMatcher(ObjectMatcher objectMatcher)
      Used to match each intermediary-object to a final-object