|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFilter
Defines methods required by filters in the logic system.
Method Summary | |
---|---|
Object |
clone()
Return a clone of this instance. |
List |
fails(List objects)
Return the subset of the given list of objects which fail this filter. |
boolean |
fails(Object object)
Return true if the given object fails this filter. |
boolean |
failsAll(List objects)
Return true if all the objects in the given list fail this filter. |
boolean |
failsOne(List objects)
Return true if at least one of the objects in the given list fail this filter. |
String |
getName()
|
ISentence |
getSentence()
|
List |
passes(List objects)
Return the subset of the given list of objects which pass this filter. |
boolean |
passes(Object object)
Return true if the given object passes this filter. |
boolean |
passesAll(List objects)
Return true if all the objects in the given list pass this filter. |
boolean |
passesOne(List objects)
Return true if at least one of the objects in the given list pass this filter. |
void |
setName(String name)
|
void |
setSentence(ISentence sentence)
|
String |
toString()
Return a string representation of this object. |
Method Detail |
---|
Object clone()
boolean fails(Object object)
List fails(List objects)
boolean failsAll(List objects)
boolean failsOne(List objects)
String getName()
ISentence getSentence()
boolean passes(Object object)
List passes(List objects)
boolean passesAll(List objects)
boolean passesOne(List objects)
void setName(String name)
name
- The name to set.void setSentence(ISentence sentence)
sentence
- The sentence to set.String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |