t14.use

来自「UML设计测试工具」· USE 代码 · 共 31 行

USE
31
字号
model t14enum foo { bla, foobar}class Aattributes x : Integeroperationsconstraintsendclass Boperations  op() : Real = 3/4  op2() : Real = 1.123 + 1.2324  op3() : Set(Integer) = Set{1..2}  op4() : Integer = if true then 1 else 2 endifendassociation a between  A[1] role x  B[2..4,1,5..8,9,10]endconstraintscontext B::op() : Real  pre: true  post: result < 1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?