ADT2AMAS
Tool for transforming Attack-Defense Trees (ADTrees) into Asynchronous Multi-Agent Systems (AMAS).
Dependencies
cmake
doxygen
Build
mkdir build
cd build
cmake ..
make
make install
Run
Once installed, the binary adt2amas
will be in the assets
folder. That is:
-
cd ..
# if you are in thebuild
folder cd assets
./adt2amas
Generate Documentation
To generate the documentation you need to install
Graphviz and replace the step 3 above by cmake .. -DBUILD_DOCS=ON
.