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 
 
 
 
  
 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
 
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.
 
 
getSourceAttribute
public MiningAttribute getSourceAttribute()
- Returns the source attribute to appear in the apply output table.
 
- 
- Returns:
 
MiningAttribute - The source attribute