Preview

Explain How The Figure 5.8 Represents The Activity Diagram Of The Project

Powerful Essays
Open Document
Open Document
1000 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Explain How The Figure 5.8 Represents The Activity Diagram Of The Project
The figure 5.6 represents the class diagram of the project. Various classes are User, Event, Administrator, Animal, Disease, etc. The user can be a guest user, registered user, a member user or an administrator. The Animal class is associated with the Disease class. Fig 5.6: Class Diagram
Usecase Diagram:
The Figure 5.7 represents the usecase diagram of the project. All the functionalities of the user as well as the administrator is shown. Fig 5.7: Usecase Diagram

Activity Diagram:
The Figure 5.8 represents the activity diagram for a registered user. It shows how the registered user can log in to the system and perform the required tasks. Fig 5.8: Activity diagram for Registered user

The Figure 5.9 represents the activity diagram
…show more content…
METHODS USED IN PROJECT WORK

6.1 .Net Framework[3]
The .NET Framework is a development platform for building apps for Windows, Windows Phone, Windows Server, and Microsoft Azure. It consists of the common language runtime (CLR) and the .NET Framework class library, which includes classes, interfaces, and value types that support an extensive range of technologies. The .NET Framework provides a managed execution environment, simplified development and deployment, and integration with a variety of programming languages, including Visual Basic and Visual C#.

6.2 C#.Net[4]
C# syntax is highly expressive, yet it is also simple and easy to learn. The curly-brace syntax of C# will be instantly recognizable to anyone familiar with C, C++ or Java. Developers who know any of these languages are typically able to begin to work productively in C# within a very short time. C# syntax simplifies many of the complexities of C++ and provides powerful features such as nullable value types, enumerations, delegates, lambda expressions and direct memory access, which are not found in Java. C# supports generic methods and types, which provide increased type safety and performance, and integrators, which enable implementers of collection classes to define custom iteration behaviors that are simple to use by client code. Language-Integrated Query (LINQ) expressions make the strongly-typed query a first-class language

You May Also Find These Documents Helpful

  • Good Essays

    Nt1310 Unit 3 Case 3

    • 499 Words
    • 2 Pages

    DotNetNuke uses a three-tier architecture model with a core framework providing support to the extensible modular structure. When deployed, which can be extended using pluggable modules and providers that enable additional functionality; the look and feel of individual sites can be customized using skins. As opposed to traditional web applications that may rely on a multitude of web pages to deliver content, DotNetNuke uses a single main page called Default.aspx. The content for this page is generated dynamically by using a tabID value to retrieve the skin and modules needed to build the page requested, from the DotNetNuke database. It is Used by end-users to create dynamic and interactive websites and by developers to create application functionality.…

    • 499 Words
    • 2 Pages
    Good Essays
  • Good Essays

    Now third assignment is all about programming/configuration of project functions as per the UML diagram mention in earlier submission.…

    • 1876 Words
    • 8 Pages
    Good Essays
  • Satisfactory Essays

    Test Ch 4 Cts 285

    • 1449 Words
    • 6 Pages

    | In a use case diagram, the user becomes a(n) ____, with a specific role that describes how he or she interacts with a system.Answer…

    • 1449 Words
    • 6 Pages
    Satisfactory Essays
  • Best Essays

    According to Filed and Keller (2007), there are two common methods to represent a PND: the activity-on-the node (AON) and the activity-on-arrows (AOA). With the advent of computer software designed to depict PNDs, the AON method has become widely used and it has some obvious advantages (e.g. showing dependencies, activity name etc.) over the AOA method. So, hereby the AON method with the finish to start (FS) dependency is used to create the PND.…

    • 3462 Words
    • 14 Pages
    Best Essays
  • Satisfactory Essays

    The Tale of Two Heros

    • 2380 Words
    • 10 Pages

    A(n) ____ is a UML technique that visually represents the interaction between users and an information system.…

    • 2380 Words
    • 10 Pages
    Satisfactory Essays
  • Powerful Essays

    CVS Pharmacy assignment

    • 4353 Words
    • 18 Pages

    The following page presents a data flow diagram of the day-to-day operations of the plans we…

    • 4353 Words
    • 18 Pages
    Powerful Essays
  • Good Essays

    Study Guide GB 310

    • 5424 Words
    • 22 Pages

    is a graphic description of a process, showing the sequence of process tasks, which is developed for a specific purpose and from a selected viewpoint…

    • 5424 Words
    • 22 Pages
    Good Essays
  • Good Essays

    Case Tools

    • 1149 Words
    • 5 Pages

    What the tool does: The tool helps the users draw a standard data flow diagram (a process-oriented model of information systems) for systems analysis.…

    • 1149 Words
    • 5 Pages
    Good Essays
  • Good Essays

    Project Network

    • 1752 Words
    • 8 Pages

    A project network illustrates the relationships between activities (or tasks) in the project. Showing the activities as nodes or on arrows between event nodes are two main ways to draw those relationships.…

    • 1752 Words
    • 8 Pages
    Good Essays
  • Good Essays

    C Sharp

    • 6277 Words
    • 26 Pages

    If you have been around the programming world for a while, you may have some experience…

    • 6277 Words
    • 26 Pages
    Good Essays
  • Powerful Essays

    Online Reservation

    • 1263 Words
    • 6 Pages

    The customers and workers can see and check their personal information via this system. They can add, change and delete personal information while logged into the system. The information about a worker can only be seen by its owner whereas the information about a customer can only be seen by its owner or the worker who serves this customer.…

    • 1263 Words
    • 6 Pages
    Powerful Essays
  • Powerful Essays

    Claim Adjudication

    • 8483 Words
    • 34 Pages

    This chapter gives an overall introduction to documenting requirements using use cases. In this chapter, we will explain the following: • the symbols found in a use case diagrams • the relationships between the symbols in a use case diagram • the textual description of a use case, the use case flow of events It is quite likely that you have written code in an object-oriented language, such as Java or C++. In these object-oriented languages, you have come to create your programs in terms of classes where each class has its own data (via variables/attributes) and its own behavior (via the class methods). In your programs, you create instances of these classes, called objects. As your program runs, these objects interact with each other to implement the system functionality. In this chapter we will discuss a means of documenting your stakeholder functional requirements in a way that will more easily lead you to discover what classes you will need to implement. This approach is called the use cases approach (Jacobson, Christerson et al., 1992). When you document your requirements using use cases, these use cases are then valuable during the next steps in your project development – such as in the design and testing activities. Also, it will be easier to write your user manual if you have documented your requirements by means of use cases. When we document requirements using use cases, we use textual description along with use case diagrams. The use case diagram is a part of the Unified Modeling Language (Rumbaugh, Jacobson et al., 1999), more commonly referred to as UML. In this chapter, we will first introduce you to UML. Then, we will show you how to document your requirements using use cases.…

    • 8483 Words
    • 34 Pages
    Powerful Essays
  • Satisfactory Essays

    DotNet Generic Number: Heading: Question: Answer: Comments: Level: SE/SSE/TL 1 .NET Generic What is CLR? The CLR is the execution engine for .NET framework applications.…

    • 2532 Words
    • 11 Pages
    Satisfactory Essays
  • Satisfactory Essays

    How to Create Mvc Db

    • 502 Words
    • 3 Pages

    MVC DATABASE APPLICATION USING C# CODE using System; using System. Collections. Generic; using System. Linq; using System. Web; using System.…

    • 502 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    Objective: The student is able to use object diagrams to communicate ideas in familiar domains. Initial script for introducing object diagrams:…

    • 816 Words
    • 4 Pages
    Good Essays