DOC

org.modeldriven : fuml

Maven & Gradle

Apr 04, 2023
4 usages
54 stars

FUML Reference Implementation · This open source software is a reference implementation, consisting of software and related files, for the OMG specification called the Semantics of a Foundational Subset for Executable UML Models (fUML). The reference implementation is intended to implement the execution semantics of UML activity models, accepting an XMI file from a conformant UML model as its input and providing an execution trace of the selected activity model(s) as its output. The core execution engine, which is directly generated from the normative syntactic and semantic models for fUML, may also be used as a library implementation of fUML in other software.

Table Of Contents

Latest Version

Download org.modeldriven : fuml Javadoc & API Documentation - Latest Versions:

All Versions

Download org.modeldriven : fuml Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file fuml-1.5.0a-javadoc.jar to fuml-1.5.0a-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder fuml-1.5.0a-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 "fuml-1.5.0a-sources.jar" -d "fuml-1.5.0a-javadoc" -subpackages