This shows you the differences between two versions of the page.
modeling [2024/01/02 12:20] montse [Information about the management of UML diagrams] |
modeling [2024/02/19 10:01] (current) montse [Information about the management of UML diagrams] |
||
---|---|---|---|
Line 315: | Line 315: | ||
- [[:New_diagram: Create a new diagram (// New diagram // option)]].\\ | - [[:New_diagram: Create a new diagram (// New diagram // option)]].\\ | ||
- | - [[:Import XMI: Import a XMI file from a directory (// Import XMI // option)]].\\ | ||
- [[:Save a diagram: Save the information of the active diagram on screen (diskette icon)]].\\ | - [[:Save a diagram: Save the information of the active diagram on screen (diskette icon)]].\\ | ||
- [[:Delete diagram: Delete a diagram, using the bin icon]].\\ | - [[:Delete diagram: Delete a diagram, using the bin icon]].\\ | ||
Line 386: | Line 385: | ||
- | {{:move1.png?nolink&700|}} | + | {{:move1.png?link&700|}} |
- | {{:move2.png?nolink&700|}} | + | {{:move2.png?link&700|}} |
===== Global Variables ===== | ===== Global Variables ===== | ||
Line 769: | Line 768: | ||
{{ :tasttabledata_4_eng.png?nolink |}} | {{ :tasttabledata_4_eng.png?nolink |}} | ||
- | ===== TAST Row Data Management===== | + | ===== Tast Row Data Management===== |
TAST allows the use of variables of a specific type of row, called **TASTROWVALUES**.\\ \\ These variables can be used with practically all the adaptors available in TAST (HTML GUI, Excel Files, Database, …). They can be used in the "Value" box of a Predefined Function or in Javascript.\\ \\ Once the TASTROWVALUES variables have been created (as output variables), they can be used as input variables in subsequent messages.\\ \\ The way to use them in a "Value box" is: #TastRowDataVariableName.functionName(params…) | TAST allows the use of variables of a specific type of row, called **TASTROWVALUES**.\\ \\ These variables can be used with practically all the adaptors available in TAST (HTML GUI, Excel Files, Database, …). They can be used in the "Value" box of a Predefined Function or in Javascript.\\ \\ Once the TASTROWVALUES variables have been created (as output variables), they can be used as input variables in subsequent messages.\\ \\ The way to use them in a "Value box" is: #TastRowDataVariableName.functionName(params…) | ||
From javascript, you will use the syntax functionName(params…)\\ \\ The functions currently available are:\\ | From javascript, you will use the syntax functionName(params…)\\ \\ The functions currently available are:\\ | ||
Line 1022: | Line 1021: | ||
* **Keys:** They are every word that comes before “ : ”\\ | * **Keys:** They are every word that comes before “ : ”\\ | ||
* **Value:** Value is what comes after “ : ”\\ | * **Value:** Value is what comes after “ : ”\\ | ||
- | * **Properties:** Is the entire path that includes the keys until the “ : ” using “ _ ” to separate them.\\ | + | * **Properties:** Is the entire path that includes the keys until the “ : ” using “ _ ” to separate them.\\ \\ Example:{{ :en:xpath1en.png?600 |}}\\ Also, you can do subkeys:{{ :en:xpath2en.png?600 |}}\\ So in the end, the variable will have all the properties separated by “_” in this example should be: #wiki_url1.\\ \\ The first key will always be one of the following words:{{ :en:repo11esp.png?200 |}} |
- | Example:{{ :en:xpath1en.png?600 |}} | + | |
- | + | ||
- | Also, you can do subkeys:{{ :en:xpath2en.png?600 |}} | + | |
- | So in the end, the variable will have all the properties separated by “_” in this example should be: #wiki_url1.\\ | + | |
- | + | ||
- | The first key will always be one of the following words: | + | |
- | + | ||
- | {{ :en:repo11esp.png?200 |}} | + | |
Line 1042: | Line 1033: | ||
* Clone a repository already imported into a new one. | * Clone a repository already imported into a new one. | ||
* Watch information about repositories such as creation date and diagrams that use it, works like more information tab in modeling. | * Watch information about repositories such as creation date and diagrams that use it, works like more information tab in modeling. | ||
- | * Locate where a repository is being used. | + | * Locate where a repository is being used.\\ \\ |