AIXM 5 UML Modelling Conventions

Slides:



Advertisements
Similar presentations
Lecturer: Sebastian Coope Ashton Building, Room G.18 COMP 201 web-page: Lecture.
Advertisements

IMS1805 Systems Analysis Topic 3: Doing Analysis (continued from previous weeks)
Copyright 2004 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Second Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Appendix.
2-1 © Prentice Hall, 2004 Chapter 2: Introduction to Object Orientation (Adapted) Object-Oriented Systems Analysis and Design Joey F. George, Dinesh Batra,
PRJ566: PROJECT PLANNING AND MANAGEMENT Class Diagrams.
UML Class Diagrams: Basic Concepts. Objects –The purpose of class modeling is to describe objects. –An object is a concept, abstraction or thing that.
BIS310: Week 7 BIS310: Structured Analysis and Design Data Modeling and Database Design.
The Unified Modeling Language (UML) Class Diagrams.
Database Processing: Fundamentals, Design and Implementation, 9/e by David M. KroenkeChapter 2/1 Copyright © 2004 Please……. No Food Or Drink in the class.
Copyright 2001 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Appendix A Object-Oriented.
Copyright 2002 Prentice-Hall, Inc. Modern Systems Analysis and Design Third Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Chapter 20 Object-Oriented.
Training: INSPIRE Basics EC JRC 1/15 UML class diagram: example INSPIRE UML class diagram for administrative units.
UML Diagrams: Class Diagrams The Static Analysis Model Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
Presented to: AIXM Developer’s Seminar By: Navin Vembar Date: January 14, 2010 Federal Aviation Administration Changes in AIXM 5.1 from AIXM 5.0.
CS3773 Software Engineering Lecture 04 UML Class Diagram.
7-1 © Prentice Hall, 2004 Chapter 7: Conceptual Data Modeling Object-Oriented Systems Analysis and Design Joey F. George, Dinesh Batra, Joseph S. Valacich,
UML to XSD. Assumptions Basic Understanding of UML Basic Understanding of XML Basic Understanding of XSD schemas Basic Understanding of UML Basic Understanding.
7-1 © Prentice Hall, 2007 Chapter 7: Conceptual Data Modeling Object-Oriented Systems Analysis and Design Joey F. George, Dinesh Batra, Joseph S. Valacich,
Unit 3 Conceptual Data Modeling. Key Concepts Conceptual data modeling process Classes and objects Attributes Identifiers, candidate keys, and primary.
Unit 1 INTRODUCTION TO MODELING AND CLASS MODEL Ref : L7-UML.PDF.
Unified Modeling Language © 2002 by Dietrich and Urban1 ADVANCED DATABASE CONCEPTS Unified Modeling Language Susan D. Urban and Suzanne W. Dietrich Department.
The Static Analysis Model Class Diagrams Prof. Hany H. Ammar, CSEE, WVU, and Dept. of Computer Science, Faculty of Computers and Information, Cairo University.
UML Diagrams: The Static Model Class Diagrams. The Static Model Define the static structure of the logical model Represent classes, class hierarchies.
Design Model Lecture p6 T120B pavasario sem.
1 Data Modeling : ER Model… Lecture Summary of last lecture ER model notation Examples Ternary relationship Weak entities Extended ER Model Process.
ESDI Workshop on Conceptual Schema Languages and Tools
The European Organisation for the Safety of Air Navigation AIXM UML to XSD AIXM XML Developers' Seminar.
AIXM 5 UML Modelling Conventions. AIXM is GML AIXM is an XML exchange standard based on a subset of GML. Essentially: –AIXM Features are GML features.
Class diagrams Terézia Mézešová.
Object Modeling THETOPPERSWAY.COM. Object Modelling Technique(OMT)  Building a model of an application domain and then adding implementation.
©Silberschatz, Korth and Sudarshan2.1Database System Concepts Chapter 2: Entity-Relationship Model Entity Sets Relationship Sets Mapping Constraints Keys.
Software Modelling Class Diagram. Class Diagrams The main building block in object oriented modeling They are used both for general conceptual modeling.
2-1 © Prentice Hall, 2004 Chapter 2: Introduction to Object Orientation Object-Oriented Systems Analysis and Design Joey F. George, Dinesh Batra, Joseph.
COP Introduction to Database Structures
UML Diagrams: Class Diagrams The Static Analysis Model
Object-oriented and Structured System Models
AIXM 5 UML to XSD.
AIXM 5.1 XML Developers' Seminar #2 – Dec 2009
The Movement To Objects
XML Examples AIXM 5 RC2.
Object-Oriented Analysis and Design
Class Diagrams.
Chapter 11 Object-Oriented Design
Chapter 7: Entity-Relationship Model
Outline of the ER Model By S.Saha
An Introduction to Inheritance
IDEF1X Standard IDEF1X (Integrated Definition 1, Extended) was announced as a national standard in 1993 It defines entities, relationships, and attributes.
UML to XSD.
UML Class Diagrams: Basic Concepts
UML Diagrams: The Static Model Class Diagrams
Object Oriented Analysis and Design
Domain Class Diagram Chapter 4 Part 2 pp
Software Engineering Lecture #11.
Module 8 – Database Design Using the E-R Model
Deriving a Relational DB Model from the AIXM CM
Chapter 20 Object-Oriented Analysis and Design
Appendix A Object-Oriented Analysis and Design
Understand and Use Object Oriented Methods
Business Analysis More on Classes Chris Russell O2.41
Digital AIM Training - AIXM
Navaids and Points The purpose of this presentation is to provide an overview of the Aeronautical Conceptual Model for Navaids and Points.
XML Examples AIXM 5 RC2.
Chapter 22 Object-Oriented Systems Analysis and Design and UML
Appendix A Object-Oriented Analysis and Design
Appendix A Object-Oriented Analysis and Design
AIXM 5.2 – CP in Lot 2 AIXM CCB – Brussels, 06 MAR 2019.
AIXM Seminar 2009, December 15th
New Applications Modeled
Chapter 6b: Database Design Using the E-R Model
UML  UML stands for Unified Modeling Language. It is a standard which is mainly used for creating object- oriented, meaningful documentation models for.
Presentation transcript:

AIXM 5 UML Modelling Conventions

AIXM is GML AIXM is an XML exchange standard based on a subset of GML. Essentially: AIXM Features are GML features AIXM Objects are GML objects AIXM follows the GML object-property concept

Diagrams Model uses: Class diagrams Package diagrams features, properties, relationships and inheritance between features Package diagrams split the model into modules and identify dependencies among sets of classes.

Stereotypes Stereotypes are used to further define and extend standard UML concepts. <<feature>> <<object>> <<choice>> <<datatype>> <<enumeration>> <<codelist>>

Abstract Classes Abstract classes are designated by putting the class name in italics. An abstract class cannot be realised in an implementation such as an XML document Abstract classes are used as base classes in an inheritance hierarchy. For example, the AIXMFeature abstract class describes the basic properties of an AIXM Feature. Every specific AIXM Feature, such as Runway, inherits from the abstract AIXMFeature class.

Features Real World Fundamental objects Change in time stereotype     In AIXM features describe real world entities and are the fundamental objects used in GML. GML features can be concrete and tangible, or abstract and conceptual and can change in time. Features are represented as classes with a stereotype <<feature>>. Features and Objects are described using the “class” structure in an UML class diagram. The class structure is broken in two parts; the attribute list used to define more specifics about the Feature/Object and the Operations list which is not used in AIXM. Feature/Objects are written in UpperCamelCase.

Objects The object has its own attributes that are reused throughout the model A property has a multiplicity greater than one     In AIXM objects are abstractions of real world entities that do not exist outside of a feature. Whenever a property has a multiplicity greater than one and cannot exist outside the feature these properties are represented as an object with the proper UML composite relationship ElevatedPoint shows the second use if objects – when it has its own attributes and is reused throughout the model

Choice Used to model XOR relationships Choice elements are modelled using XSD choice elements.

DataTypes Datatypes are used throughout the model <<datatype>> – basic data type that specifies a pattern to use <<enumeration>> – a fixed list of values <<codelist>> – similar to an enumeration but the list can be expanded The OTHER value is important for mapping future changes to the list. If a value is added in the future and is not recognised by the current enumeration, it is mapped to the OTHER value

Properties - Attributes Attributes are used to describe simple properties of a feature or object     Simple Properties Properties are the attributes and relationships of a feature or object that are used to characterize the object. In UML attributes are used to describe simple properties with a cardinality of one. Attributes are written in lowerCamelCase.

Properties - Relationships Relationships are used to describe associations to features or objects Uni-directional association used when the relationship refers to a feature Relationships to objects are depicted by the standard UML composition Relationships are used to describe associations to features and objects. Whenever a property has a multiplicity greater than one it is described using a UML relationship with cardinality. AIXM uses only 4 of the UML modelling techniques provided for class diagrams. Uni-directional association shows that two classes are related but only one class knows that the relationship exists. In our first example the Runway features knows about the AirportHeliport feature. AirportHeliport knows nothing about the Runway. Composition Aggregation. Basic aggregation is an association indicating that one class is a subordinate (or part of) another class, however, the child class can outlive the parent class. A composition Aggregation indicates the same parent-child relationship but the child’s lifecycle is dependent on the parent. In other words the child can not exist without the parent. In our example a Runway has a surface. When the Runway no longer exists, neither does the surface.

Properties - Relationships Standard UML association class is used to describe attributes about the relationship The third modelling technique is the standard UML association class. In modeling an association, there are times when we need to include valuable information about the relationship. For this we would use an association class that you tie to the primary association. An association class is represented like a normal class. The difference is that the association line between the primary classes intersects a dotted line connected to the association class.. The uni-directional arrow is important when mapping to the XSD. One important attribute shown is the collocationGroup describing how the navaid is composed of different equipment. In this case, what equipment is located together.

Properties - Inheritance Inheritance - The specialized feature inherits all of the properties of the more general feature The last technique used is inheritance. Inheritance refers to the ability of one class (specialized or child class) to inherit the identical functionality of another class (generalized or super class), and then add new functionality of its own. Within our XML schema, specialization implies two characteristics: Substitutability. The more general feature or object can be substituted by a specialization. In the XML schema this is supported using substitution groups. Property inheritance. The specialized feature inherits all of the properties of the more general feature. In the XML schema including the properties of the general class into the specialized class supports this. NavaidEquipment is shown as abstract and not implemented in the XML schema. The VOR feature is implemented inheriting the attributes of NavaidEquipment.

Naming Conventions Feature, Object and Choice names are written in UpperCamelCase e.g. NavaidEquipment Simple property names (i.e. attributes) are written in lowerCamelCase e.g. widthShoulder Relationship names are written in lowerCamelCase but as present tense verbs e.g. isSituatedAt Datatype names are written in UpperCamelCase and end with ‘Type’ e.g. CodeAircraftType

Thank you