Inheritance diagram for kddml.Core.KDDMLObject:
Public Member Functions | |
abstract boolean | isEmpty () |
abstract void | saveToRepository () throws KDDMLCoreException |
abstract KDDMLObjectType | getType () |
File | getPhysicalObject () |
Protected Member Functions | |
KDDMLObject (java.io.File object_path) |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Proprietary constructor given the file containing the object.
|
|
Tests if the object is empty. This depends on the type of the object. For example, the method can return true if a table do not contain instances or if an association model do not contain association rules.
Implemented in kddml.Core.DataMining.AssociationRules.AssociationModel, kddml.Core.DataMining.ClassificationTrees.TreeModel, kddml.Core.DataMining.Clustering.ClusteringModel, kddml.Core.DataMining.SequentialPatterns.SequenceModel, kddml.Core.DataMining.Taxonomy.HierarchyModel, kddml.Core.DataSources.InternalTable, kddml.Core.KDDQuery, kddml.Core.QueryElement.KDDMLAlgorithm, kddml.Core.QueryElement.XMLSpecialElement, and kddml.Core.Scalar.KDDMLScalar. |
|
Saves the object into the system repository. The destination path is provided by the object_path variable. Throws an exception if a I/O error occurs.
Implemented in kddml.Core.DataMining.AssociationRules.AssociationModel, kddml.Core.DataMining.ClassificationTrees.TreeModel, kddml.Core.DataMining.Clustering.ClusteringModel, kddml.Core.DataMining.SequentialPatterns.SequenceModel, kddml.Core.DataMining.Taxonomy.HierarchyModel, kddml.Core.DataSources.InternalTable, kddml.Core.DataSources.PPInternalTable, kddml.Core.KDDQuery, kddml.Core.QueryElement.KDDMLAlgorithm, kddml.Core.QueryElement.XMLSpecialElement, and kddml.Core.Scalar.KDDMLScalar. |
|
|
It returns the physical file containing the object.
|