All Frameworks  Class Hierarchy  This Framework  Indexes   

CATSchPlatformInterfaces Class CATEASchAppCCPCGCntrInfo

Usage: you can derive this class.


public class CATEASchAppCCPCGCntrInfo

Super class to derive implementation for interface CATISchAppCCPCGCntrInfo.
Role: Adaptor


Constructor and Destructor Index


o CATEASchAppCCPCGCntrInfo()
Constructs an empty CATEASchAppCCPCGCntrInfo.
o ~CATEASchAppCCPCGCntrInfo()

Method Index


o AppGetCGConnectInfo2(CATISchAppConnector*,CATIUnknownList**,CATListValCATUnicodeString&)
Store appropriate information as attributes of iCompGroup.
o AppGetCGConnectInfo(CATISchAppConnector*,CATIUnknownList**,CATICStringList**)
o AppPostCGPlacementConnect2(CATISchAppConnector*,CATUnicodeString&)
Post process after placing this connector whoes owner is a component group.
o AppPostCGPlacementConnect(CATISchAppConnector*,char*)

Constructor and Destructor


o CATEASchAppCCPCGCntrInfo
public CATEASchAppCCPCGCntrInfo()
Constructs an empty CATEASchAppCCPCGCntrInfo.
o ~CATEASchAppCCPCGCntrInfo
public virtual ~CATEASchAppCCPCGCntrInfo()

Methods


o AppGetCGConnectInfo2
public virtual AppGetCGConnectInfo2( const iCntrSrcOfThis,
oLConCntrNeedsMapping,
oLCStrConMainCntrName)
Store appropriate information as attributes of iCompGroup.
Parameters:
iCntrSrcOfThis
The connector that is a counterpart of this connector in the source component. It provides connectivity information of the connector in the source component (this connector is in the target component. Terminology as used in cut-copy-paste architecture).
oLConCntrNeedsMapping
A list of connector interfaces. These are the connectors that are connected to iCntrSrcOfThis. The caller needs to find the corresponding copies under the CCP architecture.
oLUStrConMainCntrName
A list of names of connectors. These connectors will be used used to identify the reference connection (such as cable connection) when the pin/wire connections are made in AppPostCGPlacementConnect.
o AppGetCGConnectInfo
public virtual AppGetCGConnectInfo( const iCntrSrcOfThis,
oLConCntrNeedsMapping,
oLCStrConMainCntrName)
Deprecated:
V5R15 Use CATEASchAppCCPCGCntrInfo.AppGetCGConnectInfo2 instead. Store appropriate information as attributes of iCompGroup.
Parameters:
iCntrSrcOfThis
The connector that is a counterpart of this connector in the source component. It provides connectivity information of the connector in the source component (this connector is in the target component. Terminology as used in cut-copy-paste architecture).
oLConCntrNeedsMapping
A list of connector interfaces. These are the connectors that are connected to iCntrSrcOfThis. The caller needs to find the corresponding copies under the CCP architecture.
oLCStrConMainCntrName
A list of names of connectors. These connectors will be used used to identify the reference connection (such as cable connection) when the pin/wire connections are made in AppPostCGPlacementConnect.
o AppPostCGPlacementConnect2
public virtual AppPostCGPlacementConnect2( const iCntrToConnect,
const iConMainCntrName)
Post process after placing this connector whoes owner is a component group. Through this method application will make use of the information stored by AppGetCGConnectInfo to connect this connector to the input connector.
Parameters:
iCntrToConnect
The connector to connect to.
iConMainCntrName
The name of the connector. The owner of this connector is connected to the owner of iCntrToConnect (for .e.g. if iCntrToConnect is a wire connector, the iConMainCntrName is the name of a cable-extremity connector).
o AppPostCGPlacementConnect
public virtual AppPostCGPlacementConnect( const iCntrToConnect,
const iConMainCntrName)
Deprecated:
V5R15 Use CATEASchAppCCPCGCntrInfo.AppPostCGPlacementConnect2 instead. Post process after placing this connector whoes owner is a component group. Through this method application will make use of the information stored by AppGetCGConnectInfo to connect this connector to the input connector.
Parameters:
iCntrToConnect
The connector to connect to.
iConMainCntrName
The name of the connector. The owner of this connector is connected to the owner of iCntrToConnect (for .e.g. if iCntrToConnect is a wire connector, the iConMainCntrName is the name of a cable-extremity connector).

This object is included in the file: CATEASchAppCCPCGCntrInfo.h
If needed, your Imakefile.mk should include the module: CATSchItfCPP

Copyright © 2003, Dassault Systèmes. All rights reserved.