| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFilter
A filter checks if an object matches some given description.
| Field Summary | |
|---|---|
| static IFilter | ALWAYSA filter that always matches. | 
| static IFilter | NEVERA filter that never matches. | 
| Method Summary | |
|---|---|
|  boolean | filter(Object object)Match an object against the filter. | 
| Field Detail | 
|---|
static final IFilter NEVER
static final IFilter ALWAYS
| Method Detail | 
|---|
boolean filter(Object object)
               throws Exception
object - The object.
Exception| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.