Teamcenter C++ API Reference  2312
ConfigurationCNF.hxx
Go to the documentation of this file.
1 //Copyright 2022 Siemens Digital Industries Software
2 //==================================================
3 //Copyright $2023.
4 //Siemens Product Lifecycle Management Software Inc.
5 //All Rights Reserved.
6 //==================================================
7 //Copyright 2022 Siemens Digital Industries Software
8 
9 /*==================================================================================================
10 File description:
11  This file contains the declaration for the Business Object, ConfigurationCNF
12  Filename: ConfigurationCNF.hxx
13  Module: fnd0booleansolve
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__CONFIGURATIONCNF__HXX
18 #define TEAMCENTER__CONFIGURATIONCNF__HXX
19 
20 #include <vector>
21 #include <common/tc_deprecation_macros.h>
22 #include <tccore/POM_object.hxx>
23 
24 #include <fnd0booleansolve/libfnd0booleansolve_exports.h>
25 
26 namespace Teamcenter
27 {
28  class ConfigurationCNF;
29 }
30 namespace Teamcenter
31 {
32  class ConfigurationCNFImpl;
33 }
34 namespace Teamcenter
35 {
36  class ConfigurationCNFDelegate;
37 }
38 namespace Teamcenter
39 {
40  class ConfigurationCNFDispatch;
41 }
42 namespace Teamcenter
43 {
44  class ConfigurationCNFGenImpl;
45 }
46 namespace Teamcenter
47 {
48  class RootObjectImpl;
49 }
50 
51 class FND0BOOLEANSOLVE_API Teamcenter::ConfigurationCNF
53 {
54 public:
55 
60  static const std::string& getInterfaceName();
61 
62 
70  int getClause_count( int &value, bool &isNull ) const;
71 
79  int getClause_literals( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
80 
88  int getClauseIDs( std::vector< int > &values, std::vector< int > &isNull ) const;
89 
97  int getFingerprint( int &value, bool &isNull ) const;
98 
106  int getSequence( int &value, bool &isNull ) const;
107 
115  int setClause_count( int value, bool isNull=false );
116 
124  int setClause_literals( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
125 
133  int setClauseIDs( const std::vector< int > &values, const std::vector< int > *isNull=0 );
134 
142  int setFingerprint( int value, bool isNull=false );
143 
151  int setSequence( int value, bool isNull=false );
152 protected:
153  // Method to initialize
154  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
155 
160 
164  virtual ~ConfigurationCNF();
165 
166 private:
167  // Getter method for the Implementation Object
168  ConfigurationCNFImpl* getConfigurationCNFImpl() const;
169  // Setter method for the Implementation Object
170  ::Teamcenter::RootObjectImpl* setConfigurationCNFImpl( ::Teamcenter::RootObjectImpl* impl );
171 
172  // Method to set the delete impl boolean
173  void setDeleteImpl( bool del );
174 
175  // Pointer to the Implementation object
176  ConfigurationCNFImpl* m_configurationcnfImpl;
177 
178  // Flag to indicate if Implementation object needs to be deleted
180 
184  static std::string name;
185 
192 
193  friend class ConfigurationCNFDelegate;
194  friend class ConfigurationCNFGenImpl;
195 };
196 
197 #include <fnd0booleansolve/libfnd0booleansolve_undef.h>
198 #endif // TEAMCENTER__CONFIGURATIONCNF__HXX