Main Page | Class Hierarchy | Class List | Class Members

kddml.Core.KDDMLObjectResourceFactory Class Reference

Inheritance diagram for kddml.Core.KDDMLObjectResourceFactory:

kddml.Core.KDDMLObjectFactory kddml.Core.DataMining.ModelResourceFactory kddml.Core.DataSources.InternalTableResourceFactory kddml.Core.DataMining.ModelExternalFactory kddml.Core.DataMining.ModelProprietaryFactory kddml.Core.DataSources.InternalTableExternalFactory kddml.Core.DataSources.InternalTableProprietaryFactory kddml.Core.DataMining.AssociationRules.AssociationExternalFactory kddml.Core.DataMining.ClassificationTrees.ClassificationExternalFactory kddml.Core.DataMining.Clustering.ClusteringExternalFactory kddml.Core.DataMining.SequentialPatterns.SequenceExternalFactory kddml.Core.DataMining.Taxonomy.HierarchyExternalFactory kddml.Core.DataMining.AssociationRules.AssociationProprietaryFactory kddml.Core.DataMining.ClassificationTrees.ClassificationProprietaryFactory kddml.Core.DataMining.Clustering.ClusteringProprietaryFactory kddml.Core.DataMining.SequentialPatterns.SequenceProprietaryFactory kddml.Core.DataMining.Taxonomy.HierarchyProprietaryFactory kddml.Core.DataSources.ARFFFactory kddml.Core.DataSources.DataBaseFactory kddml.Core.DataSources.PrologFactory kddml.Core.DataSources.WekaFactory List of all members.

Public Member Functions

 KDDMLObjectResourceFactory (java.io.File f) throws KDDMLCoreException
void setOverwrite (boolean overwrite)
boolean existObject ()

Detailed Description

The common superclass for external source factory. An external source factory loads the KDDMLObject from an external source (e.g. PMML document, database, file ARFF) or give a proprietary method to build a new table or model.

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.KDDMLObjectResourceFactory.KDDMLObjectResourceFactory java.io.File  f  )  throws KDDMLCoreException
 

Constructor given the physical file containing the object.

Parameters:
f File the file containing the reference to the physical object.
Exceptions:
KDDMLCoreException an exception if the file cannot be found.


Member Function Documentation

void kddml.Core.KDDMLObjectResourceFactory.setOverwrite boolean  overwrite  ) 
 

Sets the overwrite method about the object if it already exist in the physical repository. By default, the overwrite method is off.

Parameters:
overwrite boolean if true, the overwrite procedure is active.

boolean kddml.Core.KDDMLObjectResourceFactory.existObject  ) 
 

Returns true if the object already exists in the repository. False otherwise.

Returns:
boolean


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