|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface representing filters used to refine Populations
.
Simulation developers implement this interface.
The interface defines a predicate used to refine the membership of a
Population
.
Specifically, the developer supplies an instance of a Filter
implementation
when creating a new Population
instance using
applyFilter
or
rejectFilter
.
Copyright © 2003-2004 The MITRE Corporation
Method Summary | |
boolean |
passesFilter(Entity entity)
Return true if Entity meets developer's criterion. |
Method Detail |
public boolean passesFilter(Entity entity)
true
if Entity
meets developer's criterion.
true
if Entity
meets developer's criterion
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |