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 -
Method Summary
Modifier and TypeMethodDescriptionList<MatchedObject> findMatch(ObjectCollection sourceObjects) ObjectMatcherUsed to match each input-object to an intermediary-objectObjectMatcherUsed to match each intermediary-object to a final-objectvoidsetBridgeMatcher(ObjectMatcher bridgeMatcher) Used to match each input-object to an intermediary-objectvoidsetObjectMatcher(ObjectMatcher objectMatcher) Used to match each intermediary-object to a final-objectMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
Bridge
public Bridge()
-
-
Method Details
-
findMatch
public List<MatchedObject> findMatch(ObjectCollection sourceObjects) throws OperationFailedException - Specified by:
findMatchin classObjectMatcher- 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
-