Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleDel 2 - (40%)

.

Oppgave a)

.

Expand
titleLF

.

 

Oppgave b)

.

Expand
titleLF
.
Oppgave c)

.

Expand
titleLF

 

.


Oppgave d)

.

Expand
titleLF

PlantUML Macro
object "~#diner" as diner1 {
}
object "~#table1" as table11 {
   num = 1
   capacity = 4
}
object "~#table2" as table12 {
   num = 2
   capacity = 4
}
diner1 --> table11: tables
diner1 --> table12: tables
object "~#diner" as diner2 {
}
object "~#table1" as table21 {
   num = 1
   capacity = 4
}
object "~#table2" as table22 {
   num = 12
   capacity = 4
}
object "~#table3" as table23 {
   num = 3
   capacity = 6
}
diner2 --> table23: tables
diner1 ..> diner2: mergeTables(~#table1, ~#table2, 2)

Oppgave e)

.

Expand
titleLF

.

 

Oppgave f)

.

Expand
titleLF

.

 

...