Skip to content

Commit

Permalink
Add the dashed arrows for Date_Range usage (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvorak001 committed Apr 6, 2024
1 parent 947f936 commit fe52b81
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions diagrams/core.puml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
lifetime : Date_Range
contacts : List<Contact_Information>
}
"Agent" ..> "Date_Range"
!endsub

!startsub Person
Expand Down Expand Up @@ -764,4 +765,14 @@
"Involvement" "0..*" --> "0..*" "Involvement" : part transitive >
!endsub

!startsub Activity
datatype("Date_Range") {
start_date : Date
start_date_inclusive : Boolean
end_date : Date
end_date_inclusive : Boolean
}
"Activity" ..> "Date_Range"
!endsub

@enduml

0 comments on commit fe52b81

Please sign in to comment.