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

B12276-01

oracle.dmt.odm.result
Class ApplyContentItem

java.lang.Object
  |
  +--oracle.dmt.odm.MiningObject
        |
        +--oracle.dmt.odm.result.ApplyContentItem
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ApplyContentOptionItem, ApplyMultipleScoringItem, ApplyRuleItem, ApplySourceAttributeItem, ApplyTargetProbabilityItem

public abstract class ApplyContentItem
extends MiningObject

The abstract class ApplyContentItem represents an item to be included as part of the apply output. It is a common superclass for objects that describe the data to be output in a column in the apply output table.

Since:
9.0.1
See Also:
MiningApplyOutput, MiningApplyTask, Serialized Form

Method Summary
 Attribute getDestinationAttribute()
          Returns the destination attribute (i.e., a column in the apply output table) of this apply content item.

 

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

 

Method Detail

getDestinationAttribute

public Attribute getDestinationAttribute()
Returns the destination attribute (i.e., a column in the apply output table) of this apply content item.
Returns:
Attribute - The destination attribute to appear in the apply output table.

Copyright © 2003 Oracle Corporation. All Rights Reserved.