https://github.com/fhooeaist/bpmn-model
Autogenerated BPMN2.0 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
Repository
Autogenerated BPMN2.0 Model
Basic Info
- Host: GitHub
- Owner: FHOOEAIST
- License: mpl-2.0
- Language: Java
- Default Branch: master
- Homepage: https://fhooeaist.github.io/bpmn-model/
- Size: 992 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
BPMN Model
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
// load
JAXBElement
// 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.
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
- Website: https://github.aist.science/
- Twitter: fhooeaist
- Repositories: 33
- Profile: https://github.com/FHOOEAIST
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
- Homepage: https://github.com/FHOOEAIST/bpmn-model
- Documentation: https://appdoc.app/artifact/science.aist/bpmn-model/
- License: Mozilla Public License (MPL) version 2.0
-
Latest release: 1.0.0
published over 5 years ago
Rankings
Dependencies
- 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