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

Autogenerated BPMN2.0 Model

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

Science Score: 10.0%

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

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.3%) to scientific vocabulary

Keywords

bpmn-model
Last synced: 8 months ago · JSON representation

Repository

Autogenerated BPMN2.0 Model

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
bpmn-model
Created over 5 years ago · Last pushed almost 5 years ago
Metadata Files
Readme License

README.md

BPMN Model

javadoc Maven Central GitHub release License: MPL 2.0 DOI

BPMN model provides autogenerated BPMN domain classes. 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>bpmn-model</artifactId> <version>1.0.0</version> <scope>compile</scope> <!-- Note: this is default --> </dependency>

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

```java XMLRepository repository = new BPMNTDefinitionsRepository();

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

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

Building the BPMN 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.

Licence

Copyright (c) 2020 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.

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 4
  • Total pull requests: 4
  • Average time to close issues: about 7 hours
  • Average time to close pull requests: 5 minutes
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • 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 (4)
Pull Request Authors
  • pointan (3)
  • fhooeaist-bot (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

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

Autogenerated BPMN Model

  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 1
Rankings
Dependent repos count: 20.8%
Dependent packages count: 33.0%
Average: 43.8%
Forks count: 58.7%
Stargazers count: 62.8%
Last synced: 9 months ago

Dependencies

pom.xml maven
  • org.projectlombok:lombok 1.18.12 provided
  • javax.xml.bind:jaxb-api 2.3.1
  • org.glassfish.jaxb:jaxb-runtime 2.3.3
  • org.testng:testng 6.14.3 test