Inheritance diagram for kddml.Core.KDDMLObjectRepositoryFactory:
Public Member Functions | |
KDDMLObjectRepositoryFactory (File f) throws KDDMLCoreException | |
boolean | renameObject (String new_name) |
boolean | removeObject () |
Static Public Member Functions | |
static String[] | getObjectNames (File repository_dir) |
static File[] | getObjectFiles (File repository_dir) |
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. The object must exist in the system repository.
|
|
Renames this object.
Reimplemented in kddml.Core.DataSources.InternalTableRepositoryFactory, and kddml.Core.DataSources.PPInternalTableRepositoryFactory. |
|
Removes this object from the repository.
Reimplemented in kddml.Core.DataSources.InternalTableRepositoryFactory, and kddml.Core.DataSources.PPInternalTableRepositoryFactory. |
|
Returns the list of object names given the repository path.
|
|
Returns the list of object files given the repository path.
|
|
Removes all objects from the system repository.
Reimplemented in kddml.Core.DataSources.InternalTableRepositoryFactory. |