CATFunctionalModelerUseItf CATFctConnectionPoint
Usage: you must use this class as is. You should never derive it.
public class CATFctConnectionPoint
Class made for Functional Connection Point.
RoleThe class provides means to create, manage and compare Connection Points
Constructor and Destructor Index
- o
~CATFctConnectionPoint()
-
Method Index
- o
Compare(CATFctConnectionPoint*)
- Compare this Connection Point to the given Connection Point.
- o
CreateFunctionalConnectionPoint(CATListValCATBaseUnknown_var&,CATFctConnectionPoint*&)
- Create a Functional Connection Point
- o
GetFunctionalReference(CATIFctReference*&)
- Get the Father Functional Reference of the Connection Point
- o
GetPath(CATListValCATBaseUnknown_var&)
- Get the path of the Connection Point
Constructor and Destructor
o ~CATFctConnectionPoint
| public virtual ~CATFctConnectionPoint( | ) |
-
Methods
o Compare
| public Compare( | | ipFunctionalCnxPointToCompare) |
-
Compare this Connection Point to the given Connection Point.
- Parameters:
-
- ipFunctionalCnxPointToCompare
- The Connection Point to compare to this.
Input parameter
This parameter MUST NOT be provided by caller as NULL. This method returns FALSE otherwise.
- Returns:
-
TRUE if the method succeeds and Connection Point are the same.
FALSE if the Connection Point are different.
o CreateFunctionalConnectionPoint
| public static CreateFunctionalConnectionPoint( | | iLPathOfElements, |
| | opConnectionPoint) |
-
Create a Functional Connection Point
- Parameters:
-
- iLPathOfElements
- Input parameter
This list MUST not be EMPTY. It must contains the path of the connection point. This method returns E_INVALIDARG otherwise.
- opConnectionPoint
- The created Connection Point
This parameter is valuated if method succeeds
Output parameter
This parameter MUST be provided by caller as NULL. This method returns E_INVALIDARG otherwise.
- Returns:
-
S_OK if the method succeeds.
E_INVALIDARG if input parameters are unexpected.
E_FAIL otherwise.
o GetFunctionalReference
| public GetFunctionalReference( | | opFunctionalReference) |
-
Get the Father Functional Reference of the Connection Point
- Parameters:
-
- opFunctionalReference
- [out, CATBaseUnknown#Release]
This parameter is valuated if method succeeds
Father Functional Reference of this.
Output parameter
This parameter MUST be provided by caller as NULL. This method returns E_INVALIDARG otherwise.
- Returns:
-
S_OK if the method succeeds.
E_INVALIDARG if input parameters are unexpected.
E_FAIL otherwise.
o GetPath
| public GetPath( | | oLPathOfElements) |
-
Get the path of the Connection Point
- Parameters:
-
- oLPathOfElements
- This parameter is valuated if method succeeds
Output parameter
This list MUST be provided by caller as EMPTY. This method returns E_INVALIDARG otherwise.
- Returns:
-
S_OK if the method succeeds.
E_INVALIDARG if input parameters are unexpected.
E_FAIL otherwise.
This object is included in the file: CATFctConnectionPoint.h
If needed, your Imakefile.mk should include the module: CATFunctionalModelerUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.