TAST tool Menu
TAST Adaptors
Adaptors examples
TAST Integrations
Interesting features
Documentation of technical administration
Modeling recommendations
Training in the TAST tool
TAST tool Menu
TAST Adaptors
Adaptors examples
TAST Integrations
Interesting features
Documentation of technical administration
Modeling recommendations
Training in the TAST tool
This is an old revision of the document!
This option of the TAST tool allows create / modify a diagram.
Below, the screen to edit a diagram:
This screen allows:
In a message is possible to indicate the type of action when the step is executed.
A guard is a logical condition that can be included in a UML message. The behavior is as follow, when the logical condition is true, the message is executed, when the logical condition is false, the message is NOT executed.
A guard is really useful when an action must or must not be executed based on the result of a condition.
The conditions inside a guard can be of two types:
Following some examples about simple and complex conditions in a Guard:
In the mapping of a message, is possible to include a value with line skipping. For this, there is a checkbox 'Multiline Text':
If the checkbox is selected, an editor will appear to include the text:
This message has to be tied to another message between two objects and is painted in the opposite direction. The two messages form a set and are not treated separately.
DATA MANAGEMENT: It allows modifying the javascript of each one of the diagrams.
This option of the TAST tool allows the user to pass information between sequence diagrams. Gates can be an easy way to model the passing of information between a sequence diagram and its context. A gate is merely a message that is illustrated with one end connected to the sequence diagram's frame's edge and the other end connected to a lifeline and represents another diagram.
About Gates, please consider the following important topics:
To get data from the Object, use the method VariableName[n], where [n] is the index of the Object´s row or column, depending on the type of iteration indicated in 'Iteration type':
When you want to delete a message from a diagram, the following window appears: