Difference between revisions of "Core.Signatures.ProcedureSignatures"

From emotive
Jump to navigation Jump to search
Line 1: Line 1:
{{DISPLAYTITLE:OTX '''Procedure Signatures''' data model}}[[Category:OTX-Core]][[Category:Signatures]]
+
{{DISPLAYTITLE:OTX '''Procedure Signatures'''}}[[Category:OTX-Core]][[Category:Signatures]]
 
== Classification ==
 
== Classification ==
{{ClassificationCore | Procedure Signatures | OTX procedure signatures data model | [[OTX Core]] | - }}
+
{{ClassificationCore | Procedure Signatures | Interface description of a sequence (procedure) | [[OtxReference#Core|OTX Core]] | - }}
  
 
== Introduction ==
 
== Introduction ==
The procedure signature describes the interface of a procedure (procedure), see [[OtxPrinciples#SignatureConcept|Signature Concept]].
+
The procedure signature describes the interface of a sequence (procedure), see [[OtxPrinciples#SignatureConcept|Signature Concept]].
  
 
== Properties ==
 
== Properties ==
* '''Name''' <br/> Within the OTX document unique name
+
* '''Name''' <br/> Unique name throughout all global identifiers within the OTX document.
* '''Specification''' <br/> Description of procedure signature
+
* '''Specification''' <br/> Description of procedure signature.
 
* [[OtxVisibilities|Visibility]]
 
* [[OtxVisibilities|Visibility]]
 
** Private (Standard)
 
** Private (Standard)
 
** Packa­ge
 
** Packa­ge
 
** Public
 
** Public
* '''Parameter''' <br/> Parameters of the procedure, see [[OtxParameters|Parameter Declaration]]
+
* '''Parameter''' <br/> Parameters of the procedure, see [[OtxParameters|Parameter Declaration]].
* '''Exception''' (Throws) <br/> List of exceptions that can be caused by the procedure
+
* '''Exception''' (Throws) <br/> List of exceptions that can be caused by the procedure.

Revision as of 04:47, 18 September 2014

Classification

Name Procedure Signatures
Short Description Interface description of a sequence (procedure)
Class OTX Core
Pre-Conditions -
Specified by ISO 13209-2

Introduction

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

Properties

  • Name
    Unique name throughout all global identifiers within the OTX document.
  • 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.