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

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

public class LinkByPositionStrategy
extends java.lang.Object
implements LinkStrategy

This class is to make a links between ports by position


Constructor Summary
LinkByPositionStrategy(java.util.Vector vOutFields)
          Constrctutor with Vector of Field objects used in
 
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

LinkByPositionStrategy

public LinkByPositionStrategy(java.util.Vector vOutFields)
Constrctutor with Vector of Field objects used in

Parameters:
vOutFields - Vector of Field objects
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