Skip to content

Agent Based Modeling framework based on Spring and Neo4J

Notifications You must be signed in to change notification settings

JCRichstein/AgentSpring

 
 

Repository files navigation

INSTALL (linux)

git clone https://github.com/alfredas/AgentSpring.git

cd AgentSpring/

mvn clean install

RUNNING

cd agentspring-example/

mvn exec:java

cd ../agentspring-face/

mvn jetty:run

open browser: http://localhost:8080/agentspring-face

CREATING OWN PROJECT

Download and install SpringSourceToolSuite IDE from http://www.springsource.com/landing/best-development-tool-enterprise-java

Do New Project -> Maven -> Import Existing Project

... and import agentspring-example/

Use and modify agentspring-example to create your own simulation

About

Agent Based Modeling framework based on Spring and Neo4J

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 51.6%
  • JavaScript 39.0%
  • CSS 6.9%
  • R 2.5%