Inheritance diagram for kddml.Core.Scalar.KDDMLScalarManager:
Public Member Functions | |
Object | getScalarValue () throws KDDMLScalarException |
void | setScalarType (KDDMLScalarType t) |
KDDMLScalarType | getScalarType () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Returns the evaluation of expression related to this scalar. The output value depends on the type of the scalar.
Implemented in kddml.Core.Scalar.KDDMLScalar. |
|
Sets the type to this scalar object.
Implemented in kddml.Core.Scalar.KDDMLScalar. |
|
Returns the type related to this scalar object. The type belongs to a type returned by the KDDMLScalarTypeEnum enumeration.
Implemented in kddml.Core.Scalar.KDDMLScalar. |