Class ObjectFilterCombine

Object
AnchorBean<ObjectFilter>
InitializableBean<ObjectFilter, ImageInitialization>
ImageBean<ObjectFilter>
ObjectFilter
ObjectFilterCombine
Direct Known Subclasses:
And, Or

public abstract class ObjectFilterCombine extends ObjectFilter
A filter that combines other filters (in a list)
Author:
Owen Feehan
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<ObjectFilter>
    A list of other filters from which the sub-classes implement filtering behaviour.
    void
    setList(List<ObjectFilter> list)
    A list of other filters from which the sub-classes implement filtering behaviour.

    Methods inherited from class org.anchoranalysis.image.bean.object.ObjectFilter

    filter

    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

    • ObjectFilterCombine

      public ObjectFilterCombine()
  • Method Details

    • getList

      public List<ObjectFilter> getList()
      A list of other filters from which the sub-classes implement filtering behaviour.
    • setList

      public void setList(List<ObjectFilter> list)
      A list of other filters from which the sub-classes implement filtering behaviour.