II.
Methodology JSON
Structured · livemethodology:rup
Rational Unified Process (RUP) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:rup",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Rational Unified Process (RUP)",
"description": "A comprehensive iterative software development framework with four phases\n(Inception, Elaboration, Construction, Transition) and six core workflows\n(Business Modeling, Requirements, Analysis & Design, Implementation, Testing,\nDeployment). Emphasizes use-case driven development, architecture-centric design,\nrisk-driven iteration planning, and formal milestones (LCO, LCA, IOC, GA) for\nphase gate decisions.\n",
"methodologyKind": "plan-driven",
"origin": "Rational Software (Grady Booch, Ivar Jacobson, James Rumbaugh)",
"yearIntroduced": "1990s"
},
"outgoingEdges": [
{
"from": "methodology:rup",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "lib-process:shared--rup",
"to": "methodology:rup",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
]
}