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

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

public class LinkByNameStrategy
extends java.lang.Object
implements LinkStrategy

This class is to make a link betweeen ports by name


Constructor Summary
LinkByNameStrategy()
          Default constructor The strategy uses same fields from previous RowSet
LinkByNameStrategy(java.util.Vector vOutFields)
          Create a strategy by linking ports by name using input fields
 
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

LinkByNameStrategy

public LinkByNameStrategy()
Default constructor The strategy uses same fields from previous RowSet


LinkByNameStrategy

public LinkByNameStrategy(java.util.Vector vOutFields)
Create a strategy by linking ports by name using input fields

Parameters:
vOutFields - input Field object
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