science.aist

Autogenerated model of the xes standard

https://github.com/fhooeaist/xes-model

Science Score: 64.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.3%) to scientific vocabulary

Keywords

xes xes-standard
Last synced: 10 months ago · JSON representation ·

Repository

Autogenerated model of the xes standard

Basic Info
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
xes xes-standard
Created almost 4 years ago · Last pushed almost 4 years ago
Metadata Files
Readme License Citation

README.md

XES - Model

XES model provides autogenerated XES domain classes based on the XES standard. These classes are generated using the XML schema definition files and jax-b.

Getting Started

To use the classes, simply include the maven dependency on the project.

xml <dependency> <groupId>science.aist</groupId> <artifactId>xes-model</artifactId> <version>1.0.0</version> <scope>compile</scope> <!-- Note: this is default --> </dependency>

Then you are able to load XES files the following way:

```java XMLRepository repository = new LogRepository()

// load JAXBElement log = repository.load(inputStream);

// save repository.save(log, outputStream); ```

Building the XML model yourself

If you want to build the project yourself, just checkout this git repo, make sure you have jdk 11 or above installed as well as maven 3.6.0 or above and build the project by running the maven command: mvn package. This results in a jar-file inside the target folder, which can be used as a dependency in other projects.

FAQ

If you have any questions, please checkout our FAQ section.

Contributing

First make sure to read our general contribution guidelines.

License

Copyright (c) 2022 the original author or authors. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

Research

If you are going to use this project as part of a research paper, we would ask you to reference this project by citing it.

DOI

Owner

  • Name: Advanced Information Systems and Technology
  • Login: FHOOEAIST
  • Kind: organization
  • Email: contact@aist.science
  • Location: University of Applied Sciences Upper Austria, Softwarepark 11, 4232 Hagenberg, Austria

The research group AIST researches software solutions in the fields of eHealth, Machine Learning and Data Mining as well as Computer Vision.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Pointner"
  given-names: "Andreas"
  orcid: "https://orcid.org/0000-0001-8642-1161"
title: "xes-model"
version: 1.0.0
doi: 10.5281/zenodo.6760266
date-released: 2022-06-27
url: "https://github.com/FHOOEAIST/xes-model"

GitHub Events

Total
Last Year

Committers

Last synced: about 3 years ago

All Time
  • Total Commits: 10
  • Total Committers: 2
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.2
Top Committers
Name Email Commits
Andreas Pointner a****r@f****t 8
Jenkins j****s@j****s 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 1
  • Total pull requests: 1
  • Average time to close issues: about 23 hours
  • Average time to close pull requests: less than a minute
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • pointan (1)
Pull Request Authors
  • pointan (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 2
  • Total dependent repositories: 2
  • Total versions: 1
repo1.maven.org: science.aist:xes-model

Autogenerated XES Model

  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 2
Rankings
Dependent repos count: 16.1%
Dependent packages count: 23.2%
Average: 39.1%
Stargazers count: 58.4%
Forks count: 58.7%
Last synced: 10 months ago

Dependencies

pom.xml maven
  • org.projectlombok:lombok 1.18.24 provided
  • javax.xml.bind:jaxb-api 2.4.0-b180830.0359
  • org.glassfish.jaxb:jaxb-runtime 2.3.3
  • org.testng:testng 7.6.0 test