previous | index | next

Sequence Diagrams 1

Draw a sequence diagram that represents the following code from PlayerTest:
        players = new ArrayList();
        players.add(new Player("Lebron James", 30.2));
        players.add(new Player("Kevin Garnett", 21.3));
        players.add(new Player("Kobe Bryant", 33.4));


previous | index | next