Skip to content

Add UML Diagramm #192

@koppor

Description

@koppor
classDiagram

class MADR {
  + Title
  + Status?
  + Date?
  + DecisionMakers?
  + Consulted?
  + Informed?
  + MoreInformation?
}

class Context
class DecisionDriver

class Option {
  + Description?
  + Pros [0..*]
  + Neutral [0..*]
  + Cons [0..*]
}

class DecisionOutcome

MADR o--> "0..1" Context
MADR o--> "*" DecisionDriver

MADR o--> "1..n" Option : considered
MADR *--> "1" DecisionOutcome
DecisionOutcome "1" --> "1" Option
DecisionOutcome *--> "0..n" Consequence
DecisionOutcome *--> "1" Confirmation
Loading
classDiagram

class MADR {
  + Title
  + Status?
  + Date?
  + DecisionMakers?
  + Consulted?
  + Informed?
  + MoreInformation?
}

class Context
class DecisionDriver

class Option {
  + Description?
  + Pros [0..*]
  + Neutral [0..*]
  + Cons [0..*]
}

class DecisionOutcome

MADR o--> "0..1" Context
MADR o--> "*" DecisionDriver

MADR o--> "1..n" Option : considered
MADR *--> "1" DecisionOutcome
DecisionOutcome "1" --> "1" Option
DecisionOutcome *--> "0..n" Consequence
DecisionOutcome *--> "1" Confirmation

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions