Package adams.flow.core.actorfilter
Class AcceptAll
- java.lang.Object
-
- adams.flow.core.actorfilter.AcceptAll
-
- All Implemented Interfaces:
ActorFilter
,Serializable
public class AcceptAll extends Object implements ActorFilter
Accepts any actor.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AcceptAll()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(Actor actor)
Returns whether the actor should be kept.
-
-
-
Method Detail
-
accept
public boolean accept(Actor actor)
Returns whether the actor should be kept.- Specified by:
accept
in interfaceActorFilter
- Parameters:
actor
- the actor to check- Returns:
- always true
-
-