License |
License |
---|---|
Categories |
CategoriesUML Business Logic Libraries Documents Processing |
GroupId | GroupIdorg.modeldriven |
ArtifactId | ArtifactIdfuml |
Last Version | Last Version1.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFUML 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.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fuml-1.5.0.pom | |
fuml-1.5.0.jar | 870 KB |
fuml-1.5.0-test-sources.jar | 1 MB |
fuml-1.5.0-sources.jar | 716 KB |
fuml-1.5.0-javadoc.jar | 3 MB |
fuml-1.5.0-distribution.zip | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.modeldriven/fuml/ -->
<dependency>
<groupId>org.modeldriven</groupId>
<artifactId>fuml</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.modeldriven/fuml/
implementation 'org.modeldriven:fuml:1.5.0'
// https://jarcasting.com/artifacts/org.modeldriven/fuml/
implementation ("org.modeldriven:fuml:1.5.0")
'org.modeldriven:fuml:jar:1.5.0'
<dependency org="org.modeldriven" name="fuml" rev="1.5.0">
<artifact name="fuml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.modeldriven', module='fuml', version='1.5.0')
)
libraryDependencies += "org.modeldriven" % "fuml" % "1.5.0"
[org.modeldriven/fuml "1.5.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-collections : commons-collections | jar | 3.2.2 |
commons-lang : commons-lang | jar | 2.1 |
xerces : xercesImpl | jar | 2.12.0 |
xalan : xalan | jar | 2.6.0 |
log4j : log4j | jar | 1.2.8 |
net.java.dev.stax-utils : stax-utils | jar | 20040917 |
com.sun.xml.stream : sjsxp | jar | 1.0.1 |
commons-logging : commons-logging | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |