Versions Compared

Key

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

...

PlantUML
titleSample Sequences
FilterDeployment\nFactory as df
Deployment\nContext as dc
Provider\nDeployment\nContributor as pdc
Service\nDeployment\nContributor as sdc
df -> dc: new
df -> sdc: contributeService(dc)
sdc -> dc: contributeChain()
dc -> Chainpdc: TextcontributeFilter()