cartago
Interface IEventFilter

All Superinterfaces:
java.io.Serializable

public interface IEventFilter
extends java.io.Serializable

Basic interface that must be implemented by perception filters

Author:
aricci

Method Summary
 boolean select(cartago.events.ArtifactObsEvent p)
          Checks and selects a perception
 

Method Detail

select

boolean select(cartago.events.ArtifactObsEvent p)
Checks and selects a perception

Parameters:
p - perception
Returns:
true if it is selected


>DEIS - University of Bologna