Inheritance diagram for kddml.Core.DataSources.PPInternalTableRepositoryFactory:
Public Member Functions | |
PPInternalTableRepositoryFactory (File object) throws KDDMLCoreException | |
kddml.Core.KDDMLObject | newInstance () throws kddml.Core. KDDMLCoreException |
boolean | renameObject (String new_name) |
boolean | removeObject () |
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.
Reimplemented from kddml.Core.DataSources.InternalTableRepositoryFactory. |
|
Rename an object
Reimplemented from kddml.Core.DataSources.InternalTableRepositoryFactory. |
|
Removes this object from the repository.
Reimplemented from kddml.Core.DataSources.InternalTableRepositoryFactory. |