Inheritance diagram for kddml.Core.QueryElement.Condition.IF_CONDITION:
Public Member Functions | |
boolean | evalMissingAttribute () |
Protected Member Functions | |
IF_CONDITION (String type, String term1, boolean term1_is_constant, String term2, boolean term2_is_constant, String term3, boolean term3_is_constant) | |
boolean | evalSimpleCase (String op, String[] values) throws XMLSpecialElementException |
boolean | isMetaInstancesOperator () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor.
|
|
Evaluates a simple case expression.
Implements kddml.Core.QueryElement.Condition.BaseCondition. |
|
Returns false it the condition is evaluates on a table instance. Returns true if the op_type is evaluated on the preprocessing data, including preprocessing information such as marks associated to a physical instance value.
Implements kddml.Core.QueryElement.Condition.BaseCondition. |
|
Evaluates the condition if the attribute value is missing. Returns true if the condition is true when a missing attribute value is found. Returns false otherwise.
Implements kddml.Core.QueryElement.Condition.BaseCondition. |