Represents an OTX Procedure.
More...
#include <IProcedure.h>
Represents an OTX Procedure.
◆ GetDocument()
virtual std::shared_ptr<IDocument> OpenTestSystem::Otx::Runtime::Api::Otx::IProcedure::GetDocument |
( |
| ) |
|
|
pure virtual |
Gets Document that contains the Procedure.
- Returns
- A Document which this Procedure belongs to.
◆ GetFullName()
virtual std::string OpenTestSystem::Otx::Runtime::Api::Otx::IProcedure::GetFullName |
( |
| ) |
|
|
pure virtual |
Gets Procedure full name.
- Returns
- A combination of Document full name and Procedure name, separated by '.'.
◆ GetName()
virtual std::string OpenTestSystem::Otx::Runtime::Api::Otx::IProcedure::GetName |
( |
| ) |
|
|
pure virtual |
Gets Procedure name.
- Returns
- Procedure name.
◆ GetParameters()
virtual std::vector<std::shared_ptr<IProcedureParameter> > OpenTestSystem::Otx::Runtime::Api::Otx::IProcedure::GetParameters |
( |
| ) |
|
|
pure virtual |
Gets all Parameters.
- Returns
- A list of Parameters.
◆ GetSpecification()
virtual std::string OpenTestSystem::Otx::Runtime::Api::Otx::IProcedure::GetSpecification |
( |
| ) |
|
|
pure virtual |
Gets Procedure specification.
- Returns
- Procedure specification.
◆ IsMain()
virtual bool OpenTestSystem::Otx::Runtime::Api::Otx::IProcedure::IsMain |
( |
| ) |
|
|
pure virtual |
Checks if this procedure is the main procedure.
- Returns
- True if this procedure is the main procedure; otherwise, false.
The documentation for this class was generated from the following file: