To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

ISO 10303-22 is a part of the implementation methods of STEP with the official title Standard data access interface or simply SDAI.

SDAI defines an abstract Application Programming Interface (API) to work on application data according to a given data models defined in EXPRESS. SDAI itself is defined independent of a particular programming language. Language bindings exist for

  • Part 23 - C++ language binding of the standard data access interface
  • Part 24 - C binding of the standard data access interface
  • Part 27 - Java binding to the standard data access interface with Internet/Intranet extensions
  • The development of language bindings for FORTRAN and the interface definition language (IDL) of CORBA were canceled.

The original intent of SDAI and its bindings to programming languages was to achieve portability of software applications from one implementation to another. This was soon abandoned because there were only a few commercial implementations and they differed significantly in their detailed APIs. Today the term SDAI is sometimes used for many types of APIs supporting STEP, even if they only partially follow the strict functionality as defined in ISO 10303-22 and its implementation methods, or not at all. Part 35 of STEP (Abstract test methods for SDAI implementations) provides a formal way how to prove the conformance of an implementation with SDAI.

The main components of SDAI are:

  • SDAI dictionary schema, a meta level EXPRESS schema to describe EXPRESS schemas
  • Managing objects
    • SDAI session to control the whole SDAI environment for a single user/thread including optional transaction control
    • SDAI repository the physical (typically) container to store SDAI models and Schema instances, e.g. a database
    • SDAI model a subdivision of an SDAI repository, containing entity instance according to a particular EXPRESS schema
    • Schema instance a logical grouping of one or several SDAI models, making up a valid population according to a particular EXPRESS schema
  • Operations
    • to deal with the managing objects
    • to create, delete and modify application data (entity instance, attribute values, aggregates and their members)
    • to validate application data according to all the constraints and rules specified in EXPRESS

YouTube Encyclopedic

  • 1/1
    Views:
    1 545
  • ISO 10303

Transcription

Major software vendors for SDAI and similar STEP-APIs

Open-source implementations of SDAI

The NIST STEP Class Library is a public domain implementation of ISO 10303-21(ASCII data exchange files), -22(SDAI), -23 (C++ SDAI binding) using ISO 10303-11:1994. The development of the NIST STEP Class Library has been stopped in the late 1990s.[1] STEPcode (formerly STEP Class Library) has been improved by the BRL-CAD developers on github under the BSD license. STEPcode also has an experimental Python binding.

JSDAI is a complete implementation of ISO 10303-22(SDAI) and ISO 10303-27(Java SDAI binding) under the Open Source license AGPL.

See also

References

  1. ^ Thompson, Kristy (2010-10-28). "STEP Class Library (SCL)". Nist. Retrieved 2016-09-22.
This page was last edited on 26 February 2024, at 16:52
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.