Difference between revisions of "Core.Signatures.ProcedureSignatures"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:OTX '''Procedure Signatures''' data model}}Category:OTX-Core == Classification == {{ClassificationCore | Procedure Signatures | OTX procedure signatures dat...")
 
Line 8: Line 8:
 
== Properties ==
 
== Properties ==
 
* '''Name''' <br/> Within the OTX document unique name
 
* '''Name''' <br/> Within the OTX document unique name
* '''Specification''' <br/> Description of Validity
+
* '''Specification''' <br/> Description of procedure signature
 
* [[OtxVisibilities|Visibility]]
 
* [[OtxVisibilities|Visibility]]
 
** Private (Standard)
 
** Private (Standard)

Revision as of 08:03, 30 July 2014

Classification

Name Procedure Signatures
Short Description OTX procedure signatures data model
Class OTX Core
Pre-Conditions -
Specified by ISO 13209-2

Introduction

The procedure signature describes the interface of a procedure (procedure), see Signature Concept.

Properties

  • Name
    Within the OTX document unique name
  • Specification
    Description of procedure signature
  • Visibility
    • Private (Standard)
    • Packa­ge
    • Public
  • Parameter
    Parameters of the procedure, see Parameter Declaration
  • Exception (Throws)
    List of exceptions that can be caused by the procedure