View: Hide Browser | Browser on the left | Browser on the right | Dictionary
Report:General Info | Attributes | Relations | Constraints

Parent Package: assertion
Class ASSERTION_VARIABLE
Definition of a named variable used in an assertion expression. Note: the definition of named variables may change; still under development in ADL2.

Attributes
SignatureOptionalityMultiplicityConstantDocumentation
 definition : String  --  Formal definition of the variable. (see ADL2 specification; still under development). 
 name : String  --  Name of variable. 


Constraints
NameExpression
Definition_validinv: definition <> Void and not definition.is_empty 
Name_validinv: name <> Void and not name.is_empty