Simplecommunication exampleonseverallines and usinghtmlThis is hosted by(File not found: /var/lib/jetty/sourceforge.jpg)AliceAliceBobBobAuthentication RequestAuthentication Response
SEQUENCE DIAGRAM
5677868650594304
Simplecommunication exampleonseverallines and usinghtmlThis is hosted by(File not found: /var/lib/jetty/sourceforge.jpg)AliceAliceBobBobAuthentication RequestAuthentication Response
@startuml
title
<u>Simple</u> communication example
on <i>several</i> lines and using <font color=red>html</font>
This is hosted by <img:sourceforge.jpg>
end title
Alice -> Bob: Authentication Request
Bob -> Alice: Authentication Response
@enduml
SEQUENCE DIAGRAM
5677868650594304
Search a movieUser types in movie research barGet what the user has typed so farFetch list of movies from OMDBDisplay list of clickable movies namesDisplayer 'No movies found with this name' messageAt every new letter typedMovies were foundSuccessFailure
ACTIVITY DIAGRAM
5678701068943360
Search a movieUser types in movie research barGet what the user has typed so farFetch list of movies from OMDBDisplay list of clickable movies namesDisplayer 'No movies found with this name' messageAt every new letter typedMovies were foundSuccessFailure
@startuml
title Search a movie
(*) --> "User types in movie research bar"
--> [At every new letter typed] "Get what the user has typed so far"
--> "Fetch list of movies from OMDB"
--> if "Movies were found"
--> [Success] "Display list of clickable movies names"
--> (*)
else
--> [Failure] "Displayer 'No movies found with this name' message"
--> (*)
endif
@enduml
ACTIVITY DIAGRAM
5678701068943360
PositionableDimension2D getSize();Point2D getPosition();ClusterableCluster getParent();ClusterBlockPathLabelSimpleDrawerGraphvizSolverDimension2D solve(Cluster root, Collection<Path> paths)subclusters2has one
CLASS DIAGRAM
5679131370979328
PositionableDimension2D getSize();Point2D getPosition();ClusterableCluster getParent();ClusterBlockPathLabelSimpleDrawerGraphvizSolverDimension2D solve(Cluster root, Collection<Path> paths)subclusters2has one