Bundt Scripting Reference
·
Bundt Scripting Language version 1.0.1.0
Semi-Association Name
format
A semi-association name is composed of an identifier plus an optional class name to specify class ownership.
Alternatively, you can use inverse as a semi-association name to indicate the inverse semi-association of the one in context.
Syntax
([OwnerClass.] Name) | inverse
Element |
Type |
Notes |
OwnerClass |
Class name |
Specifies the class owning the semi-association.
|
Name |
Identifier |
Specifies the name of the semi-association.
|
Examples
Intent |
Code |
Set a semi-association in context |
with semiassociation Building.BelongsTo; |
Alter a semi-association of the context class to change its name |
alter semiassociation BelongsTo as name IsOwnedBy; |
See Also
Contents distributed under a Creative Commons Attribution 4.0 International License
·
About
·
Terms of Use
·
Contact Us
·
last updated on 08 October 2020