public Bpmn(String id, Date extractionDate, int idCategory, float absoluteBpScore, int pathsCardinality) {
        this.id = id;
        this.extractionDate = extractionDate;
        this.idCategory = idCategory;
        this.absoluteBpScore = absoluteBpScore;