Versions Compared

Key

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

...

PlantUML Macro
rectangle "AAF Storage Container" { 
[AAF-Casandra] 
} 

rectangle "AAF Base Container" { 
[AAF-Base] 
} 

rectangle "AAF-Core Container" { 
[AAF-Core] 
} 

rectangle "AAF-config Container" { 
[AAF-Configure] 
} 

rectangle "AAF-agent Container" {
[AAF-agentAgent]
}

rectangle "AAF-service-based Container" {
[AAF-service]
[AAF-locate]
[AAF-oath]
[AAF-cm]
[AAF-GUI]
[AAF-FS]
}

rectangle "AAF-agenthello Container" {
[AAF-hello]
}

[AAF-Base] --> [AAF-Casandra]
[AAF-Core] --> [AAF-Casandra]
[AAF-Configure] --> [AAF-Casandra]
[AAF-Agent] --> [AAF-Core]
@enduml

...