|
|
| The Document Parserscreate a set of features and configurations from HTML or SDL files. | |
| The Document Generators create a set of HTML or SDL documents from a given set of features and configurations. | |
| Verifier (Javadoc) |
Is used for verifying the development products by checking the features and configurations for consistency and completeness. If errors are detected, in many cases the correctness can be established automatically. |
| Analyzer (Javadoc) |
Analyzes
Features and Configurations thus producing statistics (e.g. number of
object types) and measurement results (e.g. complexity of artefacts)
regarding the development documents. |
| Clipper (Javadoc) |
Allows
the creation of sub-trees throught the generation of stubd and drivers,
thus enabling partial prototyping. |
Libraries:
| This library contains all classes of the product model. With tool specific extensions, these classes are used in the above tools. These classes are generated from UML models using the tool Rhapsody. | |
|
Slang
(Javadoc) |
For exchanging instantiation information between tools, SLANG files are used. Generic classes for Marshalling and Unmarshalling can be found in this library. |
| QuiotixParser (Javadoc, Source) |
For
parsing the HTML documents we apply a modified (GPL-licensed) parser
from Quiotix. |
| ANTLR |
For
parsing the SDL documents we use a parser that is generated by applying
the ANTLR parser generator. |