Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement short-to-long ("shtolo") function to generate long form EXPRESS #32

Open
ronaldtse opened this issue Dec 4, 2020 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@ronaldtse
Copy link
Contributor

The "shtolo" function is used to flatten the REFERENCE FROM expressions in schemas. The output is called "long form EXPRESS" which is described in ISO 10303-11.

@ronaldtse ronaldtse added the enhancement New feature or request label Dec 4, 2020
@ronaldtse
Copy link
Contributor Author

The mechanism of shtolo is described in ISO 10303-11 Annex G.

@ronaldtse
Copy link
Contributor Author

@TRThurman : Annex G includes a mechanism to convert the schema to an ISO 10303-11:1994 schema.

G.1 states:

The original implementation methods included in ISO 10303 presupposed a data model consist- ing of a single schema, termed the longform schema. As long as the implementation methods included in ISO 10303 are not updated to this edition of ISO 10303-11 or implementations are not updated to work with the new implementation methods, it may be useful to convert a data specification that is in accordance to ISO 10303-11:2003 to a data specification that is in ac- cordance to ISO 10303-11:1994. This annex specifies rules for how such a conversion may be done. The rules enable the conversion of an ISO 10303-11:2003 multi-schema specification to an ISO 10303-11:1994 longform schema. These rules are designed to result in a complete and consistent longform and to minimize the loss of semantics of the original data model.

And G5 provides the "Stage 2" procedure:

Screen Shot 2021-01-18 at 3 42 48 PM

I'd like to confirm that shotolo requires this mechanism implemented. Thanks.

@TRThurman
Copy link

TRThurman commented Jan 18, 2021 via email

@ronaldtse
Copy link
Contributor Author

Thanks @TRThurman for the confirmation. We will work on this after the publication process is settled.

@ronaldtse
Copy link
Contributor Author

This task is now active again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants