source: src/Actions/MapOfActions.cpp@ 6866aa

Action_Thermostats Add_AtomRandomPerturbation Add_FitFragmentPartialChargesAction Add_RotateAroundBondAction Add_SelectAtomByNameAction Added_ParseSaveFragmentResults AddingActions_SaveParseParticleParameters Adding_Graph_to_ChangeBondActions Adding_MD_integration_tests Adding_ParticleName_to_Atom Adding_StructOpt_integration_tests AtomFragments Automaking_mpqc_open AutomationFragmentation_failures Candidate_v1.5.4 Candidate_v1.6.0 Candidate_v1.6.1 Candidate_v1.7.0 ChangeBugEmailaddress ChangingTestPorts ChemicalSpaceEvaluator CombiningParticlePotentialParsing Combining_Subpackages Debian_Package_split Debian_package_split_molecuildergui_only Disabling_MemDebug Docu_Python_wait EmpiricalPotential_contain_HomologyGraph EmpiricalPotential_contain_HomologyGraph_documentation Enable_parallel_make_install Enhance_userguide Enhanced_StructuralOptimization Enhanced_StructuralOptimization_continued Example_ManyWaysToTranslateAtom Exclude_Hydrogens_annealWithBondGraph FitPartialCharges_GlobalError Fix_BoundInBox_CenterInBox_MoleculeActions Fix_ChargeSampling_PBC Fix_ChronosMutex Fix_FitPartialCharges Fix_FitPotential_needs_atomicnumbers Fix_ForceAnnealing Fix_IndependentFragmentGrids Fix_ParseParticles Fix_ParseParticles_split_forward_backward_Actions Fix_PopActions Fix_QtFragmentList_sorted_selection Fix_Restrictedkeyset_FragmentMolecule Fix_StatusMsg Fix_StepWorldTime_single_argument Fix_Verbose_Codepatterns Fix_fitting_potentials Fixes ForceAnnealing_goodresults ForceAnnealing_oldresults ForceAnnealing_tocheck ForceAnnealing_with_BondGraph ForceAnnealing_with_BondGraph_continued ForceAnnealing_with_BondGraph_continued_betteresults ForceAnnealing_with_BondGraph_contraction-expansion FragmentAction_writes_AtomFragments FragmentMolecule_checks_bonddegrees GeometryObjects Gui_Fixes Gui_displays_atomic_force_velocity ImplicitCharges IndependentFragmentGrids IndependentFragmentGrids_IndividualZeroInstances IndependentFragmentGrids_IntegrationTest IndependentFragmentGrids_Sole_NN_Calculation JobMarket_RobustOnKillsSegFaults JobMarket_StableWorkerPool JobMarket_unresolvable_hostname_fix MoreRobust_FragmentAutomation ODR_violation_mpqc_open PartialCharges_OrthogonalSummation PdbParser_setsAtomName PythonUI_with_named_parameters QtGui_reactivate_TimeChanged_changes Recreated_GuiChecks Rewrite_FitPartialCharges RotateToPrincipalAxisSystem_UndoRedo SaturateAtoms_findBestMatching SaturateAtoms_singleDegree StoppableMakroAction Subpackage_CodePatterns Subpackage_JobMarket Subpackage_LinearAlgebra Subpackage_levmar Subpackage_mpqc_open Subpackage_vmg Switchable_LogView ThirdParty_MPQC_rebuilt_buildsystem TrajectoryDependenant_MaxOrder TremoloParser_IncreasedPrecision TremoloParser_MultipleTimesteps TremoloParser_setsAtomName Ubuntu_1604_changes stable
Last change on this file since 6866aa was 6866aa, checked in by Frederik Heber <heber@…>, 15 years ago

Case 'I' is now handled by CommandLineUI.

  • Property mode set to 100644
File size: 23.5 KB
Line 
1/*
2 * MapOfActions.cpp
3 *
4 * Created on: 10.05.2010
5 * Author: heber
6 */
7
8using namespace std;
9
10#include "Patterns/Singleton_impl.hpp"
11#include "Actions/MapOfActions.hpp"
12#include "Helpers/Assert.hpp"
13
14#include <boost/lexical_cast.hpp>
15#include <boost/optional.hpp>
16#include <boost/program_options.hpp>
17
18#include "CommandLineParser.hpp"
19#include "log.hpp"
20#include "verbose.hpp"
21
22#include "Actions/Values.hpp"
23
24void validate(boost::any& v, const std::vector<std::string>& values, VectorValue *, int)
25{
26 VectorValue VV;
27 if (values.size() != 3) {
28 cerr << "Specified vector does not have three components but " << values.size() << endl;
29 throw boost::program_options::validation_error("Specified vector does not have three components");
30 }
31 VV.x = boost::lexical_cast<double>(values.at(0));
32 VV.y = boost::lexical_cast<double>(values.at(1));
33 VV.z = boost::lexical_cast<double>(values.at(2));
34 v = boost::any(VectorValue(VV));
35}
36
37void validate(boost::any& v, const std::vector<std::string>& values, BoxValue *, int)
38{
39 BoxValue BV;
40 if (values.size() != 6) {
41 cerr << "Specified vector does not have three components but " << values.size() << endl;
42 throw boost::program_options::validation_error("Specified symmetric box matrix does not have six components");
43 }
44 BV.xx = boost::lexical_cast<double>(values.at(0));
45 BV.xy = boost::lexical_cast<double>(values.at(1));
46 BV.xz = boost::lexical_cast<double>(values.at(2));
47 BV.yy = boost::lexical_cast<double>(values.at(3));
48 BV.yz = boost::lexical_cast<double>(values.at(4));
49 BV.zz = boost::lexical_cast<double>(values.at(5));
50 v = boost::any(BoxValue(BV));
51}
52
53/** Constructor of class MapOfActions.
54 *
55 */
56MapOfActions::MapOfActions()
57{
58 // initialise lookup map
59 CmdParserLookup[&generic] = &(CommandLineParser::getInstance().generic);
60 CmdParserLookup[&config] = &(CommandLineParser::getInstance().config);
61 CmdParserLookup[&hidden] = &(CommandLineParser::getInstance().hidden);
62 CmdParserLookup[&visible] = &(CommandLineParser::getInstance().visible);
63
64 // keys for actions
65 DescriptionMap["add-atom"] = "add atom of specified element";
66 DescriptionMap["bond-table"] = "setting name of the bond length table file";
67 DescriptionMap["bond-file"] = "name of the bond file";
68 DescriptionMap["boundary"] = "change box to add an empty boundary around all atoms";
69 DescriptionMap["bound-in-box"] = "bound all atoms in the domain";
70 DescriptionMap["center-edge"] = "center edge of all atoms on (0,0,0)";
71 DescriptionMap["center-in-box"] = "center all atoms in the domain";
72 DescriptionMap["change-box"] = "change the symmetrc matrix of the simulation domain";
73 DescriptionMap["change-element"] = "change the element of an atom";
74 DescriptionMap["change-molname"] = "change the name of a molecule";
75 DescriptionMap["convex-envelope"] = "create the convex envelope for a molecule";
76 DescriptionMap["default-molname"] = "set the default name of new molecules";
77 DescriptionMap["depth-first-search"] = "Depth-First Search analysis of the molecular system";
78 DescriptionMap["element-db"] = "setting the path where the element databases can be found";
79 DescriptionMap["fastparsing"] = "setting whether trajectories shall be parsed completely (n) or just first step (y)";
80 DescriptionMap["fill-molecule"] = "fill empty space of box with a filler molecule";
81 DescriptionMap["fragment-mol"] = "create for a given molecule into fragments up to given order";
82 DescriptionMap["help"] = "Give this help screen";
83 DescriptionMap["linear-interpolate"] = "linear interpolation in discrete steps between start and end position of a molecule";
84 DescriptionMap["nonconvex-envelope"] = "create the non-convex envelope for a molecule";
85 DescriptionMap["molecular-volume"] = "calculate the volume of a given molecule";
86 DescriptionMap["pair-correlation"] = "pair correlation analysis between two elements, element and point or element and surface";
87 DescriptionMap["parse-xyz"] = "parse xyz file into World";
88 DescriptionMap["principal-axis-system"] = "calculate the principal axis system of the specified molecule";
89 DescriptionMap["remove-atom"] = "remove a specified atom";
90 DescriptionMap["remove-sphere"] = "remove sphere of atoms of around a specified atom";
91 DescriptionMap["repeat-box"] = "create periodic copies of the simulation box per axis";
92 DescriptionMap["rotate-to-pas"] = "calculate the principal axis system of the specified molecule and rotate specified axis to align with main axis";
93 DescriptionMap["set-basis"] = "set the name of the gaussian basis set for MPQC";
94 DescriptionMap["save-adjacency"] = "name of the adjacency file to write to";
95 DescriptionMap["save-bonds"] = "name of the bonds file to write to";
96 DescriptionMap["save-temperature"] = "name of the temperature file to write to";
97 DescriptionMap["scale-box"] = "scale box and atomic positions inside";
98 DescriptionMap["subgraph-dissect"] = "dissect the molecular system into molecules representing disconnected subgraphs";
99 DescriptionMap["suspend-in-water"] = "suspend the given molecule in water such that in the domain the mean density is as specified";
100 DescriptionMap["translate-mol"] = "translate molecule by given vector";
101 DescriptionMap["verbose"] = "set verbosity level";
102 DescriptionMap["verlet-integrate"] = "perform verlet integration of a given force file";
103 DescriptionMap["version"] = "show version";
104 // keys for values
105 DescriptionMap["atom-by-id"] = "index of an atom";
106 DescriptionMap["bin-output-file"] = "name of the bin output file";
107 DescriptionMap["bin-end"] = "start of the last bin";
108 DescriptionMap["bin-start"] = "start of the first bin";
109 DescriptionMap["bin-width"] = "width of the bins";
110 DescriptionMap["distance"] = "distance in space";
111 DescriptionMap["distances"] = "list of three of distances in space, one for each axis direction";
112 DescriptionMap["DoRotate"] = "whether to rotate or just report angles";
113 DescriptionMap["element"] = "single element";
114 DescriptionMap["elements"] = "set of elements";
115 DescriptionMap["end-step"] = "last or end step";
116 DescriptionMap["id-mapping"] = "whether the identity shall be used in mapping atoms onto atoms or some closest distance measure shall be used";
117 DescriptionMap["input"] = "name of input file";
118 DescriptionMap["length"] = "length in space";
119 DescriptionMap["lengths"] = "list of three of lengths in space, one for each axis direction";
120 DescriptionMap["MaxDistance"] = "maximum distance in space";
121 DescriptionMap["molecule-by-id"] = "index of a molecule";
122 DescriptionMap["molecule-by-name"] = "name of a molecule";
123 DescriptionMap["order"] = "order of a discretization, dissection, ...";
124 DescriptionMap["output-file"] = "name of the output file";
125 DescriptionMap["periodic"] = "system is constraint to periodic boundary conditions (y/n)";
126 DescriptionMap["position"] = "position in R^3 space";
127 DescriptionMap["start-step"] = "first or start step";
128
129 // short forms for the actions
130 ShortFormMap["add-atom"] = "a";
131 ShortFormMap["bond-table"] = "g";
132 ShortFormMap["bond-file"] = "A";
133 ShortFormMap["boundary"] = "c";
134 ShortFormMap["change-box"] = "B";
135 ShortFormMap["center-edge"] = "O";
136 ShortFormMap["center-in-box"] = "b";
137 ShortFormMap["change-element"] = "E";
138 ShortFormMap["convex-envelope"] = "o";
139 ShortFormMap["default-molname"] = "X";
140 ShortFormMap["depth-first-search"] = "D";
141 ShortFormMap["element-db"] = "e";
142 ShortFormMap["fastparsing"] = "n";
143 ShortFormMap["fill-molecule"] = "F";
144 ShortFormMap["fragment-mol"] = "f";
145 ShortFormMap["help"] = "h";
146 ShortFormMap["input"] = "i";
147 ShortFormMap["linear-interpolate"] = "L";
148 ShortFormMap["nonconvex-envelope"] = "N";
149 ShortFormMap["pair-correlation"] = "C";
150 ShortFormMap["parse-xyz"] = "p";
151 ShortFormMap["remove-atom"] = "r";
152 ShortFormMap["remove-sphere"] = "R";
153 ShortFormMap["repeat-box"] = "d";
154 ShortFormMap["rotate-to-pas"] = "m";
155 ShortFormMap["save-adjacency"] = "J";
156 ShortFormMap["save-bonds"] = "j";
157 ShortFormMap["save-temperature"] = "S";
158 ShortFormMap["scale-box"] = "s";
159 ShortFormMap["set-basis"] = "M";
160 ShortFormMap["subgraph-dissect"] = "I";
161 ShortFormMap["suspend-in-water"] = "u";
162 ShortFormMap["translate-mol"] = "t";
163 ShortFormMap["verbose"] = "v";
164 ShortFormMap["verlet-integrate"] = "P";
165 ShortFormMap["version"] = "V";
166
167 // value types for the actions
168 TypeMap["add-atom"] = Element;
169 TypeMap["bond-file"] = String;
170 TypeMap["bond-table"] = String;
171 TypeMap["boundary"] = Vector;
172 TypeMap["center-in-box"] = Box;
173 TypeMap["change-box"] = Box;
174 TypeMap["change-element"] = Atom;
175 TypeMap["change-molname"] = String;
176 TypeMap["convex-envelope"] = Molecule;
177 TypeMap["default-molname"] = String;
178 TypeMap["depth-first-search"] = Double;
179 TypeMap["element-db"] = String;
180 TypeMap["fastparsing"] = Boolean;
181 TypeMap["fill-molecule"] = String;
182 TypeMap["fragment-mol"] = Molecule;
183 TypeMap["input"] = String;
184 TypeMap["linear-interpolate"] = String;
185 TypeMap["molecular-volume"] = Molecule;
186 TypeMap["nonconvex-envelope"] = Molecule;
187 TypeMap["parse-xyz"] = String;
188 TypeMap["pair-correlation"] = String;
189 TypeMap["principal-axis-system"] = Molecule;
190 TypeMap["remove-atom"] = Atom;
191 TypeMap["remove-sphere"] = Double;
192 TypeMap["repeat-box"] = Vector;
193 TypeMap["rotate-to-pas"] = Molecule;
194 TypeMap["save-adjacency"] = String;
195 TypeMap["save-bonds"] = String;
196 TypeMap["save-temperature"] = String;
197 TypeMap["scale-box"] = Vector;
198 TypeMap["set-basis"] = String;
199 TypeMap["subgraph-dissect"] = None;
200 TypeMap["suspend-in-water"] = Double;
201 TypeMap["translate-mol"] = Vector;
202 TypeMap["verlet-integrate"] = String;
203 TypeMap["verbose"] = Integer;
204
205 // value types for the values
206 TypeMap["atom-by-id"] = Atom;
207 TypeMap["bin-output-file"] = String;
208 TypeMap["bin-end"] = Double;
209 TypeMap["bin-start"] = Double;
210 TypeMap["bin-width"] = Double;
211 TypeMap["distance"] = Double;
212 TypeMap["distances"] = Vector;
213 TypeMap["DoRotate"] = Boolean;
214 TypeMap["element"] = Element;
215 TypeMap["elements"] = ListOfElements;
216 TypeMap["end-step"] = Integer;
217 TypeMap["id-mapping"] = Boolean;
218 TypeMap["length"] = Double;
219 TypeMap["lengths"] = Vector;
220 TypeMap["MaxDistance"] = Double;
221 TypeMap["molecule-by-id"] = Molecule;
222 TypeMap["molecule-by-name"] = Molecule;
223 TypeMap["order"] = Integer;
224 TypeMap["output-file"] = String;
225 TypeMap["periodic"] = Boolean;
226 TypeMap["position"] = Vector;
227 TypeMap["start-step"] = Integer;
228
229 // default values for any action that needs one (always string!)
230 DefaultValue["bin-width"] = "0.5";
231 DefaultValue["fastparsing"] = "0";
232 DefaultValue["atom-by-id"] = "-1";
233 DefaultValue["molecule-by-id"] = "-1";
234 DefaultValue["periodic"] = "0";
235
236
237 // list of generic actions
238 generic.insert("add-atom");
239 generic.insert("bond-file");
240 generic.insert("bond-table");
241 generic.insert("boundary");
242// generic.insert("bound-in-box");
243 generic.insert("center-edge");
244 generic.insert("center-in-box");
245 generic.insert("change-box");
246// generic.insert("change-molname");
247 generic.insert("change-element");
248// generic.insert("convex-envelope");
249 generic.insert("default-molname");
250 generic.insert("depth-first-search");
251 generic.insert("element-db");
252 generic.insert("fastparsing");
253 generic.insert("fill-molecule");
254 generic.insert("fragment-mol");
255 generic.insert("help");
256 generic.insert("linear-interpolate");
257// generic.insert("molecular-volume");
258// generic.insert("nonconvex-envelope");
259 generic.insert("pair-correlation");
260// generic.insert("parse-xyz");
261// generic.insert("principal-axis-system");
262 generic.insert("remove-atom");
263 generic.insert("remove-sphere");
264 generic.insert("repeat-box");
265 generic.insert("rotate-to-pas");
266 generic.insert("save-adjacency");
267 generic.insert("save-bonds");
268 generic.insert("save-temperature");
269 generic.insert("scale-box");
270 generic.insert("set-basis");
271 generic.insert("subgraph-dissect");
272 generic.insert("suspend-in-water");
273 generic.insert("translate-mol");
274 generic.insert("verbose");
275 generic.insert("verlet-integrate");
276 generic.insert("version");
277// // list of generic values
278// generic.insert("distance");
279// generic.insert("distances");
280// generic.insert("element");
281 generic.insert("input");
282// generic.insert("length");
283
284 // positional arguments
285 inputfile.insert("input");
286
287 // hidden arguments
288 generic.insert("atom-by-id");
289 generic.insert("bin-end");
290 generic.insert("bin-output-file");
291 generic.insert("bin-start");
292 generic.insert("bin-width");
293 generic.insert("distance");
294 generic.insert("DoRotate");
295 generic.insert("distances");
296 generic.insert("element");
297 generic.insert("elements");
298 generic.insert("end-step");
299 generic.insert("id-mapping");
300 generic.insert("lengths");
301 generic.insert("MaxDistance");
302 generic.insert("molecule-by-id");
303 generic.insert("molecule-by-name");
304 generic.insert("order");
305 generic.insert("output-file");
306 generic.insert("periodic");
307 generic.insert("position");
308 generic.insert("start-step");
309}
310
311/** Destructor of class MapOfActions.
312 *
313 */
314MapOfActions::~MapOfActions()
315{
316 DescriptionMap.clear();
317}
318
319/** Adds all options to the CommandLineParser.
320 *
321 */
322void MapOfActions::AddOptionsToParser()
323{
324 // add other options
325 for (map< set<string>*, po::options_description* >::iterator ListRunner = CmdParserLookup.begin(); ListRunner != CmdParserLookup.end(); ++ListRunner) {
326 for (set<string>::iterator OptionRunner = ListRunner->first->begin(); OptionRunner != ListRunner->first->end(); ++OptionRunner) {
327 if (hasValue(*OptionRunner)) {
328 DoLog(0) && (Log() << Verbose(0) << "Adding option " << *OptionRunner << " with type " << TypeMap[*OptionRunner] << " to CommandLineParser." << endl);
329 switch((enum OptionTypes) TypeMap[*OptionRunner]) {
330 default:
331 case None:
332 ListRunner->second->add_options()
333 (getKeyAndShortForm(*OptionRunner).c_str(), getDescription(*OptionRunner).c_str())
334 ;
335 break;
336 case Boolean:
337 ListRunner->second->add_options()
338 (getKeyAndShortForm(*OptionRunner).c_str(),
339 DefaultValue.find(*OptionRunner) != DefaultValue.end() ?
340 po::value< bool >()->default_value(atoi(DefaultValue[*OptionRunner].c_str())) :
341 po::value< bool >(),
342 getDescription(*OptionRunner).c_str())
343 ;
344 break;
345 case Box:
346 ListRunner->second->add_options()
347 (getKeyAndShortForm(*OptionRunner).c_str(),
348 po::value<BoxValue>()->multitoken(),
349 getDescription(*OptionRunner).c_str())
350 ;
351 break;
352 case Integer:
353 ListRunner->second->add_options()
354 (getKeyAndShortForm(*OptionRunner).c_str(),
355 DefaultValue.find(*OptionRunner) != DefaultValue.end() ?
356 po::value< int >()->default_value(atoi(DefaultValue[*OptionRunner].c_str())) :
357 po::value< int >(),
358 getDescription(*OptionRunner).c_str())
359 ;
360 break;
361 case ListOfInts:
362 ListRunner->second->add_options()
363 (getKeyAndShortForm(*OptionRunner).c_str(),
364 po::value< vector<int> >()->multitoken(),
365 getDescription(*OptionRunner).c_str())
366 ;
367 break;
368 case Double:
369 ListRunner->second->add_options()
370 (getKeyAndShortForm(*OptionRunner).c_str(),
371 DefaultValue.find(*OptionRunner) != DefaultValue.end() ?
372 po::value< double >()->default_value(atof(DefaultValue[*OptionRunner].c_str())) :
373 po::value< double >(),
374 getDescription(*OptionRunner).c_str())
375 ;
376 break;
377 case ListOfDoubles:
378 ListRunner->second->add_options()
379 (getKeyAndShortForm(*OptionRunner).c_str(),
380 po::value< vector<double> >()->multitoken(),
381 getDescription(*OptionRunner).c_str())
382 ;
383 break;
384 case String:
385 ListRunner->second->add_options()
386 (getKeyAndShortForm(*OptionRunner).c_str(),
387 DefaultValue.find(*OptionRunner) != DefaultValue.end() ?
388 po::value< std::string >()->default_value(DefaultValue[*OptionRunner]) :
389 po::value< std::string >(),
390 getDescription(*OptionRunner).c_str())
391 ;
392 break;
393 case Axis:
394 ListRunner->second->add_options()
395 (getKeyAndShortForm(*OptionRunner).c_str(),
396 DefaultValue.find(*OptionRunner) != DefaultValue.end() ?
397 po::value< int >()->default_value(atoi(DefaultValue[*OptionRunner].c_str())) :
398 po::value< int >(),
399 getDescription(*OptionRunner).c_str())
400 ;
401 break;
402 case Vector:
403 ListRunner->second->add_options()
404 (getKeyAndShortForm(*OptionRunner).c_str(),
405 po::value<VectorValue>()->multitoken(),
406 getDescription(*OptionRunner).c_str())
407 ;
408 break;
409 case Molecule:
410 ListRunner->second->add_options()
411 (getKeyAndShortForm(*OptionRunner).c_str(),
412 DefaultValue.find(*OptionRunner) != DefaultValue.end() ?
413 po::value< int >()->default_value(atoi(DefaultValue[*OptionRunner].c_str())) :
414 po::value< int >(),
415 getDescription(*OptionRunner).c_str())
416 ;
417 break;
418 case ListOfMolecules:
419 ListRunner->second->add_options()
420 (getKeyAndShortForm(*OptionRunner).c_str(),
421 po::value< vector<int> >()->multitoken(),
422 getDescription(*OptionRunner).c_str())
423 ;
424 break;
425 case Atom:
426 ListRunner->second->add_options()
427 (getKeyAndShortForm(*OptionRunner).c_str(),
428 DefaultValue.find(*OptionRunner) != DefaultValue.end() ?
429 po::value< int >()->default_value(atoi(DefaultValue[*OptionRunner].c_str())) :
430 po::value< int >(),
431 getDescription(*OptionRunner).c_str())
432 ;
433 break;
434 case ListOfAtoms:
435 ListRunner->second->add_options()
436 (getKeyAndShortForm(*OptionRunner).c_str(),
437 po::value< vector<int> >()->multitoken(),
438 getDescription(*OptionRunner).c_str())
439 ;
440 break;
441 case Element:
442 ListRunner->second->add_options()
443 (getKeyAndShortForm(*OptionRunner).c_str(),
444 po::value< vector<int> >(),
445 getDescription(*OptionRunner).c_str())
446 ;
447 break;
448 case ListOfElements:
449 ListRunner->second->add_options()
450 (getKeyAndShortForm(*OptionRunner).c_str(),
451 po::value< vector<int> >()->multitoken(),
452 getDescription(*OptionRunner).c_str())
453 ;
454 break;
455 }
456 } else {
457 DoLog(0) && (Log() << Verbose(0) << "Adding option " << *OptionRunner << " to CommandLineParser." << endl);
458 ListRunner->second->add_options()
459 (getKeyAndShortForm(*OptionRunner).c_str(), getDescription(*OptionRunner).c_str())
460 ;
461 }
462 }
463 }
464 // add positional arguments
465 for (set<string>::iterator OptionRunner = inputfile.begin(); OptionRunner != inputfile.end(); ++OptionRunner) {
466 DoLog(0) && (Log() << Verbose(0) << "Adding option " << *OptionRunner << " to positional CommandLineParser." << endl);
467 CommandLineParser::getInstance().inputfile.add((*OptionRunner).c_str(), -1);
468 }
469 cout << "Name for position 1: " << CommandLineParser::getInstance().inputfile.name_for_position(1) << endl;
470}
471
472/** Getter for MapOfActions:DescriptionMap.
473 * Note that we assert when action does not exist in CommandLineParser::DescriptionMap.
474 * \param actionname name of the action to lookup
475 * \return Description of the action
476 */
477std::string MapOfActions::getDescription(string actionname)
478{
479 ASSERT(DescriptionMap.find(actionname) != DescriptionMap.end(), "Unknown action name passed to MapOfActions::getDescription");
480 return DescriptionMap[actionname];
481}
482
483/** Specific Getter for a MapOfActions:ShortFormMap.
484 * If action has a short for, then combination is as "actionname,ShortForm" (this is
485 * the desired format for boost::program_options). If no short form exists in the map,
486 * just actionname will be returned
487 * Note that we assert when action does not exist in CommandLineParser::DescriptionMap.
488 * \param actionname name of the action to lookup
489 * \return actionname,ShortForm or Description of the action
490 */
491std::string MapOfActions::getKeyAndShortForm(string actionname)
492{
493 stringstream output;
494 ASSERT(DescriptionMap.find(actionname) != DescriptionMap.end(), "Unknown action name passed to MapOfActions::getDescriptionAndShortForm");
495 output << actionname;
496 if (ShortFormMap.find(actionname) != DescriptionMap.end())
497 output << "," << ShortFormMap[actionname];
498 return output.str();
499}
500
501/** Getter for MapOfActions:ShortFormMap.
502 * Note that we assert when action does not exist CommandLineParser::ShortFormMap.
503 * \param actionname name of the action to lookup
504 * \return ShortForm of the action
505 */
506std::string MapOfActions::getShortForm(string actionname)
507{
508 ASSERT(ShortFormMap.find(actionname) != ShortFormMap.end(), "Unknown action name passed to MapOfActions::getShortForm");
509 return ShortFormMap[actionname];
510}
511
512/** Returns whether the given action needs a value or not.
513 * \param actionname name of the action to look up
514 * \return true - value is needed, false - no value is stored in MapOfActions::TypeMap
515 */
516bool MapOfActions::hasValue(string actionname)
517{
518 return (TypeMap.find(actionname) != TypeMap.end());
519}
520
521/** Getter for MapOfActions::TypeMap.
522 * \param actionname name of the action to look up
523 * \return type of the action
524 */
525enum MapOfActions::OptionTypes MapOfActions::getValueType(string actionname)
526{
527 return TypeMap[actionname];
528}
529
530/** Searches whether action is registered with CommandLineParser.
531 * Note that this method is only meant transitionally for ParseCommandLineOptions' removal.
532 * I.e. All actions that are already handled by the new CommandLineUIFactory can be checked
533 * by this function.
534 * \param shortform command short form to look for
535 * \return true - action has been registered, false - action has not been registered.
536 */
537bool MapOfActions::isShortFormPresent(string shortform)
538{
539 bool result = false;
540 string actionname;
541 for (map<std::string, std::string>::iterator ShortFormRunner = ShortFormMap.begin(); ShortFormRunner != ShortFormMap.end(); ++ShortFormRunner)
542 if (ShortFormRunner->second == shortform) {
543 actionname = ShortFormRunner->first;
544 break;
545 }
546 result = result || (generic.find(actionname) != generic.end());
547 result = result || (config.find(actionname) != config.end());
548 result = result || (hidden.find(actionname) != hidden.end());
549 result = result || (visible.find(actionname) != visible.end());
550 result = result || (inputfile.find(actionname) != inputfile.end());
551 return result;
552}
553
554/** Returns the inverse to MapOfActions::ShortFormMap, i.e. lookup actionname for its short form.
555 * \return map from short form of action to name of action
556 */
557map <std::string, std::string> MapOfActions::getShortFormToActionMap()
558{
559 map <std::string, std::string> result;
560
561 for (map<std::string, std::string>::iterator iter = ShortFormMap.begin(); iter != ShortFormMap.end(); ++iter)
562 result[iter->second] = iter->first;
563
564 return result;
565}
566
567
568CONSTRUCT_SINGLETON(MapOfActions)
Note: See TracBrowser for help on using the repository browser.