Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-05T20:40:39.000Z (over 3 years ago)
- Last Synced: 2023-11-18T09:30:36.792Z (about 1 year 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.