Oracle Data Mining Java API Reference
10g Release 1 (10.1)

B12276-01

oracle.dmt.odm.result
Class ApplySourceAttributeItem

java.lang.Object
  |
  +--oracle.dmt.odm.MiningObject
        |
        +--oracle.dmt.odm.result.ApplyContentItem
              |
              +--oracle.dmt.odm.result.ApplySourceAttributeItem
All Implemented Interfaces:
java.io.Serializable

public class ApplySourceAttributeItem
extends ApplyContentItem

An instance of ApplySourceAttributeItem is used to construct a MiningApplyOutput object used for the apply mining operation. It specifies a column of the source table to be replicated in the destination table as the result of apply operation.

See Also:
MiningApplyOutput,
Attribute,
MiningAttribute, Serialized Form

Constructor Summary
ApplySourceAttributeItem(MiningAttribute sourceAttr, Attribute destinationAttr)
          Creates an instance of ApplySourceAttributeItem with the specified source attribute and destination attribute.

 

Method Summary
 MiningAttribute getSourceAttribute()
          Returns the source attribute to appear in the apply output table.

 

Methods inherited from class oracle.dmt.odm.result.ApplyContentItem
getDestinationAttribute

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ApplySourceAttributeItem

public ApplySourceAttributeItem(MiningAttribute sourceAttr,
Attribute destinationAttr)
                         throws InvalidArgumentException
Creates an instance of ApplySourceAttributeItem with the specified source attribute and destination attribute.
Parameters:
sourceAttr - The details of the source mining attribute
destinationAttr - The details of the destination table column
Throws:
InvalidArgumentException - destinationAttr or sourceAttr is invalid.
Method Detail

getSourceAttribute

public MiningAttribute getSourceAttribute()
Returns the source attribute to appear in the apply output table.
Returns:
MiningAttribute - The source attribute

Copyright © 2003 Oracle Corporation. All Rights Reserved.