September 2012
Beginner to intermediate
496 pages
12h 26m
English
AADL allows you to annotate your model in several ways. You can document your model using comments, you can add information about a model element using properties, and you can annotate classifiers using annex sublanguages. We describe the use of comments and properties in this chapter and introduce annex annotations in the next chapter.
AADL offers several ways of documenting components of a system. In previous chapters, you have learned how to use features to specify the interface of components, and properties to record characteristics relevant to analyses. In this section, you will learn about comments, and about the ability to record that you intentionally left a section of a component ...