-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/59 implement simple fault tree cutsets #61
Feature/59 implement simple fault tree cutsets #61
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
src/main/java/cz/cvut/kbss/analysis/model/fta/CutSetExtractor.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just please remove the commented code.
Moreover, within the FaultTreeControler, I found the REST method to compute cuts but did not find the REST method to retrieve cuts. Thus, make sure it is retrievable from REST API.
Also, consider making some JUNIT tests if they are simple.
- extract new cutsets and repalce old in fault tree - persist the update
…ryService.performCutSetAnalysis
a037e6f
to
f242c40
Compare
…comparing instances without AbstractEntity.uri is not set.
1bea759
to
3bc3d70
Compare
For now cutsets are fetched as the property |
No description provided.