You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
2.0 KiB
78 lines
2.0 KiB
//Copyright 2020 Siemens Digital Industries Software
|
|
//==================================================
|
|
//Copyright $2020.
|
|
//Siemens Product Lifecycle Management Software Inc.
|
|
//All Rights Reserved.
|
|
//==================================================
|
|
//Copyright 2020 Siemens Digital Industries Software
|
|
|
|
/*==================================================================================================
|
|
File description:
|
|
This file contains the declaration for the Business Object, DecisionTableDelegate
|
|
Filename: DecisionTableDelegate.hxx
|
|
Module: rbf
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__DECISIONTABLEDELEGATE_HXX
|
|
#define TEAMCENTER__DECISIONTABLEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <rbf/DecisionTable.hxx>
|
|
|
|
#include <rbf/librbf_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class DecisionTableDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class DecisionTableImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class DecisionTable;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class DecisionTableGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class RBF_API Teamcenter_alias::DecisionTableDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the DecisionTableDelegate instance
|
|
static DecisionTableDelegate& getInstance();
|
|
|
|
// Method to create the DecisionTableImpl pointer
|
|
static DecisionTableImpl* createImpl( DecisionTable& ifObj );
|
|
|
|
// Method to delete the DecisionTableImpl pointer
|
|
static void deleteImpl( DecisionTableImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static DecisionTableDelegate* m_pInstance;
|
|
|
|
DecisionTableDelegate();
|
|
virtual ~DecisionTableDelegate();
|
|
static void setInstance( DecisionTableDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::DecisionTableGenImpl;
|
|
|
|
};
|
|
|
|
#include <rbf/librbf_undef.h>
|
|
#endif // TEAMCENTER__DECISIONTABLEDELEGATE_HXX
|