All Frameworks  Class Hierarchy  This Framework  Indexes   

CATAnalysisInterfaces Interface CATISamSensor

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATISamSensor

Interface dedicated to analysis measure management.
Role: An analysis measure is the analysis feature that gives access to the Analysis sensors. It manages is an oriented link between parameters.
It manages the propagation of input modifications to outputs.
This interface allows to retrieve the relation that manages this.

See also:
CATICkeRelation


Method Index


o GetIdentifer()
Retrieve the identifer of the sensor.
o GetOutputParameters(CATLISTV(CATBaseUnknown_var)*&)
Retrieve the Output parameters that are defined by a sensor.
o GetRelation(CATICkeRelation*&)
Retrieve the relations that manage the parameters dependancie that defines the sensor.
o IsDefinedWithRelation()
Retrieve the Sensor is defined by the use of a Relation.
o RemoveAllOutputParameters()
Removes the Output parameters that are defined by a sensor.
o SetOutputParameters(CATLISTV(CATBaseUnknown_var)&)
Sets the Output parameters that are defined by a sensor.

Methods


o GetIdentifer
public virtual GetIdentifer()
Retrieve the identifer of the sensor.
Returns:
oIdentifier the identifer of the sensor.
o GetOutputParameters
public virtual GetOutputParameters( oParameters)
Retrieve the Output parameters that are defined by a sensor.
Parameters:
oParameters
pointer on the list of output parameters.
o GetRelation
public virtual GetRelation( opiRelation)
Retrieve the relations that manage the parameters dependancie that defines the sensor.
Parameters:
opiRelation
[out , CATBaseUnknown#Release] CATICkeRelation object.
o IsDefinedWithRelation
public virtual IsDefinedWithRelation()
Retrieve the Sensor is defined by the use of a Relation.
Returns:

Legal values:
o RemoveAllOutputParameters
public virtual RemoveAllOutputParameters()
Removes the Output parameters that are defined by a sensor.
o SetOutputParameters
public virtual SetOutputParameters( const iParameters)
Sets the Output parameters that are defined by a sensor.
Parameters:
iParameters
pointer on the list of output parameters.

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

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