There is currently no document on the Cheddar's framework but this directory provides somes examples of programs that you can use in order to directly call the framework without the machine-man interface. To call the framework, you must use the framework interface. The framework interface is implemented in the call_framework.ads package. The call_framework.ads package implements the facade design pattern : it means that all the services provided by the framework is available from this package. You may others analysis features of Cheddar, but if they are not in the facade, it means that they are not robust enough to be used.

The following programs use the call_framework.ads interface :




In this folder, there are also some XML examples that show various features of Cheddar :