Last Version

YAMI - Yet Another Model Inference tool 1.1.0

Usage models (Discrete Time Markov Chain (DTMC)) represents the usage scenarios of the software as well as their probability. This allows one to determine the relative importance of execution scenarios (with respect to other). This project explores the possibility to reverse engineer usage models based on execution traces contained in application logs.

License

License

GroupId

GroupId

be.unamur.info
ArtifactId

ArtifactId

yami-tool
Version

Version

1.1.0
Type

Type

jar
Description

Description

YAMI - Yet Another Model Inference tool
Usage models (Discrete Time Markov Chain (DTMC)) represents the usage scenarios of the software as well as their probability. This allows one to determine the relative importance of execution scenarios (with respect to other). This project explores the possibility to reverse engineer usage models based on execution traces contained in application logs.
Project URL

Project URL

https://github.com/xdevroey/yami
Project Organization

Project Organization

University of Namur
Source Code Management

Source Code Management

https://github.com/xdevroey/yami.git

Download yami-tool 1.1.0


<!-- https://jarcasting.com/artifacts/be.unamur.info/yami-tool/ -->
<dependency>
    <groupId>be.unamur.info</groupId>
    <artifactId>yami-tool</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/be.unamur.info/yami-tool/
implementation 'be.unamur.info:yami-tool:1.1.0'
// https://jarcasting.com/artifacts/be.unamur.info/yami-tool/
implementation ("be.unamur.info:yami-tool:1.1.0")
'be.unamur.info:yami-tool:jar:1.1.0'
<dependency org="be.unamur.info" name="yami-tool" rev="1.1.0">
  <artifact name="yami-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.unamur.info', module='yami-tool', version='1.1.0')
)
libraryDependencies += "be.unamur.info" % "yami-tool" % "1.1.0"
[be.unamur.info/yami-tool "1.1.0"]

Dependencies

compile (6)

Group / Artifact Type Version
be.unamur.info : vibes-dsl jar 2.0.5
com.google.guava : guava jar 24.1-jre
com.google.code.gson : gson jar 2.8.2
com.github.tony19 : named-regexp jar 0.2.3
org.apache.logging.log4j : log4j-slf4j-impl jar 2.9.1
org.slf4j : slf4j-api jar 1.7.25

test (2)

Group / Artifact Type Version
org.hamcrest : hamcrest-all jar 1.3
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.