Inheritance diagram for kddml.Core.DataSources.InternalTableRepositoryFactory:
Public Member Functions | |
InternalTableRepositoryFactory (File object) throws KDDMLCoreException | |
kddml.Core.KDDMLObject | newInstance () throws kddml.Core. KDDMLCoreException |
boolean | renameObject (String new_name) |
boolean | removeObject () |
Static Public Member Functions | |
static void | removeAll (File repository_dir) |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor given the physical file refering the object.
|
|
Returns a new instance of this object. Throws an exception if an error occurs.
Implements kddml.Core.KDDMLObjectFactory. Reimplemented in kddml.Core.DataSources.PPInternalTableRepositoryFactory. |
|
Rename an object
Reimplemented from kddml.Core.KDDMLObjectRepositoryFactory. Reimplemented in kddml.Core.DataSources.PPInternalTableRepositoryFactory. |
|
Removes this object from the repository.
Reimplemented from kddml.Core.KDDMLObjectRepositoryFactory. Reimplemented in kddml.Core.DataSources.PPInternalTableRepositoryFactory. |
|
Removes all objects from the system repository.
Reimplemented from kddml.Core.KDDMLObjectRepositoryFactory. |