Commit 591e23a9 authored by Kumar, Mohit's avatar Kumar, Mohit
Browse files

Update README.md

parent 5fe410d2
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -2,6 +2,10 @@
The  Python-based  RDPM tool  allows  calculation,  plotting,  and  storing  of performance, reliability, and availability values for patterns and patterns combination. It has five components - RDP, Extract, Plot, CSV, and Patterns. RDP is the main class. It allows extraction of parameters from XML file and calculation, storing, and plotting of performance, reliability, and availability values. Extract allows extraction of individual pattern parameters from XML file. Patterns calculate the performance, reliability, and availability values and pass to Plot to draw line/3D scatter plot. The calculated values are also passed to CSV for storing as CSV files.

## How to run?

```bash
cd parse
```
To run only structural patterns

```bash