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.
79 lines
2.8 KiB
79 lines
2.8 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, Ssm0SimModelDatasetDispatch
|
|
Filename: Ssm0SimModelDatasetDispatch.hxx
|
|
Module: ssm0systemsynthesismodelingdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef SSM0SYSTEMSYNTHESISMODELING__SSM0SIMMODELDATASETDISPATCH_HXX
|
|
#define SSM0SYSTEMSYNTHESISMODELING__SSM0SIMMODELDATASETDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <Ssm0systemsynthesismodeling/Ssm0SimModelDataset.hxx>
|
|
#include <Ssm0systemsynthesismodeling/Ssm0SimModelDatasetDelegate.hxx>
|
|
#include <foundationdispatch/DatasetDispatch.hxx>
|
|
#include <ssm0systemsynthesismodelingdispatch/initializessm0systemsynthesismodeling.hxx>
|
|
|
|
#include <ssm0systemsynthesismodelingdispatch/libssm0systemsynthesismodelingdispatch_exports.h>
|
|
|
|
namespace ssm0systemsynthesismodeling
|
|
{
|
|
class Ssm0SimModelDatasetDispatch;
|
|
}
|
|
namespace ssm0systemsynthesismodeling
|
|
{
|
|
class Ssm0SimModelDatasetDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class SSM0SYSTEMSYNTHESISMODELINGDISPATCH_API ssm0systemsynthesismodeling::Ssm0SimModelDatasetDispatch
|
|
: public ssm0systemsynthesismodeling::Ssm0SimModelDatasetDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Ssm0SimModelDatasetDispatch instance
|
|
static Ssm0SimModelDatasetDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Ssm0SimModelDatasetDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Ssm0SimModelDatasetDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Ssm0SimModelDatasetDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Ssm0SimModelDatasetDispatch
|
|
Ssm0SimModelDatasetDispatch( const Ssm0SimModelDatasetDispatch& );
|
|
|
|
// Assignment operator
|
|
Ssm0SimModelDatasetDispatch& operator = ( const Ssm0SimModelDatasetDispatch& );
|
|
|
|
// friend
|
|
friend void ::ssm0systemsynthesismodeling::initializessm0systemsynthesismodelingInternal();
|
|
friend void ::ssm0systemsynthesismodeling::initializessm0systemsynthesismodelingExtenders();
|
|
friend class ssm0systemsynthesismodeling::Ssm0SimModelDatasetDelegate;
|
|
};
|
|
|
|
#include <ssm0systemsynthesismodelingdispatch/libssm0systemsynthesismodelingdispatch_undef.h>
|
|
#endif // SSM0SYSTEMSYNTHESISMODELING__SSM0SIMMODELDATASETDISPATCH_HXX
|