Public Member Functions | |
String | toString () |
Static Public Attributes | |
static final SetOperator | IN = new SetOperator() |
static final SetOperator | NOT_IN = new SetOperator() |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Returns a representation of this object as string.
|
|
The set operator 'Is Is' which becomes true if the value of the attribute is one of the specified set. (e.g., color IN { red, green }) |
|
The set operator 'Is Not In' which becomes true if the value of the attribute is not one of the specified set. (e.g., color NOT IN { white, black }) |