A Neo4j-based implementation of eMoflon
Go to file
Nils Weidmann ef971a5064 Added labels for setup code, reviewed labels for FirstToLowerCase 2024-04-06 14:50:52 +00:00
examples Added labels for setup code, reviewed labels for FirstToLowerCase 2024-04-06 14:50:52 +00:00
org.emoflon.neo.emf Bugfix: Rule Scheduler should filter rules based on non-negative IDs 2023-03-13 18:03:59 +01:00
org.emoflon.neo.emsl Fixes var error in TripleRuleFlattener 2023-09-15 08:10:10 +02:00
org.emoflon.neo.emsl.ide Try to add code to deployed plugins 2022-10-10 21:27:17 +02:00
org.emoflon.neo.emsl.ui Try to add code to deployed plugins 2022-10-10 21:27:17 +02:00
org.emoflon.neo.engine Added interface for reporting inconsistencies. 2023-04-26 12:29:18 +02:00
org.emoflon.neo.engine.modules Added class for defining composite termination conditions 2023-04-26 13:07:48 +02:00
org.emoflon.neo.feature Deployed eNeo 2.0 2022-10-03 21:31:39 +02:00
org.emoflon.neo.neo4j.adapter Try to add code to deployed plugins 2022-10-10 21:27:17 +02:00
org.emoflon.neo.neocore Try to add code to deployed plugins 2022-10-10 21:27:17 +02:00
org.emoflon.neo.victory.adapter Try to add code to deployed plugins 2022-10-10 21:27:17 +02:00
.gitignore Create constrained TGGs 2021-05-29 22:04:23 +02:00
LICENSE Initial commit 2019-01-30 13:41:28 +01:00
README.md Update README.md 2023-10-01 09:29:29 +02:00
projectSetDev.psf Cleaned up dev and runtime workspaces, migrated to latest Eclipse version, updated PSFs 2022-10-01 12:18:56 +02:00
projectSetRuntime.psf Cleaned up dev and runtime workspaces, migrated to latest Eclipse version, updated PSFs 2022-10-01 12:18:56 +02:00

README.md

emoflon-neo

A Neo4j-based implementation of eMoflon

codebeat badge

Steps required to run the development workspace:

  • Install eNeo and all dependencies as explained here: https://github.com/eMoflon/emoflon-neo-updatesite
  • To display PlantUML in the perspective of your choice (we recommend Java), select Window -> Show view -> other -> PlantUML
  • Import all dev workspace projects via -> Import -> Team -> Team-Project, using this URL to access the relevant project set file: https://github.com/eMoflon/emoflon-neo/raw/master/projectSetDev.psf
  • Check the text-file encoding of your workspace. Make sure it is set to UTF-8 (Window->Preference->General->Workspace).
  • Execute all *.mwe2 files. Located at emoflon-neo/org.emoflon.neo.emsl/src/org/emoflon/neo/emsl/
    • If you cannot do this then you probably installed the wrong Eclipse package.
    • In case of errors in your repository: check your installed Java SDK and install the Java SDK, version 1.12 (higher versions might work, but are not tested yet). Make sure Eclipse is running with the correct Java version (including the JDK Compliance for each project, accessable via -> Project -> Properties -> Java compiler).
  • Install Neo4j from https://neo4j.com/download/ and establish a connection to eMoflon:
    • Start Neo4j Desktop and create a new database (Add Graph -> Create a local graph -> Set Password -> Create)
    • Within Neo4j Desktop, start the database and wait until it is marked as "Active". Start Neo4j Browser.
    • Copy username and connection URI
  • Start a runtime Eclipse workspace (choose any project and click "Run As/Eclipse Application")
  • In your runtime workspace import projectSetRuntime.psf or use the direct URL https://github.com/eMoflon/emoflon-neo/raw/master/projectSetRuntime.psf
  • Set up the connection to Neo4j via -> Window -> Preferences -> eMoflon::Neo -> Neo4J Preferences by entering the copied Connection URI and User and the assigned Password.
  • If you need to dump models stored in Neo4j back to eMSL, you can use https://github.com/dwolters/emsl-model-dumper