KnowledgeInterfaces Interface 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 valuating 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.

This interface is multi implemented
See also:


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 AllowLinkRemoval( const parm)
Indicates if a link with a parameter is removable.
Parameters:
parm
the parameter with the link.
Returns:
S_OK if link with parameter is removable E_FAIL else.
o RemoveLink
public virtual RemoveLink( const parm)
Indicates if the removal of a link has succeeded.
Parameters:
parm
the parameter with the link.
Returns:
S_OK if link removal succeeded, E_FAIL else
o Show
public virtual Show()
Returns the NLS view of this object. This method is used to show the user who is Valuator of 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 © 1999-2015, Dassault Systèmes. All rights reserved.