Class AcceptAllLocatedObjectsFilter
- java.lang.Object
-
- adams.flow.transformer.locateobjects.AcceptAllLocatedObjectsFilter
-
- All Implemented Interfaces:
LocatedObjectFilter
,Serializable
public class AcceptAllLocatedObjectsFilter extends Object implements Serializable, LocatedObjectFilter
Dummy filter that accepts all objects.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AcceptAllLocatedObjectsFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(LocatedObject obj)
Whether to accept the located object.
-
-
-
Method Detail
-
accept
public boolean accept(LocatedObject obj)
Whether to accept the located object.- Specified by:
accept
in interfaceLocatedObjectFilter
- Parameters:
obj
- the object to check- Returns:
- always true
-
-