Project Type Commands (Template Language)
Commands for objects of Project type defined in Software Ideas Modeler Template Language.
| Command Name | Result Type | Description |
|---|---|---|
| Name | String | Returns the name of the project. |
| Title | String | Returns the name of the project. |
| Description | String | Returns the description of the project. |
| Authors | String | Returns the author(s) of the project. |
| Models | Enumeration | Enumerates all project models. The default variable used for the enumeration is Model. |
| Diagrams | Enumeration | Enumerates all project diagrams. The default variable used for the enumeration is Diagram. |
| Elements | Enumeration | Enumerates all project model elements. The default variable used for the enumeration is Element. |
| ModelElements | Enumeration | Same as Elements. (from version 5.60) |
| AllElements | Enumeration | Enumerates all project diagram elements. The default variable used for the enumeration is Element. |
| DiagramElements | Enumeration | Same as AllElements (from version 5.60). |
| Glossary | Enumeration | Enumerates all project models. The default variable used for the enumeration is GlossaryTerm. |
New Comment