Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


oracle.dmt.jdm.task
Interface OraTransformationTaskFactory

All Superinterfaces:
javax.datamining.Factory

public interface OraTransformationTaskFactory
extends javax.datamining.Factory

A factory class that creates instances of OraTranformationTask.


Method Summary
 OraTransformationTask create(OraTransformation transformation)
          Creates the instance of OraTransformationTask with the specified the transformation.
 OraTransformationTask create(java.lang.String transformSeq, boolean useTransformDefinitionTables)
          Creates the instance of OraTransformationTask with the specified transformation sequenece name.

 

Method Detail

create

public OraTransformationTask create(OraTransformation transformation)
                             throws javax.datamining.JDMException
Creates the instance of OraTransformationTask with the specified the transformation.
Parameters:
transformation - instance of transformation to be executed in the task.
Throws:
javax.datamining.JDMException

create

public OraTransformationTask create(java.lang.String transformSeq,
                                    boolean useTransformDefinitionTables)
                             throws javax.datamining.JDMException
Creates the instance of OraTransformationTask with the specified transformation sequenece name. User can specify whether to use transformation definition tables pre-specified at the time of creating transform objects.
Parameters:
transformSeq - name of the task sequence that is saved in the DME
useTransformDefinitionTables - boolean flag to indicate whether to use specified transformation definition tables or not.
Returns:
Throws:
javax.datamining.JDMException
Since:
OJDM 11.1.0

Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


Copyright © 2005-2007 Oracle. All rights reserved.