OTX Reference  
OpenTestSystem.Otx.Core.Procedure.ExtensibleProcedureRealisation Class Reference

Declares a procedure which can be extented by additional realisations defined in new OTX extensions using the standardised extension mechanism, example: flow chart procedure. This procedure can be called by the ProcedureCall. More...

Inheritance diagram for OpenTestSystem.Otx.Core.Procedure.ExtensibleProcedureRealisation:
Inheritance graph

Public Attributes

Comments comments
 This optional element is a container for an arbitrary-length list of floating comments. They can be used for commenting parts of the procedure flow implementation for the human reader. More...
 
LocalDeclarations declarations
 Local variables and constants of the procedure shall be declared in this block, see LocalDeclarations. More...
 
ParameterDeclarations parameters
 Parameters of the procedure must be declared in this block, see ParameterDeclarations. More...
 
Throws throws
 Exceptions must be declared here. Each exception listed may potentially be thrown by the procedure under certain circumstances. More...
 

Detailed Description

Declares a procedure which can be extented by additional realisations defined in new OTX extensions using the standardised extension mechanism, example: flow chart procedure. This procedure can be called by the ProcedureCall.

Member Data Documentation

◆ comments

Comments OpenTestSystem.Otx.Core.Procedure.ExtensibleProcedureRealisation.comments

This optional element is a container for an arbitrary-length list of floating comments. They can be used for commenting parts of the procedure flow implementation for the human reader.

◆ declarations

LocalDeclarations OpenTestSystem.Otx.Core.Procedure.ExtensibleProcedureRealisation.declarations

Local variables and constants of the procedure shall be declared in this block, see LocalDeclarations.

◆ parameters

ParameterDeclarations OpenTestSystem.Otx.Core.Procedure.ExtensibleProcedureRealisation.parameters

Parameters of the procedure must be declared in this block, see ParameterDeclarations.

◆ throws

Throws OpenTestSystem.Otx.Core.Procedure.ExtensibleProcedureRealisation.throws

Exceptions must be declared here. Each exception listed may potentially be thrown by the procedure under certain circumstances.