( --> )
Notational Conventions for Task Description
Conventions
- Double Quotes Text within double quotes, "...",
describes what is to be done at a high level of
abstraction.
- Square Brackets Text within brackets,
[...], partially specifies the state that the system must be
in before a task can be undertaken. That is, text within
brackets specifies a precondition which must
hold prior to undertaking a task.
- Angular Brackets Text within angular
brackets, <...>, describes what you
are suppose to do.
- Parentheses (Round Brackets) Text
within parentheses, (...), describes how to do
something.
- Braces (Curly Brackets) Text within
braces, {...}, suggests why you might
want to do something.