UML concepts


In Open ModelSphere, the UML class model is available, with all the concepts it implies. However, UML concepts that do not have Java equivalents are not supported.

CONCEPT REPRESENTATION
Package
Class
Interface
Inheritance
Multiplicity
Aggregation
Composition
Class or interface members
Field
Method
Inner class
Visibility (fields, methods, internal class) Public (+)
Protected (#)
Private (-)
Package ( )
Modifiers Static ($): field, method, inner class
Final (f): fields, method, inner class
Abstract (a): methods, inner class