Work on #190: urm/puml updates

* added pumlid where it was missing and possible
* removed pumlid where it generated a bad image
* regenerated some incorrect puml's
* added 'left to right direction' puml prefix to some diagrams to improve the automatic layouting
This commit is contained in:
NooBxGockeL
2017-03-25 22:07:10 +01:00
parent 175e9f58c1
commit c2a7b902a9
19 changed files with 73 additions and 62 deletions

View File

@ -1,4 +1,5 @@
@startuml
left to right direction
package com.iluwatar.interpreter {
class App {
- LOGGER : Logger {static}
@ -44,8 +45,8 @@ package com.iluwatar.interpreter {
MultiplyExpression --> "-leftExpression" Expression
MinusExpression --> "-leftExpression" Expression
PlusExpression --> "-leftExpression" Expression
MinusExpression --|> Expression
MultiplyExpression --|> Expression
NumberExpression --|> Expression
PlusExpression --|> Expression
@enduml
MinusExpression --|> Expression
MultiplyExpression --|> Expression
NumberExpression --|> Expression
PlusExpression --|> Expression
@enduml