|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A base class to provide a way to filter a data source bassed on attributes, or on shapes.
Method Summary | |
boolean |
contains(Record inRecord)
Determines if this record should or should not be returned as part of the resulting dataset. |
java.lang.String |
getFilterName()
Returns a name for this filter. |
Node |
getNode()
Get the configuration information for the filter. |
void |
setNode(Node inNode)
Set the configuration information in the filter. |
Method Detail |
public boolean contains(Record inRecord)
Returns True if the record should be included, and returns False if it should not.
public java.lang.String getFilterName()
public Node getNode()
public void setNode(Node inNode) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |