DialogEngine class CATAcquisitionFilter

Usage: you must use this class as is. You should never derive it.


public class CATAcquisitionFilter

The basic class for a filter.
Role: Filters are used to validate prevaluation or valuation of a CATAcquisitionAgent.
To create a standard filter use the CATStateCommand.Filter method,
then the command will delete the filter when it will be deleted.
You can combine standard filters by using the CATDialogAgent.AndFilter, CATDialogAgent.OrFilter and CATDialogAgent.NotFilter methods.


Constructor and Destructor Index


o CATAcquisitionFilter()
This method is not useful, to create a filter you should use
o ~CATAcquisitionFilter()
This method is not useful IF you create the filter by using

Constructor and Destructor


o CATAcquisitionFilter
public CATAcquisitionFilter()
This method is not useful, to create a filter you should use CATStateCommand.Filter.
o ~CATAcquisitionFilter
public virtual ~CATAcquisitionFilter()
This method is not useful IF you create the filter by using CATStateCommand.Filter because the filter is deleted by the command itself.

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

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.