Uses of Interface
com.informatica.powercenter.sdk.mapfwk.core.LinkStrategy

Packages that use LinkStrategy
com.informatica.powercenter.sdk.mapfwk.core   
 

Uses of LinkStrategy in com.informatica.powercenter.sdk.mapfwk.core
 

Classes in com.informatica.powercenter.sdk.mapfwk.core that implement LinkStrategy
 class LinkByMappingStrategy
          This class is to make a link between ports which are defined in Hashtable
 class LinkByNameStrategy
          This class is to make a link betweeen ports by name
 class LinkByPositionStrategy
          This class is to make a links between ports by position
 class PortLinkContext
          Context object for passing the object information that is needed for performing the port link.
 

Methods in com.informatica.powercenter.sdk.mapfwk.core that return LinkStrategy
 LinkStrategy PortLinkContext.getStrategyImpl()
          Get the linking strategy
 

Methods in com.informatica.powercenter.sdk.mapfwk.core with parameters of type LinkStrategy
 void PortLinkContext.setStrategyImpl(LinkStrategy linkStrategy)
          Set the linking strategy