Difference between revisions of "Core.Signatures.ProcedureSignatures"
Jump to navigation
Jump to search
m (Hb moved page Core.Signatures.OtxProcedureSignatures to Core.Signatures.ProcedureSignatures: #3153) |
|||
Line 4: | Line 4: | ||
== Introduction == | == Introduction == | ||
− | The procedure signature describes the interface of a sequence (procedure), see [[General. | + | The procedure signature describes the interface of a sequence (procedure), see [[General.Principles#SignatureConcept|Signature Concept]]. |
== Properties == | == Properties == | ||
* '''Name''' <br/> Unique name throughout all global identifiers within the OTX document. | * '''Name''' <br/> Unique name throughout all global identifiers within the OTX document. | ||
* '''Specification''' <br/> Description of procedure signature. | * '''Specification''' <br/> Description of procedure signature. | ||
− | * [[Core. | + | * [[Core.Visibilities|Visibility]] |
** Private (Standard) | ** Private (Standard) | ||
** Package | ** Package | ||
** Public | ** Public | ||
− | * '''Parameter''' <br/> Parameters of the procedure, see [[Core. | + | * '''Parameter''' <br/> Parameters of the procedure, see [[Core.Parameters|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 10:54, 16 February 2016
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)
- Package
- Public
- Parameter
Parameters of the procedure, see Parameter Declaration. - Exception (Throws)
List of exceptions that can be caused by the procedure.