NCBI C++ ToolKit
|
Search Toolkit Book for COrgMod
@OrgMod.hpp User-defined methods of the data storage class. More...
#include <objects/seqfeat/OrgMod.hpp>
Public Member Functions | |
COrgMod (void) | |
COrgMod (TSubtype subtype, const TSubname &subname) | |
COrgMod (const string &subtype, const TSubname &subname) | |
~COrgMod (void) | |
void | FixCapitalization () |
void | AutoFix () |
bool | RemoveAbbreviation () |
bool | IsUnexpectedViralOrgModQualifier () const |
![]() | |
COrgMod_Base (void) | |
virtual | ~COrgMod_Base (void) |
DECLARE_INTERNAL_TYPE_INFO () | |
bool | IsSetSubtype (void) const |
Check if a value has been assigned to Subtype data member. More... | |
bool | CanGetSubtype (void) const |
Check if it is safe to call GetSubtype method. More... | |
void | ResetSubtype (void) |
Reset Subtype data member. More... | |
TSubtype | GetSubtype (void) const |
Get the Subtype member data. More... | |
void | SetSubtype (TSubtype value) |
Assign a value to Subtype data member. More... | |
TSubtype & | SetSubtype (void) |
Assign a value to Subtype data member. More... | |
bool | IsSetSubname (void) const |
Check if a value has been assigned to Subname data member. More... | |
bool | CanGetSubname (void) const |
Check if it is safe to call GetSubname method. More... | |
void | ResetSubname (void) |
Reset Subname data member. More... | |
const TSubname & | GetSubname (void) const |
Get the Subname member data. More... | |
void | SetSubname (const TSubname &value) |
Assign a value to Subname data member. More... | |
void | SetSubname (TSubname &&value) |
TSubname & | SetSubname (void) |
Assign a value to Subname data member. More... | |
bool | IsSetAttrib (void) const |
attribution/source of name Check if a value has been assigned to Attrib data member. More... | |
bool | CanGetAttrib (void) const |
Check if it is safe to call GetAttrib method. More... | |
void | ResetAttrib (void) |
Reset Attrib data member. More... | |
const TAttrib & | GetAttrib (void) const |
Get the Attrib member data. More... | |
void | SetAttrib (const TAttrib &value) |
Assign a value to Attrib data member. More... | |
void | SetAttrib (TAttrib &&value) |
TAttrib & | SetAttrib (void) |
Assign a value to Attrib data member. More... | |
virtual void | Reset (void) |
Reset the whole object. More... | |
![]() | |
CSerialObject (void) | |
virtual | ~CSerialObject (void) |
virtual const CTypeInfo * | GetThisTypeInfo (void) const =0 |
virtual void | Assign (const CSerialObject &source, ESerialRecursionMode how=eRecursive) |
Set object to copy of another one. More... | |
virtual bool | Equals (const CSerialObject &object, ESerialRecursionMode how=eRecursive) const |
Check if both objects contain the same values. More... | |
virtual void | DebugDump (CDebugDumpContext ddc, unsigned int depth) const |
Define method for dumping debug information. More... | |
void | ThrowUnassigned (TMemberIndex index) const |
void | ThrowUnassigned (TMemberIndex index, const char *file_name, int file_line) const |
bool | HasNamespaceName (void) const |
Check if object data type has namespace name. More... | |
const string & | GetNamespaceName (void) const |
Get namespace name. More... | |
bool | HasNamespacePrefix (void) const |
Check if data type has namespace prefix. More... | |
const string & | GetNamespacePrefix (void) const |
Get namespace prefix. More... | |
![]() | |
CObject (void) | |
Constructor. More... | |
CObject (const CObject &src) | |
Copy constructor. More... | |
virtual | ~CObject (void) |
Destructor. More... | |
CObject & | operator= (const CObject &src) THROWS_NONE |
Assignment operator. More... | |
bool | CanBeDeleted (void) const THROWS_NONE |
Check if object can be deleted. More... | |
bool | IsAllocatedInPool (void) const THROWS_NONE |
Check if object is allocated in memory pool (not system heap) More... | |
bool | Referenced (void) const THROWS_NONE |
Check if object is referenced. More... | |
bool | ReferencedOnlyOnce (void) const THROWS_NONE |
Check if object is referenced only once. More... | |
void | AddReference (void) const |
Add reference to object. More... | |
void | RemoveReference (void) const |
Remove reference to object. More... | |
void | ReleaseReference (void) const |
Remove reference without deleting object. More... | |
virtual void | DoNotDeleteThisObject (void) |
Mark this object as not allocated in heap – do not delete this object. More... | |
virtual void | DoDeleteThisObject (void) |
Mark this object as allocated in heap – object can be deleted. More... | |
void * | operator new (size_t size) |
Define new operator for memory allocation. More... | |
void * | operator new[] (size_t size) |
Define new[] operator for 'array' memory allocation. More... | |
void | operator delete (void *ptr) |
Define delete operator for memory deallocation. More... | |
void | operator delete[] (void *ptr) |
Define delete[] operator for memory deallocation. More... | |
void * | operator new (size_t size, void *place) |
Define new operator. More... | |
void | operator delete (void *ptr, void *place) |
Define delete operator. More... | |
void * | operator new (size_t size, CObjectMemoryPool *place) |
Define new operator using memory pool. More... | |
void | operator delete (void *ptr, CObjectMemoryPool *place) |
Define delete operator. More... | |
![]() | |
CDebugDumpable (void) | |
virtual | ~CDebugDumpable (void) |
void | DebugDumpText (ostream &out, const string &bundle, unsigned int depth) const |
void | DebugDumpFormat (CDebugDumpFormatter &ddf, const string &bundle, unsigned int depth) const |
void | DumpToConsole (void) const |
Private Types | |
typedef COrgMod_Base | Tparent |
Private Member Functions | |
COrgMod (const COrgMod &value) | |
COrgMod & | operator= (const COrgMod &value) |
Static Private Member Functions | |
static TInstitutionCodeMap::iterator | FindInstitutionCode (const string &inst_coll, TInstitutionCodeMap &code_map, bool &is_miscapitalized, string &correct_cap, bool &needs_country, bool &erroneous_country) |
Additional Inherited Members | |
![]() | |
static const char * | ms_UnassignedStr = "<*unassigned*>" |
static const char | ms_UnassignedByte = char(0xcd) |
![]() | |
static const TCount | eCounterBitsCanBeDeleted = 1 << 0 |
Define possible object states. More... | |
static const TCount | eCounterBitsInPlainHeap = 1 << 1 |
Heap signature was found. More... | |
static const TCount | eCounterBitsPlaceMask |
Mask for 'in heap' state flags. More... | |
static const int | eCounterStep = 1 << 2 |
Skip over the "in heap" bits. More... | |
static const TCount | eCounterValid = TCount(1) << (sizeof(TCount) * 8 - 2) |
Minimal value for valid objects (reference counter is zero) Must be a single bit value. More... | |
static const TCount | eCounterStateMask |
Valid object, and object in heap. More... | |
![]() | |
virtual void | DeleteThis (void) |
Virtual method "deleting" this object. More... | |
@OrgMod.hpp User-defined methods of the data storage class.
This file was originally generated by application DATATOOL using the following specifications: 'seqfeat.asn'.
New methods or data members can be added to it if needed. See also: OrgMod_.hpp
Definition at line 53 of file OrgMod.hpp.
typedef map<string, string, PNocase> COrgMod::TInstitutionCodeMap |
Definition at line 131 of file OrgMod.hpp.
|
private |
Definition at line 55 of file OrgMod.hpp.
enum COrgMod::EVocabulary |
Enumerator | |
---|---|
eVocabulary_raw | |
eVocabulary_insdc |
Definition at line 67 of file OrgMod.hpp.
|
inline |
Definition at line 150 of file OrgMod.hpp.
Definition at line 155 of file OrgMod.hpp.
References COrgMod_Base::SetSubname(), COrgMod_Base::SetSubtype(), and subname.
Definition at line 163 of file OrgMod.hpp.
References GetSubtypeValue(), COrgMod_Base::SetSubname(), COrgMod_Base::SetSubtype(), and subname.
COrgMod::~COrgMod | ( | void | ) |
Definition at line 57 of file OrgMod.cpp.
Definition at line 607 of file OrgMod.cpp.
References NStr::Find(), FindInstCodeAndSpecID(), NStr::IsBlank(), s_BiomaterialInstitutionCodeMap, s_CultureCollectionInstitutionCodeMap, s_InitializeInstitutionCollectionCodeMaps(), s_SpecimenVoucherInstitutionCodeMap, and val.
Referenced by FixStructuredVoucher().
void COrgMod::AutoFix | ( | ) |
Definition at line 1069 of file OrgMod.cpp.
References COrgMod_Base::GetSubname(), COrgMod_Base::GetSubtype(), NStr::IsBlank(), COrgMod_Base::IsSetSubname(), COrgMod_Base::IsSetSubtype(), and COrgMod_Base::SetSubname().
Referenced by CBioSource::ShouldIgnoreConflict().
Definition at line 1052 of file OrgMod.cpp.
References COrgMod_Base::eSubtype_nat_host, COrgMod_Base::eSubtype_strain, FixHost(), FixStrain(), and rapidjson::value.
Referenced by CNewCleanup_imp::x_OrgModBC().
Definition at line 737 of file OrgMod.cpp.
References NStr::EqualCase(), NStr::EqualNocase(), NStr::IsBlank(), ITERATE, kEmptyStr, and ParseStructuredVoucher().
Referenced by CValidError_imp::ValidateOrgName().
|
staticprivate |
Definition at line 317 of file OrgMod.cpp.
References map_checker< Container >::begin(), check, NStr::eCase, map_checker< Container >::end(), NStr::eNocase, NStr::EqualCase(), NStr::EqualNocase(), NStr::Find(), map_checker< Container >::find(), and NStr::StartsWith().
Referenced by IsInstitutionCodeValid().
void COrgMod::FixCapitalization | ( | ) |
Definition at line 1037 of file OrgMod.cpp.
References COrgMod_Base::GetSubname(), COrgMod_Base::GetSubtype(), NStr::IsBlank(), COrgMod_Base::IsSetSubname(), COrgMod_Base::IsSetSubtype(), and COrgMod_Base::SetSubname().
Definition at line 1022 of file OrgMod.cpp.
References COrgMod_Base::eSubtype_nat_host, FixHostCapitalization(), and rapidjson::value.
Referenced by BOOST_AUTO_TEST_CASE().
Definition at line 1009 of file OrgMod.cpp.
References s_hostFixupMap, and rapidjson::value.
Referenced by AutoFix(), BOOST_AUTO_TEST_CASE(), CSpecificHostMapForFix::x_DefaultSpecificHostAdjustments(), and CTaxValidationAndCleanup::x_DefaultSpecificHostAdjustments().
Definition at line 966 of file OrgMod.cpp.
References NStr::EqualNocase(), i, max(), sm_KnownHostWords, and rapidjson::value.
Referenced by BOOST_AUTO_TEST_CASE(), FixCapitalization(), CSubSource::FixIsolationSourceCapitalization(), CSubSource::FixLabHostCapitalization(), and CSubSource::FixTissueTypeCapitalization().
Definition at line 800 of file OrgMod.cpp.
References FOR_EACH_STRING_IN_VECTOR, NStr::Join(), results, s_FixOneStrain(), NStr::Split(), str(), and NStr::TruncateSpacesInPlace().
Referenced by AutoFix(), and BOOST_AUTO_TEST_CASE().
Definition at line 663 of file OrgMod.cpp.
References AddStructureToVoucher(), map_checker< Container >::begin(), map_checker< Container >::end(), NStr::Equal(), NStr::EqualNocase(), NStr::Find(), NStr::IsBlank(), MakeStructuredVoucher(), ParseStructuredVoucher(), RescueInstFromParentheses(), s_InitializeInstitutionCollectionCodeMaps(), s_InstitutionCodeTypeMap, NStr::StartsWith(), and val.
Referenced by BOOST_AUTO_TEST_CASE(), and CFixStructuredVouchers::x_ApplyToBioSource().
Definition at line 1094 of file OrgMod.cpp.
References NStr::EqualNocase(), and s_HarmonizeString().
Referenced by BOOST_AUTO_TEST_CASE().
Definition at line 712 of file OrgMod.cpp.
References map_checker< Container >::end(), map_checker< Container >::find(), kEmptyStr, s_CompleteInstitutionCodeMap, and s_InitializeInstitutionCollectionCodeMaps().
Referenced by s_GetSpecimenVoucherText().
Definition at line 724 of file OrgMod.cpp.
References map_checker< Container >::end(), map_checker< Container >::find(), kEmptyStr, s_CompleteInstitutionFullNameMap, and s_InitializeInstitutionCollectionCodeMaps().
Referenced by CFixOrgModInst::x_ApplyToBioSource().
|
static |
Definition at line 108 of file OrgMod.cpp.
References ENUM_METHOD_NAME, COrgMod_Base::eSubtype_nat_host, COrgMod_Base::eSubtype_other, COrgMod_Base::eSubtype_substrain, eVocabulary_insdc, and NStr::Replace().
Referenced by AddBioSourceToAttributes(), CFieldChoicePanel::AutoMatchSrc(), CAutoDefAvailableModifier::GetOrgModLabel(), GetOrgModName(), CWriteUtil::GetOrgModSubType(), GetSeqTableFromSeqEntry(), CQualLookupMap::IncrementalUpdate(), UpdateBiosourceFromBiosample(), CValidError_imp::ValidateBioSource(), CValidError_imp::ValidateOrgRef(), CSourceFieldNamePanel::x_ChooseTextQualifier(), CSrcModListPanel::x_FillDataList(), CMacroEditorContext::x_GetBsrcTextFieldnames(), CBioSource::x_GetOrgModNameValPairs(), and CAutoDefOptions::x_MakeModifierList().
|
static |
Definition at line 62 of file OrgMod.cpp.
References ENUM_METHOD_NAME, NStr::EqualNocase(), COrgMod_Base::eSubtype_nat_host, COrgMod_Base::eSubtype_other, COrgMod_Base::eSubtype_substrain, eVocabulary_insdc, str(), NStr::ToLower(), and NStr::TruncateSpaces().
Referenced by CFieldChoicePanel::AutoMatchSrc(), COrgMod(), COrgModQual::COrgModQual(), CSrcTableColumnBaseFactory::Create(), CreateActionBiosource(), CAutoColValidatorsubtype::DoValidate(), SrcEditDialog::GetLabelForTitle(), CColumnValidator::IsDiscouraged(), CCompareWithBiosample::OnClickOk(), CNewCleanup_imp::OrgnameBC(), s_SetBioSourceField(), s_StringHasOrgModPrefix(), CSourceFieldNamePanel::SetFieldName(), CBioSource::ShouldIgnoreConflict(), CMacroFunction_ApplyStrucVoucherPart::TheFunction(), CBioSource::UpdateWithBioSample(), CMacroFunction_AddorSetContElement::x_AddBioSrcModifier(), CMacroFunction_Autodef::x_IsRequested(), CMacroFunction_AutodefComplete::x_IsRequested(), CSrcModListPanel::x_SetBioSourceModifier(), CAutoDefOptions::x_SetModifierList(), and CSrcWriter::xGatherOrgModFeat().
This indicates if the given Org-mod subtype is supposed to hold an institution code (Example: "ATCC:27305")
Definition at line 176 of file OrgMod.cpp.
References COrgMod_Base::eSubtype_bio_material, COrgMod_Base::eSubtype_culture_collection, and COrgMod_Base::eSubtype_specimen_voucher.
Referenced by CSourceFeatureItem::x_AddQuals().
Definition at line 447 of file OrgMod.cpp.
References NStr::Find(), IsStructuredVoucherValid(), and kEmptyStr.
Referenced by CValidError_imp::ValidateOrgModVoucher().
Definition at line 425 of file OrgMod.cpp.
References NStr::Find(), and IsStructuredVoucherValid().
Referenced by BOOST_AUTO_TEST_CASE(), and CValidError_imp::ValidateOrgModVoucher().
Definition at line 160 of file OrgMod.cpp.
References COrgMod_Base::eSubtype_dosage, COrgMod_Base::eSubtype_gb_acronym, COrgMod_Base::eSubtype_gb_anamorph, COrgMod_Base::eSubtype_gb_synonym, COrgMod_Base::eSubtype_metagenome_source, COrgMod_Base::eSubtype_old_lineage, and COrgMod_Base::eSubtype_old_name.
Referenced by BOOST_AUTO_TEST_CASE(), CSrcModPanel::DoNotListOrgMod(), CColumnValidator::IsDiscouraged(), s_StringHasOrgModPrefix(), and CSrcWriter::xIsOrgmodTypeSuppressed().
Definition at line 1224 of file OrgMod.cpp.
References NStr::IsBlank(), and IsValidTypeMaterial().
Referenced by BOOST_AUTO_TEST_CASE(), and CSourceFeatureItem::x_AddQuals().
|
static |
Definition at line 357 of file OrgMod.cpp.
References map_checker< Container >::end(), map_checker< Container >::find(), FindInstitutionCode(), s_InitializeInstitutionCollectionCodeMaps(), s_InstitutionCodeSynonymsMap, and s_InstitutionCodeTypeMap.
Referenced by BOOST_AUTO_TEST_CASE(), IsStructuredVoucherValid(), RescueInstFromParentheses(), and CFixOrgModInst::x_ApplyToBioSource().
Definition at line 127 of file OrgMod.cpp.
References COrgMod_Base::eSubtype_biotype, COrgMod_Base::eSubtype_biovar, COrgMod_Base::eSubtype_breed, COrgMod_Base::eSubtype_chemovar, COrgMod_Base::eSubtype_cultivar, COrgMod_Base::eSubtype_ecotype, COrgMod_Base::eSubtype_forma, COrgMod_Base::eSubtype_forma_specialis, COrgMod_Base::eSubtype_gb_acronym, COrgMod_Base::eSubtype_gb_anamorph, COrgMod_Base::eSubtype_gb_synonym, COrgMod_Base::eSubtype_isolate, COrgMod_Base::eSubtype_metagenome_source, COrgMod_Base::eSubtype_nat_host, COrgMod_Base::eSubtype_nomenclature, COrgMod_Base::eSubtype_old_name, COrgMod_Base::eSubtype_pathovar, COrgMod_Base::eSubtype_serogroup, COrgMod_Base::eSubtype_serotype, COrgMod_Base::eSubtype_serovar, COrgMod_Base::eSubtype_strain, COrgMod_Base::eSubtype_sub_species, COrgMod_Base::eSubtype_substrain, and COrgMod_Base::eSubtype_variety.
Definition at line 436 of file OrgMod.cpp.
References NStr::Find(), IsStructuredVoucherValid(), and kEmptyStr.
Referenced by CValidError_imp::ValidateOrgModVoucher().
Definition at line 836 of file OrgMod.cpp.
References NStr::EqualNocase(), i, max(), and sm_BadStrainValues.
Referenced by CValidError_imp::ValidateOrgName().
Definition at line 461 of file OrgMod.cpp.
References NStr::eNocase, NStr::Equal(), NStr::EqualNocase(), NStr::FindNoCase(), NStr::IsBlank(), IsInstitutionCodeValid(), kEmptyStr, kMissingId, kMissingInst, ParseStructuredVoucher(), NStr::StartsWith(), and val.
Referenced by IsBiomaterialValid(), IsCultureCollectionValid(), and IsSpecimenVoucherValid().
bool COrgMod::IsUnexpectedViralOrgModQualifier | ( | ) | const |
Definition at line 1153 of file OrgMod.cpp.
References COrgMod_Base::GetSubtype(), and COrgMod_Base::IsSetSubtype().
|
static |
Definition at line 1140 of file OrgMod.cpp.
References i, sNumUnexpectedViralOrgModQualifiers, and sUnexpectedViralOrgModQualifiers.
|
static |
Definition at line 86 of file OrgMod.cpp.
References ENUM_METHOD_NAME, eVocabulary_insdc, str(), NStr::ToLower(), and NStr::TruncateSpaces().
Referenced by CFieldChoicePanel::AutoMatchSrc(), CSrcTableColumnBaseFactory::Create(), CreateActionBiosource(), NMItemData::GetEditableFieldForPair(), SrcEditDialog::GetLabelForTitle(), CSourceFieldNamePanel::GetMacroFieldName(), NMacroUtil::IsBiosourceModifier(), s_SetBioSourceField(), CSourceFieldNamePanel::SetFieldName(), CMacroFunction_AddorSetContElement::x_AddBioSrcModifier(), CMacroEditorContext::x_GetAsnPathToBsrcText(), CMacroEditorContext::x_GetGUIFieldForBsrcText(), CMacroFunction_Autodef::x_IsRequested(), CMacroFunction_AutodefComplete::x_IsRequested(), and CSrcModListPanel::x_SetBioSourceModifier().
Definition at line 1202 of file OrgMod.cpp.
References i, sNumValidCultureTypeMaterialPrefixes, sNumValidTypeMaterialPrefixes, NStr::StartsWith(), sValidCultureTypeMaterialPrefixes, and sValidTypeMaterialPrefixes.
Referenced by BOOST_AUTO_TEST_CASE(), IsINSDCValidTypeMaterial(), and CValidError_imp::ValidateOrgName().
|
static |
Definition at line 541 of file OrgMod.cpp.
References NStr::IsBlank(), and kEmptyStr.
Referenced by CSrcStructuredVoucherPartColumn::AddToBioSource(), CSrcStructuredVoucherPartColumn::ClearInBioSource(), FixStructuredVoucher(), CEditingActionBiosourceStructuredVoucher::ResetValue(), CEditingActionBiosourceStructuredVoucher::SetValue(), CMacroFunction_ApplyStrucVoucherPart::x_AddNewQual(), CMacroFunction_ApplyStrucVoucherPart::x_ApplyPart(), and CMacroFunction_ApplyStrucVoucherPart::x_RemovePart().
|
static |
Definition at line 1261 of file OrgMod.cpp.
References s_init_LookForMultipleIsolates(), and rapidjson::value.
Referenced by CValidError_imp::ValidateOrgName().
|
static |
Definition at line 189 of file OrgMod.cpp.
References NStr::Find(), NStr::IsBlank(), kEmptyStr, and str().
Referenced by CheckMultipleVouchers(), FixStructuredVoucher(), IsStructuredVoucherValid(), s_GetSpecimenVoucherText(), s_ParseValues(), CMacroFunction_ApplyStrucVoucherPart::x_ApplyPart(), CFixOrgModInst::x_ApplyToBioSource(), CSrcStructuredVoucherPartColumn::x_ParsePartsFromStructuredVoucher(), and CMacroFunction_ApplyStrucVoucherPart::x_RemovePart().
bool COrgMod::RemoveAbbreviation | ( | ) |
Definition at line 1105 of file OrgMod.cpp.
References COrgMod_Base::eSubtype_serovar, COrgMod_Base::eSubtype_sub_species, COrgMod_Base::GetSubtype(), COrgMod_Base::IsSetSubname(), COrgMod_Base::IsSetSubtype(), COrgMod_Base::SetSubname(), NStr::StartsWith(), and val.
Referenced by BOOST_AUTO_TEST_CASE(), and CNewCleanup_imp::OrgmodBC().
Definition at line 627 of file OrgMod.cpp.
References NStr::EndsWith(), NStr::eNocase, NStr::eReverseSearch, NStr::Find(), IsInstitutionCodeValid(), NStr::TruncateSpacesInPlace(), and val.
Referenced by FixStructuredVoucher().