https://github.com/bigraph-toolkit-suite/bigraphs.bigred-core
Big Red is a graphical development environment for bigraphs and this projects contains only the core bigraph model.
https://github.com/bigraph-toolkit-suite/bigraphs.bigred-core
big-red bigraph bigred bigred-core
Last synced: 3 months ago
JSON representation
Big Red is a graphical development environment for bigraphs and this projects contains only the core bigraph model.
- Host: GitHub
- URL: https://github.com/bigraph-toolkit-suite/bigraphs.bigred-core
- Owner: bigraph-toolkit-suite
- License: epl-2.0
- Created: 2023-10-27T17:30:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-29T16:15:14.000Z (over 1 year ago)
- Last Synced: 2025-01-26T01:19:06.062Z (5 months ago)
- Topics: big-red, bigraph, bigred, bigred-core
- Language: Java
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Big Red Bigraph Model
Big Red is a graphical development environment for bigraphs published in [[1]](#References).
Refer also to the original repository: [http://github.com/ale-f/big-red](http://github.com/ale-f/big-red).This project is an extract of the Java package [`org.bigraph.model`](https://github.com/ale-f/big-red/tree/master/plugins/org.bigraph.model) of Big Red, which encompasses the classes that constitute Big Red's view on the bigraph model.
Thus, this project provides access to essential functions on the model in external tools, for instance, to implement converters, without
using the complete Eclipse environment.No changes are made to the original Java package, which is released under the same conditions.
## Getting Started
### Maven Configuration
This artifact is deployed to the Central Repository.
```xml
org.bigraphs.model
bigred-core
1.0.0.20130228-1```
## License
This project is licensed under the Eclipse Public License - v 2.0 - see the [LICENSE](LICENSE) file for details.
## References
- [1] Faithfull, Alexander John; Perrone, Gian; Hildebrandt, Thomas T. (2013-06-25). "Big Red: A Development Environment for Bigraphs". Electronic Communications of the EASST: Volume 61: Graph Computation Models 2012.