Main Page | Class Hierarchy | Class List | Class Members

kddml.Core.DataMining.Taxonomy.HierarchyHashtableFactory Class Reference

Inheritance diagram for kddml.Core.DataMining.Taxonomy.HierarchyHashtableFactory:

kddml.Core.DataMining.Taxonomy.HierarchyProprietaryFactory kddml.Core.DataMining.ModelProprietaryFactory kddml.Core.DataMining.ModelResourceFactory kddml.Core.KDDMLObjectResourceFactory kddml.Core.KDDMLObjectFactory List of all members.

Public Member Functions

 HierarchyHashtableFactory (java.io.File f, String hierarchy_name, DataDictionary dd, String root_name, Hashtable table) throws KDDMLCoreException
KDDMLObject newInstance () throws KDDMLCoreException

Detailed Description

A factory that creates a hierarchy from an input hashtable.

Title: KDDML

Description: Knowledge Discovery in Database Environment

Copyright: Copyright (c) 2003-2005

Company: Universita' di Pisa - Dipartimento di Informatica

Author:
Andrea Romei (romei@di.unipi.it)
Version:
2.0.16


Constructor & Destructor Documentation

kddml.Core.DataMining.Taxonomy.HierarchyHashtableFactory.HierarchyHashtableFactory java.io.File  f,
String  hierarchy_name,
DataDictionary  dd,
String  root_name,
Hashtable  table
throws KDDMLCoreException
 

Constructor.

Parameters:
f File the pysical file containing the object.
hierarchy_name String the hierarchy name.
dd DataDictionary the data dictionary.
root_name String the root node name.
table Hashtable the hashtable representing the hierarchy. The key is the node children; the value is the parent.
Exceptions:
KDDMLCoreException 


Member Function Documentation

KDDMLObject kddml.Core.DataMining.Taxonomy.HierarchyHashtableFactory.newInstance  )  throws KDDMLCoreException [virtual]
 

Returns a new instance of this object. Throws an exception if an error occurs.

Exceptions:
KDDMLCoreException 
Returns:
KDDMLObject

Reimplemented from kddml.Core.DataMining.Taxonomy.HierarchyProprietaryFactory.


Generated on Thu Feb 23 13:04:43 2006 for kddml by  doxygen 1.4.3