Inheritance diagram for kddml.Core.QueryElement.Condition.SEQUENCE_AGGREGATE_FILTER_CONDITION_DESCR:
Public Member Functions | |
String[] | list () |
byte | getTermCardinality (String op_type) |
Protected Member Functions | |
byte | getOpCode (String op_type) |
void | checkTerm1 (String op_type, String term1_value, boolean is_constant) throws XMLSpecialElementException |
void | checkTerm2 (String op_type, String term2_value, boolean is_constant) throws XMLSpecialElementException |
void | checkTerm3 (String op_type, String term3_value, boolean is_constant) throws XMLSpecialElementException |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Returns the list of legal values for the op_type attribute.
Implements kddml.Core.QueryElement.Condition.BaseConditionDescr. |
|
Returns the operator code of the input op_type attribute. Returns -1 if the operator is not supported.
Reimplemented from kddml.Core.QueryElement.Condition.BaseConditionDescr. |
|
Returns the op_type cardinality. Returns 0 if the input operator has not arguments. Returns 1 if the input operator is unary. Returns 2 if the input operator is binary. Returns 3 if the input operatro has three arguments.
Implements kddml.Core.QueryElement.Condition.BaseConditionDescr. |
|
Checks the first term. The first term must be an aggregate function constant such as sum, min, max, avg or stddev.
Implements kddml.Core.QueryElement.Condition.BaseConditionDescr. |
|
Checks the second term. The second term is a numeric attribute.
Implements kddml.Core.QueryElement.Condition.BaseConditionDescr. |
|
Checks the third term. The third term is a numeric constant.
Implements kddml.Core.QueryElement.Condition.BaseConditionDescr. |