BaseCondition(String op_type, String term1, boolean term1_is_constant, String term2, boolean term2_is_constant, String term3, boolean term3_is_constant) | kddml.Core.QueryElement.Condition.BaseCondition | |
checkConditionValidity() | kddml.Core.QueryElement.Condition.BaseCondition | [virtual] |
evalCond(weka.core.Instance instance, weka.core.Instance meta_instance) | kddml.Core.QueryElement.Condition.BaseCondition | |
kddml::Core::QueryElement::Condition::Condition::evalCond(Instance relational_instance, Instance preprocessing_instance) | kddml.Core.QueryElement.Condition.ConditionResolver | [pure virtual] |
evalEqual(String v1, String v2) | kddml.Core.QueryElement.Condition.BaseCondition | [protected] |
evalGreater(String v1, String v2) | kddml.Core.QueryElement.Condition.BaseCondition | [protected] |
evalGreaterOrEqual(String v1, String v2) | kddml.Core.QueryElement.Condition.BaseCondition | [protected] |
evalLess(String v1, String v2) | kddml.Core.QueryElement.Condition.BaseCondition | [protected] |
evalLessOrEqual(String v1, String v2) | kddml.Core.QueryElement.Condition.BaseCondition | [protected] |
evalMissingAttribute() | kddml.Core.QueryElement.Condition.PP_REMOVE_ROWS_CONDITION | [protected, virtual] |
evalNotEqual(String v1, String v2) | kddml.Core.QueryElement.Condition.BaseCondition | [protected] |
evalSimpleCase(String op, String[] values) | kddml.Core.QueryElement.Condition.PP_REMOVE_ROWS_CONDITION | [protected, virtual] |
getConditionDescription() | kddml.Core.QueryElement.Condition.BaseCondition | |
getPhysicalObject() | kddml.Core.KDDMLObject | |
getType() | kddml.Core.QueryElement.Condition.Condition | [virtual] |
isEmpty() | kddml.Core.QueryElement.XMLSpecialElement | [virtual] |
isMetaInstancesOperator() | kddml.Core.QueryElement.Condition.PP_REMOVE_ROWS_CONDITION | [protected, virtual] |
KDDMLObject(java.io.File object_path) | kddml.Core.KDDMLObject | [protected] |
PP_REMOVE_ROWS_CONDITION(String type, String term1, boolean term1_is_constant, String term2, boolean term2_is_constant, String term3, boolean term3_is_constant) | kddml.Core.QueryElement.Condition.PP_REMOVE_ROWS_CONDITION | [protected] |
saveHTML() | kddml.Core.QueryElement.XMLSpecialElement | [virtual] |
saveToRepository() | kddml.Core.QueryElement.XMLSpecialElement | [virtual] |