Core.Signatures.ProcedureSignatures

From emotive
Revision as of 03:17, 21 November 2016 by Nb (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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
    • Packa­ge (Default)
    • Public
  • Parameter
    Parameters of the procedure, see Parameter Declaration.
  • Exception (Throws)
    List of exceptions that can be caused by the procedure.