DOC

dk.au.ece.vdmj : vdmj-suite

Maven & Gradle

Aug 08, 2022
26 stars

VDMJ Suite · VDMJ provides basic tool support for the VDM-SL, VDM++ and VDM-RT specification languages, written in Java. It includes a parser, a type checker, an interpreter (with arbitrary precision arithmetic), a debugger, a proof obligation generator and a combinatorial test generator with coverage recording, as well as JUnit support for automatic testing and user definable annotations.

Table Of Contents

Latest Version

Download dk.au.ece.vdmj : vdmj-suite Javadoc & API Documentation - Latest Versions:

All Versions

Download dk.au.ece.vdmj : vdmj-suite Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
4.4.x

How to open Javadoc JAR file in web browser

  1. Rename the file vdmj-suite-4.4.6-javadoc.jar to vdmj-suite-4.4.6-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder vdmj-suite-4.4.6-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "vdmj-suite-4.4.6-sources.jar" -d "vdmj-suite-4.4.6-javadoc" -subpackages 

Advertisement