Inheritance diagram for kddml.Core.QueryElement.KDDMLAlgorithm:
Public Member Functions | |
KDDMLAlgorithm (String alg_name, Vector< String > formal_params, Vector< String > actual_params) | |
KDDMLAlgorithm (Element element) throws kddml.Core.KDDMLCoreException | |
java.util.Enumeration | getActualParameters () |
java.util.Enumeration | getFormalParameters () |
String | getAlgorithmName () |
int | getNumParameters () |
kddml.Core.KDDMLObjectType | getType () |
boolean | isEmpty () |
void | saveToRepository () throws KDDMLCoreException |
String | toString () |
void | saveHTML () throws KDDMLCoreException |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor given the algorthm name and the list of formal and actual parameters.
|
|
Constructor given the XML element.
|
|
Returns an enumeration of actual parameters. Actual parameters and formal parameters match.
|
|
Returns an enumeration of formal parameters. Actual parameters and formal parameters match.
|
|
Returns the algorithm name.
|
|
Returns the number of algorithm parameters.
|
|
It returns the type of this object.
Implements kddml.Core.KDDMLObject. |
|
Tests if the object is empty.
Reimplemented from kddml.Core.QueryElement.XMLSpecialElement. |
|
Saves the object into the system repository. The destination path is provided by the object_path variable. Throws an exception if a I/O error occurs.
Reimplemented from kddml.Core.QueryElement.XMLSpecialElement. |
|
Returns a representation of this object as string.
|
|
Saves the object in the system repository as HTML document. The object cannot be stored in the system repository as HTML document. The method throws an exception.
Reimplemented from kddml.Core.QueryElement.XMLSpecialElement. |