Package adams.flow.core.actorfilter
-
Interface Summary Interface Description ActorFilter Interface for filtering actors. -
Class Summary Class Description AcceptAll Accepts any actor.ExactMatch Accepts actor classes that are in the supplied list of classes.Invert Inverts the matching sense of the base filter.Match Accepts any actor that is compatible with the specified classes (subclasses or implementing interface).SuperclassOrInterface Accepts actor classes that either implement the interface(s) or are derived from the superclass(es).