readme

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

TXT
16
字号
This directory contains two examples callingprocedure `testeZugaufbauUndWaggonreihung(Integer,Integer).Invariant `Zug::Kette' will be evaluated to false if the links of association`Reihung' form a cycle.In the first example (run.cmd) another invariant `Waggon::KeineSchleife' isloaded. The generator searches for a state, which satisfies `Zug::Kette' butnot `Waggon::KeineSchleife'. If a state exists, it is a counterexample showingthat `Zug::Kette' is too weak. Starting run.cmd results in a `no valid statefound' message, because `Zug::Kette' is correct.The second example (run2.cmd) replaces `Zug::Kette' with `Zug::Kette_zuWeich',which is too weak. Starting run2.cmd results in a counterexample showing that`Zug::Kette_zuWeich' does not prevent cycles.

⌨️ 快捷键说明

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