12 #include <vlpi/entityType.h>
58 const std::string& string()
const;
60 int force()
const {
return myForce;}
63 static bool isIed(
const DtEntityType& t) {
return t.matchPattern(DtEntityType(2,2,0,3,1,1,-1)); };
71 bool operator==(
const DtEntityType& rhsEntityType)
const;
73 bool operator!=(
const DtEntityType& rhsEntityType)
const;
88 const int operator[](
int)
const;
94 bool isNullEntityType()
const;
115 return DtSubCategory;
140 return subCategory();
static const int DtAnyMatch
Definition: entityMapperKey.h:23
Definition: entityMapperKey.h:19
int myForce
Definition: entityMapperKey.h:99
DT_DLL_VRFGUICORE bool operator==(const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &lhs, const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &rhs)
bool operator>(const DtTemporaryAgentManager::AgentParameters &lhs, const DtTemporaryAgentManager::AgentParameters &rhs)
Definition: DtTemporaryAgentManager.h:76
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
std::string myStringRep
Definition: entityMapperKey.h:98
int force() const
Definition: entityMapperKey.h:60
void setForce(int force)
Definition: entityMapperKey.h:61
DT_DLL_VRFGUICORE bool operator!=(const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &lhs, const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &rhs)
static bool isIed(const DtEntityType &t)
Definition: entityMapperKey.h:63
int & operator[](int)
Definition: entityMapperKey.h:102