Arkanjo 0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
Orchestrator Class Reference

Main command orchestrator. More...

#include <orchestrator.hpp>

Public Member Functions

 Orchestrator (string command, vector< string > parameters)
 Constructs orchestrator and executes requested command.
 

Detailed Description

Main command orchestrator.

Routes and executes tool commands by coordinating between various subsystems including preprocessing, exploration, duplication counting, and evaluation components.

Definition at line 36 of file orchestrator.hpp.

Constructor & Destructor Documentation

◆ Orchestrator()

Orchestrator::Orchestrator ( string command,
vector< string > parameters )

Constructs orchestrator and executes requested command.

Parameters
commandThe main command to execute
parametersAdditional command parameters

Definition at line 102 of file orchestrator.cpp.


The documentation for this class was generated from the following files: