EP3061044A1 - Method for the generation of conjoint domain models for system-of-systems - Google Patents
Method for the generation of conjoint domain models for system-of-systemsInfo
- Publication number
- EP3061044A1 EP3061044A1 EP14796439.9A EP14796439A EP3061044A1 EP 3061044 A1 EP3061044 A1 EP 3061044A1 EP 14796439 A EP14796439 A EP 14796439A EP 3061044 A1 EP3061044 A1 EP 3061044A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- systems
- model
- class
- conjoint
- domain
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/06—Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
- G06Q10/067—Enterprise or organisation modelling
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/36—Software reuse
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
- G06F8/71—Version control; Configuration management
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/10—Requirements analysis; Specification techniques
Definitions
- the known approaches usually require highly trained special ⁇ ists to use them effectively. Due to the lack of easy-to-use alternatives, ad-hoc processes such as point-to-point inte ⁇ gration can be observed in reality. To deal with the obvious drawbacks (exponential increase in complexity, single points of failure), open integration strategies such as enterprise service bus architectures have been proposed. These allow loose coupling between independent systems, which is often not adequate in practical settings to prevent redundancy, in ⁇ consistency or ambiguity in shared data.
- the task of the invention is to present a generative approach that enables reconciliation of a common platform based on reusable domain models of the involved systems.
- This task is performed with a method according to claim 1.
- the invention enables a light-weight (i.e., easy-to-use) ap ⁇ proach for pursuing development, integration, and interoperability of individual systems in a System-of-systems context.
- the invention will be described with reference to the follow ⁇ ing drawings .
- Fig. 1 shows an example of a system portfolio in the rail au ⁇ tomation .
- Fig. 2 shows an overview of the method for generating a con- joint model of involved systems in a system-of-systems .
- Fig. 3 shows a CSL meta model
- a rail automation portfolio as shown in Fig. 1 typically comprises a large, heterogeneous set of independent systems.
- Fig. 1 shows only some examples of different rail automation systems: signaling hardware (SIG), railway control center (RCC) , operator terminal (OT) , European train control system (ETCS), and radio block center (RBC) .
- SIG signaling hardware
- RRC railway control center
- OT operator terminal
- ECS European train control system
- RBC radio block center
- a concrete rail automation solution contains a selected sub ⁇ set of such systems, depending on the needs of the customer and the favored technology.
- Figure 1 sketches three such solutions in three different countries. Different component systems are integrated into one System-of-systems based on the country-specific requirements.
- domain models of individual systems are not designed as part of a comprehensive super-model, but are built and maintained separately by different groups of experts.
- the re ⁇ sult is a set of independent models or tools, each special ⁇ ized for a different component system in the portfolio.
- An alternative to such a complex tool architecture should therefore support distributed modeling of individual systems.
- the users should have the possibility to define shared con ⁇ cepts or to reuse concepts from other systems.
- First dependency Dl Class hierarchy across systems: An RBC signal is the same as an ETCS signal, however needs an addi ⁇ tional attribute for the RBC id. This could be seen as a spe ⁇ cialization (inheritance hierarchy) that goes beyond a system boundary .
- Second dependency D2 Implementation of foreign concepts:
- Signals and tracks from ETCS and RCC components can be dis ⁇ played in OT (e.g. by implementing the IElement interface) .
- Third dependency D3 Conditional associations: If signaling hardware is available, every signal lamp in RCC has a connec ⁇ tion to its controlling module in SIG. This can be realized by an association between the two components. Note that this association does not exist if RCC and SIG are not used to ⁇ gether .
- the conjoint model shall minimize redundancies (to avoid duplicated and possibly conflicting user input) and avoid inconsistencies within and between models.
- models may exist in differ ⁇ ent versions and the engineers must be supported in selecting an appropriate one. The key requirement in this context is therefore supporting automated consolidation and reconcilia ⁇ tion of selected portfolio models and versions to a single, non-redundant model best-suited for the required variant.
- tools comprise code for reasoning (rules, constraints), for the user interface, for generating output in various formats, etc.
- the target tool platform is the "host" of the system-of-systems , which coordinates the individual systems based on the conjoint domain model. Building up a set of engineering tools for the different products is an expensive and long-term task. Instead of cre ⁇ ating the whole system portfolio from scratch, step-to-step modernization of the engineering tool landscape may be an ef ⁇ fective strategy. Therefore, a powerful platform must support the integration of existing tools: legacy tools as well as third-party tools. Systems provided by an external supplier are more difficult to adapt or integrate into a common model as access to them is restricted.
- a conventional approach would be to equip legacy tools with interfaces to exchange data between them. This is not feasi ⁇ ble as it ends in the aforementioned complex and hard-to- maintain tool network. In addition, proprietary interfaces between tools would hinder integration and should be avoided.
- the systems of a portfolio are continuously extended and maintained over years by different teams in various depart ⁇ ments. Hence a monolithic approach where one modeling team is responsible for the whole set of models and their interplay is not possible. Necessary integration tasks are automated data exchange and migration, data merging, and consistency checking across tool boundaries.
- FIG. 2 An overview of the approach according to the invention is depicted in Figure 2. It consists of a modeling step and the deployment to a runtime platform:
- Component systems 1 represent the set of available systems in the portfolio, which can be reused to create a System-of- systems as required in a certain domain.
- Modeling workbench 2 is a tool (called CSL Studio) to specify the domain models of the component systems, considering the dependencies among the systems.
- Domain models 3 are the textual models of the concepts sup- ported by the component systems 1.
- Requirements for System-of-systems 4 represent the set of criteria for selecting the systems from the portfolio re ⁇ quired for building a System-of-systems .
- System-of-systems configurator is a tool integrated in CSL Studio which ensures consistent and valid selection of input models and generates a conjoint model for the selected sys ⁇ tems .
- Conjoint domain model 6 represents a common model of the selected components which can be used in a target platform where all selected components are deployed.
- Target platform 7 is an integration framework which is required for deploying the selected portfolio systems. This framework "interprets" the generated domain model to ensure consistency during deployment and runtime.
- CSL Configuration Specification Language
- CSL is based on a standard object-oriented meta-model similar to Ecore or MOF, as shown in Fig. 3, and provides all state-of-the-art fea ⁇ tures like packages, interfaces, classes with attributes of various types, associations between classes (uni- and bi ⁇ directional) , inheritance and aggregation relationships, methods, constraints, rules.
- the individual domain models (cf . meta-class Component in Fig. 3) are formulated in CSL separately by different knowledge engineers.
- Attr icon IconType
- DisplayElements know nothing about Tracks and Signals (the dependency can be described only in one direction) . It can be overcome by introducing a new concept : Pull injection is an operator for optional insertion of features from another domain model into a model. This injection only takes place if the referenced model is part of the final system-of-systems . If the referenced model is not used, no features are injected.
- CI be a so-called injection class in model Ml with features Fll ...Fin (a feature is either an attrib ⁇ ute, an association, a function, a constraint, or a rule) .
- C2 be a class in model M2 with features F21 ...F2m.
- Model Ml class CI ⁇ Fll ... Fin ⁇
- Model M2 class C2 isa Ml. CI? ⁇ F21 ... F2m ⁇ The isa operator is executed during conjoint model generation time and injects the features Fll ...Fin of CI into class C2, if and only if both models Ml and M2 are part of the System- of-systems. After the injection, class C2 contains the union of the features Fll ... Fin and F21 ... F2m class C2 ⁇ Fll ... Fin ⁇ U ⁇ F21 ... F2m ⁇
- a class can pull injection information from more than one in- jection class. If the '?' is omitted at the injection opera ⁇ tor, the model containing that injection class must be part of system-of-systems . The rest of this section demonstrates pull injection by a proper implementation of second dependency D2 with CSL.
- the operator terminal system OT has, among others, the following concepts (cf . Fig. 1) : package ot; enumeration ot.IconType ⁇
- Attr icon IconType
- Attr displayString String
- the Qinjection annotation specifies that the properties of the class IElement may be injected into classes of other com ⁇ ponents.
- the topology elements of the ETCS domain model rep ⁇ resent the fact, that, if an operator terminal is present, the topology elements will have connections to the OT display elements and will have an additional attribute displayString by using the isa keyword. package etcs;
- Attr icon ot.IconType
- Attr displayString String
- Attr displayString String
- Model Ml class CI ⁇ Fll ... Fin ⁇
- Model M2 @override class Ml. CI ⁇ F21 ... F2m ⁇
- class CI When both model Ml and M2 are part of System-of-systems , class CI will have the following features: class CI ⁇ Fll ... Fin ⁇ U ⁇ F21 ... F2m ⁇
- model M2 is not part of System-of-systems , class CI re ⁇ mains unchanged. Note that the union of features is built, i.e., features with the same signature are not duplicated. Mismatching types lead to conflicts during model generation.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Human Resources & Organizations (AREA)
- Strategic Management (AREA)
- Economics (AREA)
- Entrepreneurship & Innovation (AREA)
- Development Economics (AREA)
- Educational Administration (AREA)
- Computer Security & Cryptography (AREA)
- Game Theory and Decision Science (AREA)
- Marketing (AREA)
- Operations Research (AREA)
- Quality & Reliability (AREA)
- Tourism & Hospitality (AREA)
- General Business, Economics & Management (AREA)
- Stored Programmes (AREA)
Abstract
Description
Claims
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| AT506872013 | 2013-10-24 | ||
| PCT/EP2014/072621 WO2015059178A1 (en) | 2013-10-24 | 2014-10-22 | Method for the generation of conjoint domain models for system-of-systems |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP3061044A1 true EP3061044A1 (en) | 2016-08-31 |
Family
ID=51893995
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP14796439.9A Ceased EP3061044A1 (en) | 2013-10-24 | 2014-10-22 | Method for the generation of conjoint domain models for system-of-systems |
Country Status (2)
| Country | Link |
|---|---|
| EP (1) | EP3061044A1 (en) |
| WO (1) | WO2015059178A1 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113590186A (en) * | 2021-09-29 | 2021-11-02 | 广州嘉为科技有限公司 | Method and system for controlling client to download code submission history according to authority |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8127270B1 (en) * | 2007-04-09 | 2012-02-28 | Cisco Technology, Inc. | Abstracting transformation for model driven architecture |
-
2014
- 2014-10-22 WO PCT/EP2014/072621 patent/WO2015059178A1/en not_active Ceased
- 2014-10-22 EP EP14796439.9A patent/EP3061044A1/en not_active Ceased
Non-Patent Citations (2)
| Title |
|---|
| None * |
| See also references of WO2015059178A1 * |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113590186A (en) * | 2021-09-29 | 2021-11-02 | 广州嘉为科技有限公司 | Method and system for controlling client to download code submission history according to authority |
Also Published As
| Publication number | Publication date |
|---|---|
| WO2015059178A1 (en) | 2015-04-30 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US10496053B2 (en) | Method for integrated data handling for engineering and operating a plant | |
| Kehrer et al. | Understanding model evolution through semantically lifting model differences with SiLift | |
| EP3367234A2 (en) | Systems and methods for arbitrary software logic modeling | |
| CN101819529A (en) | System and method for realizing visual development of workflow task interface | |
| CN101135891A (en) | Graphical programming language object editing and reporting tools | |
| Annighoefer | An open source domain-specific avionics system architecture model for the design phase and self-organizing avionics | |
| Ruiz et al. | Architecture-driven, multi-concern and seamless assurance and certification of cyber-physical systems | |
| Bihani et al. | Concept for AutomationML-based interoperability between multiple independent engineering tools without semantic harmonization: Experiences with AutomationML | |
| Greenyer et al. | Preventing information loss in incremental model synchronization by reusing elements | |
| Gaeta et al. | Modeling aerospace systems product lines in SysML | |
| CN103995699A (en) | Electric power enterprise information system development method based on MDA | |
| Svendsen et al. | The future of train signaling | |
| Annighoefer et al. | Open source domain-specific model interface and tool frameworks for a digital avionics systems development process | |
| Hargreaves et al. | Foundations of a metamodel repository for use with the IEC common information model | |
| EP2996075A1 (en) | Method for integrated modeling of a product portfolio | |
| EP3061044A1 (en) | Method for the generation of conjoint domain models for system-of-systems | |
| Liu et al. | Model-driven design of tools for multi-domain systems with loosely coupled metamodels | |
| Dhungana et al. | Generation of conjoint domain models for system-of-systems | |
| Gaspari et al. | A formal design of the hybrid European rail traffic management system | |
| Fleurey et al. | Standardizing variability–challenges and solutions | |
| Yie et al. | A practical approach to multi-modeling views composition | |
| Malavolta | Software Architecture Modeling by Reuse, Composition and Customization | |
| Moutinho et al. | Ecore representation for extending PNML for Input-Output Place-Transition nets | |
| Holtmann et al. | Play-out for hierarchical component architectures | |
| Halle et al. | Evaluation of the ashley seamless tool-chain on a real-world avionics demonstrator |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| 17P | Request for examination filed |
Effective date: 20160303 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| AX | Request for extension of the european patent |
Extension state: BA ME |
|
| DAX | Request for extension of the european patent (deleted) | ||
| APBK | Appeal reference recorded |
Free format text: ORIGINAL CODE: EPIDOSNREFNE |
|
| APBN | Date of receipt of notice of appeal recorded |
Free format text: ORIGINAL CODE: EPIDOSNNOA2E |
|
| APBR | Date of receipt of statement of grounds of appeal recorded |
Free format text: ORIGINAL CODE: EPIDOSNNOA3E |
|
| APAF | Appeal reference modified |
Free format text: ORIGINAL CODE: EPIDOSCREFNE |
|
| APBX | Invitation to file observations in appeal sent |
Free format text: ORIGINAL CODE: EPIDOSNOBA2E |
|
| APBT | Appeal procedure closed |
Free format text: ORIGINAL CODE: EPIDOSNNOA9E |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R003 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION HAS BEEN REFUSED |
|
| 18R | Application refused |
Effective date: 20220810 |