Core.Visibilities

From emotive
Revision as of 06:53, 30 July 2014 by Nb (talk | contribs) (Created page with "{{DISPLAYTITLE:OTX '''Visibilities''' data model}}Category:OTX-CoreCategory:Visibilities == Classification == {{ClassificationCore | Visibilities | OTX visibilities da...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name Visibilities
Short Description OTX visibilities data model
Class OTX Core
Pre-Conditions -
Specified by ISO 13209-2

Introduction

In OTX describes the visibility whether items such as:

  • Procedure,
  • Signature
  • Global constant
  • Context variable
  • Validity

can be used in other documents or not. There are the following three levels of visibility:

  • Private
    The corresponding element can only be used within the same document. It is thus invisible to other OTX documents.
  • Package
    The corresponding element can only be used in documents within the same package. It is thus invisible to OTX documents outside the current package.
  • Public
    The corresponding item can be used by all of the document. Thus, it is visible to all OTX documents.

Global variables always have the visibility private, ie must not be used in other documents!