-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.txt
More file actions
31 lines (23 loc) · 1.06 KB
/
README.txt
File metadata and controls
31 lines (23 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
humanTrafficking
================
A simulation of global human trafficking phenomenon, in particular forced
prostitution.
Bethany Akers, B.S.
Stephen Davies, Ph.D.
University of Mary Washington, Computer Science Department
instructions
============
To compile, javac all source files. Make sure your CLASSPATH includes the
src directory (in which the edu/umw/cpsc/humantrafficking directory
hierarchy resides).
You will also need to include the following in your CLASSPATH:
- mason.17.jar (or latest version) available inside the .zip file here:
http://cs.gmu.edu/~eclab/projects/mason/mason.zip
- geomason1.5.jar, available here:
http://cs.gmu.edu/~eclab/projects/mason/extensions/geomason/geomason.1.5.jar
- jts-1.13.jar, available inside the .zip file here:
http://sourceforge.net/projects/jts-topo-suite/files/latest/download
To run, cd to the src/edu/umw/cpsc/humantrafficking directory. Then either:
java edu.umw.cpsc.humantrafficking.HumanTrafficking (for text output)
or
java edu.umw.cpsc.humantrafficking.HumanTraffickingWithUI (for GUI)