#include <commandsProc.hxx>


Public Member Functions | |
| CommandSetAlgo (std::string optimizer, std::string alglib, std::string symbol) | |
  Public Member Functions inherited from YACS::HMI::Command | |
| Command () | |
| virtual bool | execute () | 
| the command is executed a first time after its registration for undo redo, then on redo  More... | |
| virtual bool | reverse (bool isNormal=true) | 
| Reverse action: undo.  More... | |
| virtual bool | executeSubOnly () | 
| execute only sub commands in a reverse action  More... | |
| std::string | recursiveDump (int level=0) | 
| void | addSubCommand (Command *command) | 
| bool | isNormalReverse () | 
Protected Member Functions | |
| virtual bool | localExecute () | 
| virtual bool | localReverse () | 
| virtual std::string | dump () | 
Protected Attributes | |
| std::string | _optimizer | 
| std::string | _alglib | 
| std::string | _symbol | 
| std::string | _oldAlglib | 
| std::string | _oldSymbol | 
  Protected Attributes inherited from YACS::HMI::Command | |
| std::vector< Command * > | _subCommands | 
| bool | _normalReverse | 
Definition at line 484 of file commandsProc.hxx.
| CommandSetAlgo::CommandSetAlgo | ( | std::string | optimizer, | 
| std::string | alglib, | ||
| std::string | symbol | ||
| ) | 
Definition at line 2778 of file commandsProc.cxx.
References _alglib, _oldAlglib, _oldSymbol, _optimizer, _symbol, and DEBTRACE.
      
  | 
  protectedvirtual | 
Reimplemented from YACS::HMI::Command.
Definition at line 2786 of file commandsProc.cxx.
References _alglib, _optimizer, _symbol, and PMMLBasicsTestLauncher::ret.
      
  | 
  protectedvirtual | 
Implements YACS::HMI::Command.
Definition at line 2792 of file commandsProc.cxx.
References _alglib, YACS::HMI::GuiContext::_mapOfSubjectDataPort, YACS::HMI::GuiContext::_mapOfSubjectNode, _oldAlglib, _oldSymbol, _optimizer, _symbol, DEBTRACE, YACS::ENGINE::OptimizerLoop::edGetPortForOutPool(), YACS::ENGINE::DynParaLoop::edGetSamplePort(), YACS::ENGINE::ComposedNode::getChildByName(), YACS::HMI::GuiContext::getCurrent(), YACS::HMI::GuiContext::getProc(), YACS::ENGINE::OptimizerLoop::setAlgorithm(), setErrorMsg(), YACS::HMI::SETVALUE, YACS::HMI::UPDATE, YACS::Exception::what(), and YASSERT.
      
  | 
  protectedvirtual | 
Implements YACS::HMI::Command.
Definition at line 2823 of file commandsProc.cxx.
References YACS::HMI::GuiContext::_mapOfSubjectDataPort, YACS::HMI::GuiContext::_mapOfSubjectNode, _oldAlglib, _oldSymbol, _optimizer, DEBTRACE, YACS::ENGINE::OptimizerLoop::edGetPortForOutPool(), YACS::ENGINE::DynParaLoop::edGetSamplePort(), YACS::ENGINE::ComposedNode::getChildByName(), YACS::HMI::GuiContext::getCurrent(), YACS::HMI::GuiContext::getProc(), YACS::ENGINE::OptimizerLoop::setAlgorithm(), setErrorMsg(), YACS::HMI::SETVALUE, YACS::HMI::UPDATE, YACS::Exception::what(), and YASSERT.
      
  | 
  protected | 
Definition at line 493 of file commandsProc.hxx.
Referenced by CommandSetAlgo(), dump(), and localExecute().
      
  | 
  protected | 
Definition at line 495 of file commandsProc.hxx.
Referenced by CommandSetAlgo(), localExecute(), and localReverse().
      
  | 
  protected | 
Definition at line 496 of file commandsProc.hxx.
Referenced by CommandSetAlgo(), localExecute(), and localReverse().
      
  | 
  protected | 
Definition at line 492 of file commandsProc.hxx.
Referenced by CommandSetAlgo(), dump(), localExecute(), and localReverse().
      
  | 
  protected | 
Definition at line 494 of file commandsProc.hxx.
Referenced by CommandSetAlgo(), dump(), and localExecute().