Bundt Scripting Reference
·
Bundt Scripting Language version 1.0.1.0
create class
statement
Creates a new class in the context type model. If no type model is in context, an error occurs.
The created class is put in context.
Syntax
create class Name
[( MarkerList )]
[[ AspectList ]]
[in Container]
Returns
The class just created.
Examples
Intent |
Code |
Create a new class with a simple name |
create class Building; |
Create a new class with a multilingual name |
create class [en_GB: Building, es_ES: Edificio]; |
Create a new abstract class |
create class Structure (A); |
Create a new class in a package |
create class Building in MaterialEntities; |
Create a new temporal aspect class |
create class Event [T]; |
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