All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

KnowledgeInterfaces Interface CATIParmValuator

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIParmValuator
 

Usage: you can reimplement this interface by deriving the supplied CATParmValuatorAdapter adapter class.


interface CATIParmValuator

Interface dedicated to declare objects that valuates parameters.
Role: Used to explain which element is Valuator a parameter.

BOA information: this interface CAN be implemented using the BOA (Basic Object Adapter). To know more about the BOA, refer to the CAA Encyclopedia home page. Click Middleware at the bottom left, then click the Object Modeler tab page. Several articles deal with the BOA.


Method Index


o AllowLinkRemoval(CATICkeParm_var&)
Indicates if a link with a parameter is removable.
o RemoveLink(CATICkeParm_var&)
Indicates if the removal of a link has succeeded.
o Show()
Returns the NLS view of this object.

Methods


o AllowLinkRemoval
public virtual HRESULT AllowLinkRemoval( const CATICkeParm_var& parm) = 0
Indicates if a link with a parameter is removable.
Parameters:
the
parameter with the link.
Returns:
S_OK if link with parameter is removable E_FAIL else.
o RemoveLink
public virtual HRESULT RemoveLink( const CATICkeParm_var& parm) = 0
Indicates if the removal of a link has succeeded.
Parameters:
the
parameter with the link.
Returns:
S_OK if link removal succeeded, E_FAIL else
o Show
public virtual CATUnicodeString Show()const =0
Returns the NLS view of this object. This method is used to show the user who is Valuator a parameter.
whatever it is (it can be the body of formula......for example)

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

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