Inheritance diagram for kddml.Core.Scalar.KDDMLScalar:
Public Member Functions | |
KDDMLScalar (java.io.File physical_path, String value) | |
KDDMLScalar (String value) | |
KDDMLObjectType | getType () |
void | setScalarType (KDDMLScalarType t) |
KDDMLScalarType | getScalarType () |
boolean | isEmpty () |
void | saveToRepository () throws kddml.Core.KDDMLCoreException |
String | toString () |
void | saveHTML () throws KDDMLCoreException |
Object | getScalarValue () throws KDDMLScalarException |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor to represent KDDMLScalar objects.
|
|
Constructor used to represent XML attribute vaues.
|
|
Returns the type of the object.
Implements kddml.Core.KDDMLObject. |
|
Sets the type to this scalar object.
Implements kddml.Core.Scalar.KDDMLScalarManager. |
|
Returns the type related to this scalar object. The type belongs to a type returned by the KDDMLScalarTypeEnum enumeration.
Implements kddml.Core.Scalar.KDDMLScalarManager. |
|
Tests if the object is empty.
Implements kddml.Core.KDDMLObject. |
|
Saves the object in the system repository. The destination path is provided by the object_path variable. If it is null, the method do nothing.
Implements kddml.Core.KDDMLObject. |
|
Returns a representation of this scalar as string.
|
|
Saves the object in the system repository as HTML document. The destination path is provided by the object_path variable. If it is null, the method do nothing.
Implements kddml.Core.HTMLTranslator. |
|
Returns the evaluation of expression related to this scalar. The output value depends on the type of the scalar.
Implements kddml.Core.Scalar.KDDMLScalarManager. |