Examples of models built under the Broadwick framework.
These examples were written in Java using the NetBeans IDE, and contain the packages (under src): agents, basic, broadwickexamples, io, network, sir.
The built jar file can be found under target, and the models are run in the command line: java -jar BroadwickExamples-1.0-SNAPSHOT.one-jar.jar -c Broadwick_with_BasicSIRModel.xml java -jar BroadwickExamples-1.0-SNAPSHOT.one-jar.jar -c Broadwick_with_IndividualSIRModel.xml java -jar BroadwickExamples-1.0-SNAPSHOT.one-jar.jar -c Broadwick_with_IndividualNetworkModel.xml
The broadwick framework jar that is used to build the examples can be found under repositories.