Skip to content

Commit

Permalink
docu
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Apr 8, 2023
1 parent fd1d927 commit a4b680d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions open-bpmn.metamodel/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Open BPMN 2.0 - Metamodel
<h1><img width="200" src="../doc/images/logo-openbpmn.png" /> Metamodel</h1>

# Open BPMN 2.0 - Metamodel

OpenBPMN provides a Java Metamodel which can be used to create, load and manipulate a BPMN model programmatically. The Metamodel provides factory and model classes to work with an BPMN model instance. The library is based on the `org.w3c.dom` XML API and operates directly on the dom Nodes which makes the Metamodel very flexible. This concept allows you to handle any kind of BPMN model and also work with BPMN 2.0 extensions or add your own extensions.
**Open BPMN** provides a Java Metamodel which can be used to create, load and manipulate a BPMN model programmatically. The Metamodel provides factory and model classes to work with an BPMN model instance. The library is based on the `org.w3c.dom` XML API and operates directly on the dom Nodes which makes the Metamodel very flexible. This concept allows you to handle any kind of BPMN model and also work with BPMN 2.0 extensions or add your own extensions.

## The BPMNModelFactory

Expand Down

0 comments on commit a4b680d

Please sign in to comment.