Case L University Hendro. Case Each postgraduate student at L University needs to maintain a list of references that he or she needs for research. For.

Slides:



Advertisements
Similar presentations
Conducting Research Investigating Your Topic Copyright 2012, Lisa McNeilley.
Advertisements

CSE594 Fall 2009 Jennifer Wong Oct. 14, 2009
Architects create scaled plans for building houses. Artists use sketches to plan murals for the sides of buildings. Companies create smaller sizes of their.
Calculating Slope Y-interceptWhat’s that line? What’s that graph? Vocabulary $ $ $ $ $ $ $ $ $
1 CS 426 Senior Projects Chapter 9: Relationships Chapter 10: Inheritance and Polymorphism [Arlow and Neustadt, 2005] February 12, 2009.
Feb. 13, 2001CSci Clark University1 CSci 250 Software Design & Development Lecture #9 Tuesday, Feb. 13, 2001.
1 CS 426 Senior Projects Chapter 9: Relationships Chapter 10: Inheritance and Polymorphism [Arlow and Neustadt, 2002] February 27, 2007.
Your experience ‘Some concepts are very difficult to understand…’‘Some ideas are too complex…’ ‘I find it difficult to make sense of what is presented…’
Informing Collection Development through Citation Examination of the Civil Engineering Research Literature Scott Curtis University of Missouri – Kansas.
The subject of a scholarly article is based on original research.
Case study Lisa’s Bookstore IST210.
Uses of Energy.
Driving School Database
Conceptual Design versus Logical Design. Conceptual Data Design Prepared at beginning of project High level view of how the client sees the data Top down.
A B CA’ B’ C’ Similar Shapes The following diagram shows an enlargement by a scale factor 3 of triangle ABC Note Each length on the enlargement A’B’C’
Some of the best books of  &mid= A23D2FC75CD A23D2FC75CD7.
Modeling system requirements. Purpose of Models Models help an analyst clarify and refine a design. Models help simplify the complexity of information.
Introductory questions and needs analysis John Morgan Aberystwyth University.
2.6 Scatter Diagrams. Scatter Diagrams A relation is a correspondence between two sets of data X is the independent variable Y is the dependent variable.
Class Relationships A class defines a type of data Composition allows an object of another class to define an attribute of a class –Employee “has a”
Double Entry Journals Four types of double entry journals used for analyzing text while reading literature.
Overview of the Research Process These outlines of the research process were created using the book Schaum’s Quick Guide to Writing Great Research Papers.
 Class diagrams show the classes of the system, their interrelationships (including inheritance, aggregation, and association), and the operations and.
Chapter Five: Forces  5.1 Forces  5.2 Friction  5.3 Forces and Equilibrium.
9/16 * Write only the Big Question In your journals and then hang tight… DJ for the Day Victoria… showed Responsibility because she finished ALLLLLLLL.
Chapter 17 Writing the Research Report. Public Disclosure of Results Culmination of the research process Options for disclosure –Journal article –Thesis.
Write a function rule for a graph EXAMPLE 3 Write a rule for the function represented by the graph. Identify the domain and the range of the function.
1 U3O2: Database Design Tools  Naming Conventions  Eg.s prefix tables with tblCustomer, tblProducts; customer table, cusCustomerID, cusAddress; Queries,
From PhD to Monograph Patrick White Department of Sociology.
Power Designer n See course web page for additional information on using Power Designer n Business rules – Come from a description of activities – Example.
Entrance Ticket Mathematically proficient students… Explain to themselves the meaning of a problem Look for entry points to its solution. Analyze givens,
Chapter 9: Relationships Chapter 10: Inheritance and Polymorphism [Arlow and Neustadt, 2005] CS 426 Senior Projects in Computer Science University of Nevada,
DATA MODELING AND ENTITY-RELATIONSHIP MODEL II IST 210: Organization of Data IST210 1.
Seminar Four CS210 1.Goal Setting 2.Career Network 3.GAP Analysis 4.Article Discussion 5.Article Discussion 6.Questions.
1 Chapter 13: Class Diagram Chapter 19 in Applying UML and Patterns Book.
Respiration. Write the following questions on a piece of paper and answer using your book What happens during respiration? Cells store energy in the form.
Chapter Five: Forces  5.1 Forces  5.2 Friction  5.3 Forces and Equilibrium.
ER Diagrams and Relational Model CS 174a (Winter 2015)
ASH PSY 496 Week 3 Assignment Final Paper Draft Check this A+ tutorial guideline at 3-assignment-final-paper-draft.
HHS 307 Week 3 Final Paper Outline and Annotated Bibliography Check this A+ tutorial guideline at
THE Annotated Bibliography
CSE594 Fall 2009 Jennifer Wong Oct. 14, 2009
Interface, Subclass, and Abstract Class Review
Step Two: Using your circles and squares, line up your shapes to show a one-to-one relationship. Cut shapes when necessary. Glue them onto your paper.
What is your FICO IQ Quiz? Link to article attached.
How to Retrieve NFHS Rulebooks- Arbiter
Advanced Java Programming
What is Environmental Science?
Order Database – ER Diagram
CS 426 Senior Projects Chapter 9: Relationships
Scott Curtis University of Missouri – Kansas City
December 8th, 2016 AC ELA Brown.
Professor _ 1 Associated Professor 2 Assistant Professor 6 8
Catalyst What are the parts of a flower that you already know? What do they do? Flower Dissection 2/8/16 Reflection: 30L 30R.
Confucianism October 24, 2017.
Scatter Plots and Equations of Lines
Splash Screen.
Aim: How do we explain other physical systems involving friction?
Chapter Five: Forces 5.1 Forces 5.2 Friction
Page 13.
CS 397 Honors Seminar Fall 2002 Project Title
Guide to Modeling Keys to E-R diagrams.
Objective- To use an equation to graph the
Splash Screen.
Guide to Modeling Keys to E-R diagrams.
Warm Up Generate ordered pairs for the function
CS4222 Principles of Database System
CSE594 Fall 2009 Jennifer Wong Oct. 14, 2009
Page 70 Name ALL triangles that are congruent to TRIANGLE DJI.
Presentation transcript:

Case L University Hendro

Case Each postgraduate student at L University needs to maintain a list of references that he or she needs for research. For this purpose, references used are categorized into four types: book, article in a journal, conference paper, and PhD thesis. A reference can be included in one type only. The fields of each type of reference are listed in the following table.

Assuming that there are five classes, that is, References, Book, Article_Journal, Conference_Paper, and PhD_Thesis, develop the class hierarchy for the above description, and draw the corresponding class diagram. You also need to identify the relationship between references and another class, Postgraduate. Assume some attributes where necessary.

Solution There is an inheritance relationship between the reference object to the subclass type. The association between Postgraduate and References is many to many, where each reference can be used by many postgraduates, and each postgraduate can refer to many references.