Created
October 10, 2012 15:41
-
-
Save shalakhin/3866434 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph G { | |
overlap=false; | |
size="20.99,29.71"; | |
/* Entities */ | |
/* Planning and Monitoring */ | |
plan_ba_approach[label="Планування підходу \n бізнес-аналізу", shape=box]; | |
conduct_stakeholders_analysis[label="Проведення аналізу \n зацікавлених сторін", shape=box]; | |
plan_ba_activities[label="Планування заходів \n бізнес-аналізу", shape=box]; | |
plan_ba_communication[label="Планування комунікації \n в бізнес-аналізі", shape=box]; | |
plan_ba_req_management_process[label="Планування процесу \n управління вимогами", shape=box]; | |
manage_ba_performance[label="Управління продуктивністю \n бізнес-аналізу", shape=box]; | |
/* Elicitation */ | |
prepare_for_elicitation[label="Підготовка до \n виявлення вимог", shape=box]; | |
conduct_elicitation_activities[label="Проведення заходів \n виявлення вимог", shape=box]; | |
document_elicitation_results[label="Документування заходів \n виявлення вимог", shape=box]; | |
confirm_elicitation_results[label="Підтвердження результати \n виявлення вимог", shape=box]; | |
/* Requirements Management & Communication */ | |
manage_solution_scope_n_reqs[label="Управління межами \n та \n вимогами до рішення", shape=box]; | |
manage_reqs_traceability[label="Управління відслікованістю \n вимог", shape=box]; | |
maintain_reqs_for_reuse[label="Супровід вимог для \n повторного використання", shape=box]; | |
prepare_reqs_package[label="Підготувка пакет вимог", shape=box]; | |
reqs_communication[label="Комунікація вимог", shape=box]; | |
/* Enterprise Analysis */ | |
define_b_need[label="Визначення бізнес-потреб", shape=box]; | |
assess_cap_gaps[label="Оцінка недостатності \n потужностей", shape=box]; | |
determine_solution_approach[label="Визначення підходу \n до рішення", shape=box]; | |
define_solution_scope[label="Визначення меж рішення", shape=box]; | |
define_b_case[label="Визначення бізнес-кейсів", shape=box]; | |
/* Requirements Analysis */ | |
prioritize_reqs[label="Приорітезація вимог", shape=box]; | |
organize_reqs[label="Організація вимог", shape=box]; | |
specify_n_model_reqs[label="Визначення та моделювання \n вимог", shape=box]; | |
define_assumptions_n_constraints[label="Визначення припущень \n та обмежень", shape=box]; | |
verify_reqs[label="Перевірка вимог", shape=box]; | |
validate_reqs[label="Затвердження вимог", shape=box]; | |
/* Solution Assessment & Validation */ | |
assess_proposed_solution[label="Оцінка запропонованого \n рішення", shape=box]; | |
allocate_reqs[label="Призначення вимог", shape=box]; | |
assess_org_readiness[label="Оцінка готовності \n організації", shape=box]; | |
define_transition_reqs[label="Визначення вимог \n до переходу", shape=box]; | |
validate_solution[label="Затвердження рішення", shape=box]; | |
evaluate_solution_performance[label="Оцінка продуктивності \n рішення", shape=box]; | |
/* Relationships */ | |
plan_ba_approach -> plan_ba_activities; | |
plan_ba_approach -> plan_ba_req_management_process; | |
conduct_stakeholders_analysis -> plan_ba_activities; | |
conduct_stakeholders_analysis -> plan_ba_communication; | |
conduct_stakeholders_analysis -> prepare_for_elicitation; | |
conduct_stakeholders_analysis -> manage_solution_scope_n_reqs; | |
conduct_stakeholders_analysis -> prioritize_reqs; | |
plan_ba_activities -> plan_ba_communication; | |
plan_ba_activities -> plan_ba_req_management_process; | |
plan_ba_activities -> manage_ba_performance; | |
plan_ba_communication -> prepare_reqs_package; | |
plan_ba_communication -> reqs_communication; | |
plan_ba_req_management_process -> manage_ba_performance; | |
plan_ba_req_management_process -> conduct_elicitation_activities; | |
plan_ba_req_management_process -> manage_solution_scope_n_reqs; | |
plan_ba_req_management_process -> manage_reqs_traceability; | |
plan_ba_req_management_process -> prioritize_reqs; | |
manage_ba_performance -> plan_ba_activities; | |
prepare_for_elicitation -> conduct_elicitation_activities; | |
conduct_elicitation_activities -> document_elicitation_results; | |
document_elicitation_results -> confirm_elicitation_results; | |
document_elicitation_results -> define_b_need; | |
document_elicitation_results -> prioritize_reqs; | |
document_elicitation_results -> specify_n_model_reqs; | |
document_elicitation_results -> define_transition_reqs; | |
document_elicitation_results -> define_b_case; | |
document_elicitation_results -> define_assumptions_n_constraints; | |
document_elicitation_results -> assess_org_readiness; | |
confirm_elicitation_results -> define_b_need; | |
confirm_elicitation_results -> prioritize_reqs; | |
confirm_elicitation_results -> specify_n_model_reqs; | |
confirm_elicitation_results -> define_transition_reqs; | |
confirm_elicitation_results -> define_b_case; | |
confirm_elicitation_results -> define_assumptions_n_constraints; | |
confirm_elicitation_results -> assess_org_readiness; | |
manage_solution_scope_n_reqs -> maintain_reqs_for_reuse; | |
manage_solution_scope_n_reqs -> assess_proposed_solution; | |
manage_solution_scope_n_reqs -> allocate_reqs; | |
manage_reqs_traceability -> manage_solution_scope_n_reqs | |
prepare_reqs_package -> reqs_communication; | |
reqs_communication -> manage_solution_scope_n_reqs; | |
define_b_need -> plan_ba_approach; | |
define_b_need -> conduct_stakeholders_analysis; | |
define_b_need -> prepare_for_elicitation; | |
define_b_need -> conduct_elicitation_activities; | |
define_b_need -> assess_cap_gaps; | |
define_b_need -> determine_solution_approach; | |
define_b_need -> define_solution_scope; | |
define_b_need -> define_b_case; | |
define_b_need -> prioritize_reqs; | |
define_b_need -> verify_reqs; | |
assess_cap_gaps -> determine_solution_approach; | |
assess_cap_gaps -> define_solution_scope; | |
assess_cap_gaps -> prioritize_reqs; | |
assess_cap_gaps -> verify_reqs; | |
determine_solution_approach -> define_solution_scope; | |
define_solution_scope -> prepare_for_elicitation; | |
define_solution_scope -> conduct_elicitation_activities; | |
define_solution_scope -> define_b_case; | |
define_solution_scope -> prioritize_reqs; | |
define_solution_scope -> organize_reqs; | |
define_solution_scope -> verify_reqs; | |
define_solution_scope -> allocate_reqs; | |
define_solution_scope -> assess_org_readiness; | |
define_b_case -> prepare_for_elicitation; | |
define_b_case -> conduct_elicitation_activities; | |
define_b_case -> prioritize_reqs; | |
define_b_case -> verify_reqs; | |
define_b_case -> validate_reqs; | |
prioritize_reqs -> assess_proposed_solution; | |
prioritize_reqs -> allocate_reqs; | |
prioritize_reqs -> validate_reqs; | |
organize_reqs -> prepare_reqs_package; | |
organize_reqs -> specify_n_model_reqs; | |
specify_n_model_reqs -> prioritize_reqs; | |
specify_n_model_reqs -> verify_reqs; | |
define_assumptions_n_constraints -> define_solution_scope; | |
define_assumptions_n_constraints -> define_b_case; | |
define_assumptions_n_constraints -> assess_proposed_solution; | |
verify_reqs -> validate_reqs; | |
validate_reqs -> validate_solution; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment