com.informatica.powercenter.sdk.mapfwk.core
Class LinkByMappingStrategy

java.lang.Object
  extended by com.informatica.powercenter.sdk.mapfwk.core.LinkByMappingStrategy
All Implemented Interfaces:
LinkStrategy

public class LinkByMappingStrategy
extends java.lang.Object
implements LinkStrategy

This class is to make a link between ports which are defined in Hashtable


Constructor Summary
LinkByMappingStrategy(java.util.Map map)
           
 
Method Summary
 java.util.Vector linkup(RowSet inrs)
          Create a link between fields of RowSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkByMappingStrategy

public LinkByMappingStrategy(java.util.Map map)
Method Detail

linkup

public java.util.Vector linkup(RowSet inrs)
Description copied from interface: LinkStrategy
Create a link between fields of RowSet

Specified by:
linkup in interface LinkStrategy
Parameters:
inrs - RowSet object
Returns:
Vector of PortDef objects