f

fuml

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.
http:/fuml.modeldriven.org
FUML Reference Implementation License
Ed Seidewitz Scott Cinnamond Jeremie Tatibouet
文件下载
文件名 操作
fuml-1.5.0a.jar 下载
fuml-1.5.0a.pom 下载
fuml-1.5.0a-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.modeldriven</groupId>
  <artifactId>fuml</artifactId>
  <version>1.5.0a</version>
</dependency>
Gradle Groovy
implementation 'org.modeldriven:fuml:1.5.0a'
Gradle Kotlin
implementation("org.modeldriven:fuml:1.5.0a")
Scala SBT
libraryDependencies += "org.modeldriven" % "fuml" % "1.5.0a"
Groovy Grape
@Grapes(
  @Grab(group='org.modeldriven', module='fuml', version='1.5.0a')
)
Apache Ivy
<dependency org="org.modeldriven" name="fuml" rev="1.5.0a" />
Leiningen
[org.modeldriven/fuml "1.5.0a"]
Apache Buildr
'org.modeldriven:fuml:jar:1.5.0a'