Skip to content

Entity Diagram

classDiagram
  Organization <-- "0..n" Space:belongs to
  Organization <-- "1..n" User:member of
  Space <-- "1" Unit:belongs to
  Space <-- "1" Target:belongs to
  Target <-- "1" Unit:has a
  Space <-- "0..n" BridgeWorker:belongs to
  Space <-- "0..n" FunctionWorker:belongs to
  Space <-- "0..n" Function:belongs to
  BridgeWorker <-- "0..n" Target:accesses via
  LiveResources <-- "0..n" BridgeWorker:has access to
  Unit <-- "1..n" Resource:bundled in a
  Space <-- "0..n" Function:registered in
  FunctionWorker <-- "1..n" Function:runs in a
  Unit <-- "1" Link:to other
  Link <-- "0..n" Unit:may have
  Revision <-- "1..n" Unit:has many
  Mutatation <-- "1..n" Unit:has many
  Revision <-- "1..n" Mutation:belongs to