NCBI C++ ToolKit
Public Types | Public Member Functions | Static Public Member Functions | Private Types | Private Member Functions | Static Private Member Functions | List of all members
COrgMod Class Reference

Search Toolkit Book for COrgMod

@OrgMod.hpp User-defined methods of the data storage class. More...

#include <objects/seqfeat/OrgMod.hpp>

+ Inheritance diagram for COrgMod:
+ Collaboration diagram for COrgMod:

Public Types

enum  EVocabulary { eVocabulary_raw , eVocabulary_insdc }
 
typedef map< string, string, PNocaseTInstitutionCodeMap
 
- Public Types inherited from COrgMod_Base
enum  ESubtype {
  eSubtype_strain = 2 , eSubtype_substrain = 3 , eSubtype_type = 4 , eSubtype_subtype = 5 ,
  eSubtype_variety = 6 , eSubtype_serotype = 7 , eSubtype_serogroup = 8 , eSubtype_serovar = 9 ,
  eSubtype_cultivar = 10 , eSubtype_pathovar = 11 , eSubtype_chemovar = 12 , eSubtype_biovar = 13 ,
  eSubtype_biotype = 14 , eSubtype_group = 15 , eSubtype_subgroup = 16 , eSubtype_isolate = 17 ,
  eSubtype_common = 18 , eSubtype_acronym = 19 , eSubtype_dosage = 20 , eSubtype_nat_host = 21 ,
  eSubtype_sub_species = 22 , eSubtype_specimen_voucher = 23 , eSubtype_authority = 24 , eSubtype_forma = 25 ,
  eSubtype_forma_specialis = 26 , eSubtype_ecotype = 27 , eSubtype_synonym = 28 , eSubtype_anamorph = 29 ,
  eSubtype_teleomorph = 30 , eSubtype_breed = 31 , eSubtype_gb_acronym = 32 , eSubtype_gb_anamorph = 33 ,
  eSubtype_gb_synonym = 34 , eSubtype_culture_collection = 35 , eSubtype_bio_material = 36 , eSubtype_metagenome_source = 37 ,
  eSubtype_type_material = 38 , eSubtype_nomenclature = 39 , eSubtype_old_lineage = 253 , eSubtype_old_name = 254 ,
  eSubtype_other = 255
}
 
enum class  E_memberIndex { e__allMandatory = 0 , e_subtype , e_subname , e_attrib }
 
typedef int TSubtype
 
typedef string TSubname
 
typedef string TAttrib
 
typedef Tparent::CMemberIndex< E_memberIndex, 4 > TmemberIndex
 
- Public Types inherited from CObject
enum  EAllocFillMode { eAllocFillNone = 1 , eAllocFillZero , eAllocFillPattern }
 Control filling of newly allocated memory. More...
 
typedef CObjectCounterLocker TLockerType
 Default locker type for CRef. More...
 
typedef atomic< Uint8TCounter
 Counter type is CAtomiCounter. More...
 
typedef Uint8 TCount
 Alias for value type of counter. More...
 

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
 
- Public Member Functions inherited from COrgMod_Base
 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...
 
TSubtypeSetSubtype (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 TSubnameGetSubname (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)
 
TSubnameSetSubname (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 TAttribGetAttrib (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)
 
TAttribSetAttrib (void)
 Assign a value to Attrib data member. More...
 
virtual void Reset (void)
 Reset the whole object. More...
 
- Public Member Functions inherited from CSerialObject
 CSerialObject (void)
 
virtual ~CSerialObject (void)
 
virtual const CTypeInfoGetThisTypeInfo (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 stringGetNamespaceName (void) const
 Get namespace name. More...
 
bool HasNamespacePrefix (void) const
 Check if data type has namespace prefix. More...
 
const stringGetNamespacePrefix (void) const
 Get namespace prefix. More...
 
- Public Member Functions inherited from CObject
 CObject (void)
 Constructor. More...
 
 CObject (const CObject &src)
 Copy constructor. More...
 
virtual ~CObject (void)
 Destructor. More...
 
CObjectoperator= (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...
 
- Public Member Functions inherited from CDebugDumpable
 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
 

Static Public Member Functions

static TSubtype GetSubtypeValue (const string &str, EVocabulary vocabulary=eVocabulary_raw)
 
static string GetSubtypeName (TSubtype stype, EVocabulary vocabulary=eVocabulary_raw)
 
static bool IsValidSubtypeName (const string &str, EVocabulary vocabulary=eVocabulary_raw)
 
static bool IsDiscouraged (const TSubtype stype, bool indexer=false)
 
static bool IsMultipleValuesAllowed (TSubtype)
 
static bool HoldsInstitutionCode (const TSubtype stype)
 This indicates if the given Org-mod subtype is supposed to hold an institution code (Example: "ATCC:27305") More...
 
static bool ParseStructuredVoucher (const string &str, string &inst, string &coll, string &id)
 
static bool IsInstitutionCodeValid (const string &inst_coll, string &voucher_type, bool &is_miscapitalized, string &correct_cap, bool &needs_country, bool &erroneous_country)
 
static string IsCultureCollectionValid (const string &culture_collection)
 
static string IsSpecimenVoucherValid (const string &specimen_voucher)
 
static string IsBiomaterialValid (const string &biomaterial)
 
static string IsStructuredVoucherValid (const string &val, const string &voucher_type)
 
static string MakeStructuredVoucher (const string &inst, const string &coll, const string &id)
 
static bool FixStructuredVoucher (string &val, const string &voucher_type)
 
static bool AddStructureToVoucher (string &val, const string &voucher_type)
 
static bool RescueInstFromParentheses (string &val, const string &voucher_type)
 
static string CheckMultipleVouchers (const vector< string > &)
 
static const stringGetInstitutionFullName (const string &short_name)
 
static const stringGetInstitutionShortName (const string &full_name)
 
static string FixStrain (const string &strain)
 
static bool FuzzyStrainMatch (const string &strain1, const string &strain2)
 
static bool IsStrainValid (const string &strain)
 
static string FixHost (const string &value)
 
static string FixHostCapitalization (const string &value)
 
static string FixCapitalization (TSubtype subtype, const string &value)
 
static string AutoFix (TSubtype subtype, const string &value)
 
static bool IsUnexpectedViralOrgModQualifier (TSubtype subtype)
 
static bool IsValidTypeMaterial (const string &type_material)
 
static bool IsINSDCValidTypeMaterial (const string &type_material)
 
static bool NCBI_ValidateForMultipleIsolates (void)
 
- Static Public Member Functions inherited from COrgMod_Base
static const NCBI_NS_NCBI::CEnumeratedTypeValues *ENUM_METHOD_NAME() ESubtype (void)
 Access to ESubtype's attributes (values, names) as defined in spec. More...
 
- Static Public Member Functions inherited from CSerialObject
static void SetVerifyDataThread (ESerialVerifyData verify)
 
static void SetVerifyDataGlobal (ESerialVerifyData verify)
 
static string UnassignedString (void)
 
static CStringUTF8 UnassignedStringUTF8 (void)
 
static char UnassignedByte (void)
 
- Static Public Member Functions inherited from CObject
static NCBI_XNCBI_EXPORT void ThrowNullPointerException (void)
 Define method to throw null pointer exception. More...
 
static NCBI_XNCBI_EXPORT void ThrowNullPointerException (const type_info &type)
 
static EAllocFillMode GetAllocFillMode (void)
 
static void SetAllocFillMode (EAllocFillMode mode)
 
static void SetAllocFillMode (const string &value)
 Set mode from configuration parameter value. More...
 
- Static Public Member Functions inherited from CDebugDumpable
static void EnableDebugDump (bool on)
 

Private Types

typedef COrgMod_Base Tparent
 

Private Member Functions

 COrgMod (const COrgMod &value)
 
COrgModoperator= (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 Public Attributes inherited from CSerialObject
static const char * ms_UnassignedStr = "<*unassigned*>"
 
static const char ms_UnassignedByte = char(0xcd)
 
- Static Public Attributes inherited from CObject
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...
 
- Protected Member Functions inherited from CObject
virtual void DeleteThis (void)
 Virtual method "deleting" this object. More...
 

Detailed Description

@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.

Member Typedef Documentation

◆ TInstitutionCodeMap

Definition at line 131 of file OrgMod.hpp.

◆ Tparent

typedef COrgMod_Base COrgMod::Tparent
private

Definition at line 55 of file OrgMod.hpp.

Member Enumeration Documentation

◆ EVocabulary

Enumerator
eVocabulary_raw 
eVocabulary_insdc 

Definition at line 67 of file OrgMod.hpp.

Constructor & Destructor Documentation

◆ COrgMod() [1/4]

COrgMod::COrgMod ( void  )
inline

Definition at line 150 of file OrgMod.hpp.

◆ COrgMod() [2/4]

COrgMod::COrgMod ( TSubtype  subtype,
const TSubname subname 
)
inline

Definition at line 155 of file OrgMod.hpp.

References COrgMod_Base::SetSubname(), COrgMod_Base::SetSubtype(), and subname.

◆ COrgMod() [3/4]

COrgMod::COrgMod ( const string subtype,
const TSubname subname 
)
inline

◆ ~COrgMod()

COrgMod::~COrgMod ( void  )

Definition at line 57 of file OrgMod.cpp.

◆ COrgMod() [4/4]

COrgMod::COrgMod ( const COrgMod value)
private

Member Function Documentation

◆ AddStructureToVoucher()

bool COrgMod::AddStructureToVoucher ( string val,
const string voucher_type 
)
static

◆ AutoFix() [1/2]

void COrgMod::AutoFix ( )

◆ AutoFix() [2/2]

string COrgMod::AutoFix ( TSubtype  subtype,
const string value 
)
static

◆ CheckMultipleVouchers()

string COrgMod::CheckMultipleVouchers ( const vector< string > &  vouchers)
static

◆ FindInstitutionCode()

COrgMod::TInstitutionCodeMap::iterator COrgMod::FindInstitutionCode ( const string inst_coll,
TInstitutionCodeMap code_map,
bool is_miscapitalized,
string correct_cap,
bool needs_country,
bool erroneous_country 
)
staticprivate

◆ FixCapitalization() [1/2]

void COrgMod::FixCapitalization ( )

◆ FixCapitalization() [2/2]

string COrgMod::FixCapitalization ( TSubtype  subtype,
const string value 
)
static

◆ FixHost()

string COrgMod::FixHost ( const string value)
static

◆ FixHostCapitalization()

string COrgMod::FixHostCapitalization ( const string value)
static

◆ FixStrain()

string COrgMod::FixStrain ( const string strain)
static

◆ FixStructuredVoucher()

bool COrgMod::FixStructuredVoucher ( string val,
const string voucher_type 
)
static

◆ FuzzyStrainMatch()

bool COrgMod::FuzzyStrainMatch ( const string strain1,
const string strain2 
)
static

Definition at line 1094 of file OrgMod.cpp.

References NStr::EqualNocase(), and s_HarmonizeString().

Referenced by BOOST_AUTO_TEST_CASE().

◆ GetInstitutionFullName()

const string & COrgMod::GetInstitutionFullName ( const string short_name)
static

◆ GetInstitutionShortName()

const string & COrgMod::GetInstitutionShortName ( const string full_name)
static

◆ GetSubtypeName()

string COrgMod::GetSubtypeName ( COrgMod::TSubtype  stype,
EVocabulary  vocabulary = eVocabulary_raw 
)
static

◆ GetSubtypeValue()

COrgMod::TSubtype COrgMod::GetSubtypeValue ( const string str,
EVocabulary  vocabulary = eVocabulary_raw 
)
static

◆ HoldsInstitutionCode()

bool COrgMod::HoldsInstitutionCode ( const TSubtype  stype)
static

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().

◆ IsBiomaterialValid()

string COrgMod::IsBiomaterialValid ( const string biomaterial)
static

Definition at line 447 of file OrgMod.cpp.

References NStr::Find(), IsStructuredVoucherValid(), and kEmptyStr.

Referenced by CValidError_imp::ValidateOrgModVoucher().

◆ IsCultureCollectionValid()

string COrgMod::IsCultureCollectionValid ( const string culture_collection)
static

◆ IsDiscouraged()

bool COrgMod::IsDiscouraged ( const TSubtype  stype,
bool  indexer = false 
)
static

◆ IsINSDCValidTypeMaterial()

bool COrgMod::IsINSDCValidTypeMaterial ( const string type_material)
static

Definition at line 1224 of file OrgMod.cpp.

References NStr::IsBlank(), and IsValidTypeMaterial().

Referenced by BOOST_AUTO_TEST_CASE(), and CSourceFeatureItem::x_AddQuals().

◆ IsInstitutionCodeValid()

bool COrgMod::IsInstitutionCodeValid ( const string inst_coll,
string voucher_type,
bool is_miscapitalized,
string correct_cap,
bool needs_country,
bool erroneous_country 
)
static

◆ IsMultipleValuesAllowed()

bool COrgMod::IsMultipleValuesAllowed ( TSubtype  subtype)
static

◆ IsSpecimenVoucherValid()

string COrgMod::IsSpecimenVoucherValid ( const string specimen_voucher)
static

Definition at line 436 of file OrgMod.cpp.

References NStr::Find(), IsStructuredVoucherValid(), and kEmptyStr.

Referenced by CValidError_imp::ValidateOrgModVoucher().

◆ IsStrainValid()

bool COrgMod::IsStrainValid ( const string strain)
static

Definition at line 836 of file OrgMod.cpp.

References NStr::EqualNocase(), i, max(), and sm_BadStrainValues.

Referenced by CValidError_imp::ValidateOrgName().

◆ IsStructuredVoucherValid()

string COrgMod::IsStructuredVoucherValid ( const string val,
const string voucher_type 
)
static

◆ IsUnexpectedViralOrgModQualifier() [1/2]

bool COrgMod::IsUnexpectedViralOrgModQualifier ( ) const

Definition at line 1153 of file OrgMod.cpp.

References COrgMod_Base::GetSubtype(), and COrgMod_Base::IsSetSubtype().

◆ IsUnexpectedViralOrgModQualifier() [2/2]

bool COrgMod::IsUnexpectedViralOrgModQualifier ( COrgMod::TSubtype  subtype)
static

◆ IsValidSubtypeName()

bool COrgMod::IsValidSubtypeName ( const string str,
EVocabulary  vocabulary = eVocabulary_raw 
)
static

◆ IsValidTypeMaterial()

bool COrgMod::IsValidTypeMaterial ( const string type_material)
static

◆ MakeStructuredVoucher()

string COrgMod::MakeStructuredVoucher ( const string inst,
const string coll,
const string id 
)
static

◆ NCBI_ValidateForMultipleIsolates()

bool COrgMod::NCBI_ValidateForMultipleIsolates ( void  )
static

Definition at line 1261 of file OrgMod.cpp.

References s_init_LookForMultipleIsolates(), and rapidjson::value.

Referenced by CValidError_imp::ValidateOrgName().

◆ operator=()

COrgMod& COrgMod::operator= ( const COrgMod value)
private

◆ ParseStructuredVoucher()

bool COrgMod::ParseStructuredVoucher ( const string str,
string inst,
string coll,
string id 
)
static

◆ RemoveAbbreviation()

bool COrgMod::RemoveAbbreviation ( )

◆ RescueInstFromParentheses()

bool COrgMod::RescueInstFromParentheses ( string val,
const string voucher_type 
)
static

The documentation for this class was generated from the following files:
Modified on Fri Sep 20 14:58:04 2024 by modify_doxy.py rev. 669887