Inheritance diagram for kddml.Operators.IO.RepositoryResourceReader.RepositoryResourceReaderResolver:
Public Member Functions | |
final KDDMLObjectType | getArgumentType (int i) |
final kddml.Core.KDDMLObject | execute (Hashtable< String, KDDMLScalarManager > settings, Vector< KDDMLObject > arguments) throws ResolverException, kddml.Core.KDDMLCoreException |
boolean | saveXMLOutput () |
Protected Member Functions | |
abstract kddml.Core.KDDMLObject | importObject (String xml_source) throws ResolverException, kddml.Core.KDDMLCoreException |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Returns the expected type of the i-th argument of the operator. Returns null if the operator do not admit argument as i-th child.
Implements kddml.Operators.OperatorResolver. |
|
Returns the result of evaluating the operator over the passed arguments and attributes.
Implements kddml.Operators.OperatorResolver. |
|
Returns true if the output result must be stored in the system repository. If the method returns false, then the interpreter will not store the result in the system repository. This is required, for example, by the repository loading operators, such as RDA_LOADER or TABLE_LOADER.
Reimplemented from kddml.Operators.OperatorResolver. |
|
Returns the output object identified by the xml source name.
Implemented in kddml.Operators.IO.RepositoryResourceReader.CLUSTER_LOADER_RESOLVER, kddml.Operators.IO.RepositoryResourceReader.HIERARCHY_LOADER_RESOLVER, kddml.Operators.IO.RepositoryResourceReader.PP_TABLE_LOADER_RESOLVER, kddml.Operators.IO.RepositoryResourceReader.RDA_LOADER_RESOLVER, kddml.Operators.IO.RepositoryResourceReader.SEQUENCE_LOADER_RESOLVER, kddml.Operators.IO.RepositoryResourceReader.TABLE_LOADER_RESOLVER, and kddml.Operators.IO.RepositoryResourceReader.TREE_LOADER_RESOLVER. |