From ff1c0a01a01ce3c248366a9da651dc7131d4d223 Mon Sep 17 00:00:00 2001 From: Pieter van den Hombergh Date: Tue, 23 Apr 2024 19:20:17 +0200 Subject: [PATCH] added arrow --- static/images/StatePattern.svg | 59 +++++++++++++++++----------------- static/images/StatePattern.uxf | 2 +- 2 files changed, 31 insertions(+), 30 deletions(-) diff --git a/static/images/StatePattern.svg b/static/images/StatePattern.svg index 69d9364..68ecfe2 100644 --- a/static/images/StatePattern.svg +++ b/static/images/StatePattern.svg @@ -54,13 +54,13 @@ >this variant of theState Patternhas the Contextpass itself to the states.abstract classesor interfacesconcrete classesstate.handle(this, ...)ConcreteState...+ handle(ctx: Context,...)ConcreteStateA+ handle(ctx: Context,...)ConcreteStateB+ handle(ctx: Context,...){abstract}State+ handle(ctx: Context,...)Context- state: State+ request()... 270 30 - lt=<<<<- + lt=<<<<-> 10.0;10.0;250.0;10.0