|
Teamcenter C++ API Reference
2312
|
#include <EquivalenceService.hxx>
Public Attributes | |
| std::map< std::string, std::vector< std::string > > | m_additionalCriteria |
| std::map< std::string, std::vector< double > > | m_additionalCriteriaDbl |
| std::map< std::string, std::vector< int > > | m_additionalCriteriaInt |
| std::map< std::string, std::vector< tag_t > > | m_additionalCriteriaObj |
Defines maps in which key is representation of a type of property or any equivalence criteria and the value is comma separated list of property names or criteria names or attribute IDs.
The maps are used for passing different types of properties like Attribute group, Managed Attribute Group,Basic through appropriate representation of keys like Mfg0attribute_groups, Mfg0properties.
This can be used for any such applications like 4gd.
Definition at line 63 of file EquivalenceService.hxx.
| std::map<std::string, std::vector<std::string> > Teamcenter::EquivalenceServiceInfo2::m_additionalCriteria |
Map of type of property to vector of property names
Definition at line 65 of file EquivalenceService.hxx.
| std::map<std::string, std::vector<double> > Teamcenter::EquivalenceServiceInfo2::m_additionalCriteriaDbl |
Map of type of property to vector of property IDs
Definition at line 67 of file EquivalenceService.hxx.
| std::map<std::string, std::vector<int> > Teamcenter::EquivalenceServiceInfo2::m_additionalCriteriaInt |
Map of type of property to vector of property IDs
Definition at line 66 of file EquivalenceService.hxx.
| std::map<std::string, std::vector<tag_t> > Teamcenter::EquivalenceServiceInfo2::m_additionalCriteriaObj |
Map of type of Business Object to vector of objects
Definition at line 68 of file EquivalenceService.hxx.