https://github.com/onurmx/attack-tree-with-object-oriented-design
Implementation of Attack Tree with using object-oriented design patterns. Abstract Factory and Visitor patterns were used for implementation.
https://github.com/onurmx/attack-tree-with-object-oriented-design
abstract-factory abstract-factory-pattern attack-tree attack-trees design-pattern design-patterns visitor-pattern
Last synced: 3 months ago
JSON representation
Implementation of Attack Tree with using object-oriented design patterns. Abstract Factory and Visitor patterns were used for implementation.
- Host: GitHub
- URL: https://github.com/onurmx/attack-tree-with-object-oriented-design
- Owner: onurmx
- License: mit
- Created: 2021-04-05T20:37:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-05T20:40:39.000Z (about 4 years ago)
- Last Synced: 2025-01-18T12:35:14.275Z (5 months ago)
- Topics: abstract-factory, abstract-factory-pattern, attack-tree, attack-trees, design-pattern, design-patterns, visitor-pattern
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Attack-Tree-With-Object-Oriented-Design
Implementation of Attack Tree with using object-oriented design patterns. Abstract Factory and Visitor patterns were used for implementation.