Unified Component Model for Distributed, Real-Time and Embedded Systems Avatar
  1. OMG Specification

Unified Component Model for Distributed, Real-Time and Embedded Systems — All Issues

  • Acronym: UCM
  • Issues Count: 36
  • Description: All Issues
Open Closed All
All Issues

Issues Summary

Key Issue Reported Fixed Disposition Status
UCM-14 The annotation system is too flexible UCM 1.0b1 UCM 1.0 Closed; No Change closed
UCM-16 Interfaces should be able to have annotation UCM 1.0b1 UCM 1.0 Closed; No Change closed
UCM-71 use the RFC 2119 vocabulary UCM 1.0b1 UCM 1.0 Resolved closed
UCM-69 update the IDL and C++ sections to match the new metamodel, programming model and xml names UCM 1.0b1 UCM 1.0 Resolved closed
UCM-67 improve the class diagram of reziable data type UCM 1.0b1 UCM 1.0 Resolved closed
UCM-65 Rewrite the references section UCM 1.0b1 UCM 1.0 Resolved closed
UCM-61 Harmonization with IDL4.1 and XTYPES1.2 UCM 1.0b1 UCM 1.0 Resolved closed
UCM-56 Create a section for the IDL equivalent syntax UCM 1.0b1 UCM 1.0 Resolved closed
UCM-48 Improve technical policies for ports UCM 1.0b1 UCM 1.0 Resolved closed
UCM-51 the UCM standard platform should reorganized UCM 1.0b1 UCM 1.0 Resolved closed
UCM-18 wrong definition in section "symbols" UCM 1.0b1 UCM 1.0 Resolved closed
UCM-29 class IPrimitiveDataType is missing UCM 1.0b1 UCM 1.0 Resolved closed
UCM-17 AssemblyParts should inherit from IAnnotable UCM 1.0b1 UCM 1.0 Resolved closed
UCM-15 class IinterfaceBase is now named IInterface UCM 1.0b1 UCM 1.0 Resolved closed
UCM-47 Align UCM primitive types with IDL UCM 1.0b1 UCM 1.0 Resolved closed
UCM-50 The connection registration API may lead to portability issues UCM 1.0b1 UCM 1.0 Resolved closed
UCM-46 enable multiple refinement for component types and composite component implementations UCM 1.0b1 UCM 1.0 Resolved closed
UCM-45 update the xml syntax and diagrams and put shorter names UCM 1.0b1 UCM 1.0 Resolved closed
UCM-44 Create a section for the graphical guidelines UCM 1.0b1 UCM 1.0 Resolved closed
UCM-43 Create a section for the XML syntax of UCM UCM 1.0b1 UCM 1.0 Resolved closed
UCM-37 remove sections that explain the graphical representation from section 9 UCM 1.0b1 UCM 1.0 Resolved closed
UCM-34 IAssembly may have no part UCM 1.0b1 UCM 1.0 Resolved closed
UCM-1 add attribute delegations in composite component implementations UCM 1.0b1 UCM 1.0 Resolved closed
UCM-4 wrong inheritance for sequences and text not assertive enough UCM 1.0b1 UCM 1.0 Resolved closed
UCM-3 missing inheritance for port delegation UCM 1.0b1 UCM 1.0 Resolved closed
UCM-2 change field identifier of class INamed UCM 1.0b1 UCM 1.0 Resolved closed
UCM-10 use UML for class diagrams UCM 1.0b1 UCM 1.0 Resolved closed
UCM-12 remove sections that explain the xml representation from section 9 UCM 1.0b1 UCM 1.0 Resolved closed
UCM-11 remove the examples from section 9 UCM 1.0b1 UCM 1.0 Resolved closed
UCM-6 section for ConnectorPortConfiguration is missing UCM 1.0b1 UCM 1.0 Resolved closed
UCM-5 wrong field type in AbstractTypeBinding UCM 1.0b1 UCM 1.0 Resolved closed
UCM-13 remove sections that explain the IDL representation from section 9 UCM 1.0b1 UCM 1.0 Resolved closed
UCM-28 there is no distinction between compositions and aggregations in the descriptions of classes UCM 1.0b1 UCM 1.0 Resolved closed
UCM-9 create an abstract class IItemBinding UCM 1.0b1 UCM 1.0 Resolved closed
UCM-8 enable extension for composite component implementation UCM 1.0b1 UCM 1.0 Resolved closed
UCM-7 make classes Connection and ConnectionEnd inherit from IConfigured UCM 1.0b1 UCM 1.0 Resolved closed

Issues Descriptions

The annotation system is too flexible

  • Key: UCM-14
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    Annotations can be associated with several kinds of entity: component types, methods, attributes, data types, ports, atomic component implementations, composite component implementations. It is impossible, when declaring an annotation definition, to specify which kind of entity it must be associated with. Consequently, annotations might be associated in an irrelevant manner.

  • Reported: UCM 1.0b1 — Mon, 5 Sep 2016 12:42 GMT
  • Disposition: Closed; No Change — UCM 1.0
  • Disposition Summary:

    won't fix annotations

    There is no simple way to specify which entity an annotation definition can apply to. Therefore, it is wise not to change the current situation: UCM tools may define extensions to the annotation system.

  • Updated: Mon, 16 Oct 2017 15:14 GMT

Interfaces should be able to have annotation

  • Key: UCM-16
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    Concrete data types can have annotations. Interface cannot: only methods and attributes can. It would be interesting to enable annotations in interfaces, just in case.

  • Reported: UCM 1.0b1 — Mon, 5 Sep 2016 15:36 GMT
  • Disposition: Closed; No Change — UCM 1.0
  • Disposition Summary:

    class Interface already inherits from IAnnotable through IConcreteTypeDeclaration

    Interfaces are already annotable.

  • Updated: Mon, 16 Oct 2017 15:14 GMT

use the RFC 2119 vocabulary

  • Key: UCM-71
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    Many sentences are not assertive enough: they use words like "can". The document should use "shall", "shall not", "may", "should" and "should not".

  • Reported: UCM 1.0b1 — Sat, 22 Apr 2017 20:32 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    use the RFC 2119 vocabulary and be more specific

    many occurrences of “can”, “will”, “could”, etc. are used in the normative specification and are thus too vague. They must be replaced by accurate words like “may”, “shall”, “shall not”, “should”, “should not”

  • Updated: Mon, 16 Oct 2017 15:14 GMT

update the IDL and C++ sections to match the new metamodel, programming model and xml names

  • Key: UCM-69
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    Some XML sample codes are obsolete in the IDL and C++ section because some names changed. Some mapping explanations must be updated as well.

  • Reported: UCM 1.0b1 — Thu, 20 Apr 2017 16:52 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    update the IDL and C++ sections to match the new metamodel, programming model and xml names

    Update the XML, IDL and C++ code.

  • Updated: Mon, 16 Oct 2017 15:14 GMT

improve the class diagram of reziable data type

  • Key: UCM-67
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    This diagram illustrates the definitions of NativeType, Sequence and StringType. It is difficult to read. It may be better to have several diagrams instead.

  • Reported: UCM 1.0b1 — Thu, 20 Apr 2017 15:17 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    replace the standard data type diagram by dedicated diagrams for string type, native type and sequence

    Instead of having a unique and complex class diagram for resizable data types, create three diagrams for string type, native type and sequence.

  • Updated: Mon, 16 Oct 2017 15:14 GMT
  • Attachments:

Rewrite the references section

  • Key: UCM-65
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    The “References” section mentions too many documents that only inspired UCM, and are not required for its application. The section should therefore be simplified to only mention relevant documents.

  • Reported: UCM 1.0b1 — Thu, 20 Apr 2017 13:54 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    Rewrite the references section

    only mention IDL, XML, IDL to C++ and C++ as normative references.

  • Updated: Mon, 16 Oct 2017 15:14 GMT

Harmonization with IDL4.1 and XTYPES1.2

  • Key: UCM-61
  • Status: closed  
  • Source: Real-Time Innovations ( Dr. Gerardo Pardo-Castellote, Ph.D.)
  • Summary:

    To the extent possible it is desirable to harmonize the type annotations and use between IDL4, XTYPES and UCM.
    The general concept is that IDL4 defines the general syntax and common annotations, and other specifications like XTYPES and UCM will "refer" to IDL4 and add annotations as needed for concepts not present in IDL4.

    The latest revision of XTYPES (version 1.2) ptc/17-03-06 already follows this approach.

    So it would be desirable that IDL4 does the same. In the cases where the annotation is not present in IDL4 but is present in XTYPES it is also desirable that UCM "reuses/references" the annotation defined in XTYPES. That way if this annotation is eventually moved to IDL4 we do not have a conflict.

    This means several annotations currently used in UCM should be changed as listed below:

    • @IndexType should be removed. Instead refer to @bit_bound (see IDL41 section 8.3.4.1)
    • @DefaultValue should be removed. Instead refer to @value (see IDL 41 section 8.3.1.5).
    • IDL4 annotations are all lower case. So @Range (used in UCM) should be @range.
    • IDL4 uses snake_case for builtin annotations names. So does XTYPES for the new annotations it introduces. It would be good if UCM follows the same convention instead of using CamelCase. For example @MemoryFootprint should be @memory_footprint and so on.
    • The syntax to define new annotations in IDL4 uses the "@annotation" keyword in lower case. It also does not use the "attribute" keyword anymore. UCM should do the same. So the declaration of MemoryFootprint in 14.4.1.1 should be changed to:
      @annotation memory_footprint {
          unsigned long max; 
      }
      
  • Reported: UCM 1.0b1 — Wed, 29 Mar 2017 17:21 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    Align annotations with the existing IDL annotations

    use snake_case instead of CamelCase. Reuse IDL standard annotation instead of inventing new, redundant ones.

  • Updated: Mon, 16 Oct 2017 15:14 GMT

Create a section for the IDL equivalent syntax

  • Key: UCM-56
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    Some UCM aspects (e.g. component types) have an IDL equivalent. There should be a section describing how to use IDL to specify UCM.

  • Reported: UCM 1.0b1 — Tue, 28 Mar 2017 14:10 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    Create a section for the IDL equivalent syntax

    Add the content of file ucm_idl_syntax.odt before chapter 10.

  • Updated: Mon, 16 Oct 2017 15:14 GMT
  • Attachments:

Improve technical policies for ports

  • Key: UCM-48
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    Technical policy definitions specify to what kind of element they apply: only components, ports of components, or either case. There is then two metaclasses ComponentTechnicalPolicy and ComponentPortTechnicalPolicy to distinguish between the two situations. This approach creates two problems:
    1- it is impossible to specify that a technical policy is meant to apply to all the interaction points of a component (both ports and policies that have port elements)
    2- it is impossible to make a ComponentPortTechnicalPolicy manage the interactions between the component and one of its policies

  • Reported: UCM 1.0b1 — Fri, 17 Mar 2017 15:58 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    Merge component technical policy and component port technical policy

    Define three values for policy applicability: on_component_only (for services), on_some_ports (for interceptors) and on_all_ports (for interceptors that have to intercept all ports). The later value is useful for policies that control the component execution and thus have to intercept all communications. Classes ComponentTechnicalPolicy and ComponentPortTechnicalPolicy can be merged into a unique class TechnicalPolicy, which is simpler.

  • Updated: Mon, 16 Oct 2017 15:14 GMT

the UCM standard platform should reorganized

  • Key: UCM-51
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    There should be only 3 standard component execution policies: unprotected_passive, protected_passive and protected_active (they more or less correspond to <nothing>, ppUnit and rtUnit in MARTE). protected_self-executing is actually not an execution policy, but a triggering policy, and should therefore be regrouped with the timers in the additional execution policies

  • Reported: UCM 1.0b1 — Tue, 21 Mar 2017 17:35 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    separate self-execution policy from component execution policy

    Associate the self-executing component policy to a component execution trigger aspect rather than a component execution aspect. Also associate the timer policies to the execution trigger aspect.

  • Updated: Mon, 16 Oct 2017 15:14 GMT

wrong definition in section "symbols"

  • Key: UCM-18
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    the definition of UCM is the one of UML

  • Reported: UCM 1.0b1 — Tue, 6 Sep 2016 09:08 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    fix the symbol typo

    replace "UCM: unified modeling language"
    by "UML: unified modeling language"

  • Updated: Mon, 16 Oct 2017 15:14 GMT

class IPrimitiveDataType is missing

  • Key: UCM-29
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    Although it is shown in figure 8 p.19, class IPrimitiveDataType is not described in the document. A subsection in section 9.2.3 must be added for it.

  • Reported: UCM 1.0b1 — Mon, 19 Sep 2016 11:44 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    add a section for IPrimitiveDataType

    Add a section to document the IPrimitiveDataType class

  • Updated: Mon, 16 Oct 2017 15:14 GMT

AssemblyParts should inherit from IAnnotable

  • Key: UCM-17
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    Assembly parts should be able to have annotations, just in case.

  • Reported: UCM 1.0b1 — Mon, 5 Sep 2016 15:52 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    add inheritance to AssemblyPart

    Make class AssemblyPart inherit from both IAnnotable and INamed.
    The meta-model must be edited. The main document must be edited as well.

  • Updated: Mon, 16 Oct 2017 15:14 GMT

class IinterfaceBase is now named IInterface

  • Key: UCM-15
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    This is a typo

  • Reported: UCM 1.0b1 — Mon, 5 Sep 2016 12:44 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    change the title of section 9.2.7.1

    The meta-model is correct. This is a typo in the text.

  • Updated: Mon, 16 Oct 2017 15:14 GMT

Align UCM primitive types with IDL


The connection registration API may lead to portability issues

  • Key: UCM-50
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    UCM component bodies are supposed to have a method named on_startup() that takes a list of ports to connect as parameter. When creating a statically typed API (with an explicit list of PortElement), one has to decide which order to follow for the ports. For example, for a component C that has two port elements peA and peB, should we have on_startup(peA a, peB b) or on_startup(peB b, peA a) ?
    The standard cannot leaves this choice implementation-dependent, as it would prevent code portability.
    Also, port elements have two relationships named "executor", which is confusing.

  • Reported: UCM 1.0b1 — Tue, 21 Mar 2017 17:21 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    Connect port elements using on_connect instead of on_startup

    Simplify the programming model by manking the Connectable interface mandatory, and remove parameters of method on_startup().
    This makes implementation work more portable.
    Also update the programming model diagrams to use SVG instead of PNG images.

  • Updated: Mon, 16 Oct 2017 15:14 GMT
  • Attachments:

enable multiple refinement for component types and composite component implementations

  • Key: UCM-46
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    A given component type can refine only a single another component type. Same thing for composite component implementations. Enabling the refinement of several component types (or composite implementations) would help component definition reuse.

  • Reported: UCM 1.0b1 — Thu, 19 Jan 2017 16:41 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    allow multiple refinements for component types and composite component implementations

    allow multiple refinements for component types and composite component implementations by setting "refines" field cardinalities to [0...*]

  • Updated: Mon, 16 Oct 2017 15:14 GMT
  • Attachments:

update the xml syntax and diagrams and put shorter names

  • Key: UCM-45
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    As the UCM metamodel has been updated, the UCM XML schema must be updated, and consequently the XML code shown in section 10 must be updated as well.
    Also, the names used for the platform definitions are a bit long, and it would be better to have shorter names, in case users would like to write them by hand, and also because it would fit better in the pages.
    As a consequence, diagrams shall be updated accordingly.

  • Reported: UCM 1.0b1 — Tue, 29 Nov 2016 17:40 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    Update the syntax and the names for the standard library

    Update the XML code blocks, with shorter names. Also remove the diagrams. Add the IDL equivalent syntax.
    This task also resolves issue UCM-51 by associating the self-executing component policy to the component trigger technical aspect instead of the component execution technical aspect.

  • Updated: Mon, 16 Oct 2017 15:14 GMT
  • Attachments:

Create a section for the graphical guidelines

  • Key: UCM-44
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    In document Beta 1, section 9 contains several small sections that describe the graphical guidelines for the creation of graphical, informal representation of UCM models. These sections have been removed during by issue #37. A new section should be added at the end of the document to explain the non-normative graphical guidelines

  • Reported: UCM 1.0b1 — Tue, 29 Nov 2016 17:36 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    Create a section for the graphical guidelines

    Create a new section describing the graphical guidelines and update diagrams according to these guidelines.

  • Updated: Mon, 16 Oct 2017 15:14 GMT
  • Attachments:

Create a section for the XML syntax of UCM

  • Key: UCM-43
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    There should be a section that shows the UCM XML syntax. This should be a new section.

  • Reported: UCM 1.0b1 — Tue, 29 Nov 2016 17:29 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    New sections for the XML syntax

    A new small section that introduces the UCM XML schema, and a non-normative section with examples to help understand the syntax.

  • Updated: Mon, 16 Oct 2017 15:14 GMT
  • Attachments:

remove sections that explain the graphical representation from section 9

  • Key: UCM-37
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    Section 9 describes the meta-model, not concrete syntax.
    Remove sections 9.3.3.5, 9.3.4.5, 9.3.5.3, 9.4.3.3, 9.5.3.8, 9.5.4.4, 9.5.5.7

  • Reported: UCM 1.0b1 — Thu, 29 Sep 2016 16:14 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    remove sections that explain the graphical representation

    Remove sections 9.3.3.5, 9.3.4.5, 9.3.5.3, 9.4.3.3, 9.5.3.8, 9.5.4.4, 9.5.5.7

  • Updated: Mon, 16 Oct 2017 15:14 GMT

IAssembly may have no part

  • Key: UCM-34
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    current cardinality of field part for IAssembly is 1.... It would be better to allow empty IAssembly objects: set cardinality to 0....

  • Reported: UCM 1.0b1 — Wed, 21 Sep 2016 15:40 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    change cardinality of field part in class IAssembly

    change the cardinality of field part from [1...*] to [0...*]

  • Updated: Mon, 16 Oct 2017 15:14 GMT

add attribute delegations in composite component implementations

  • Key: UCM-1
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    Composite component implementations have port delegations between their ports and ports of assembly parts. For consistency, there should be attribute delegations as well. The semantics of attribute delegation would be the following: when deploying a composite component, the initial values set for its attributes shall actually be set for the delegated attributes of its subcomponents. As composite component implementations have no existence at runtime, attribute delegation shall have no existence at runtime either.

  • Reported: UCM 1.0b1 — Thu, 25 Aug 2016 14:37 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    create a new class for attribute delegation

    Create a class named AttributeDelegation in package ucm_components. This new class has three fields:

    • externalAttribute: Attribute [1]
    • part: AssemblyPart [1]
    • attribute: Attribute [1]

    Update class PortDelegation to follow the same structure. That is, replace field internalEndPoint by the two following fields:

    • part: AssemblyPart [1]
    • port: Port [1]

    Update class CompositeComponentImplementation to add a new field:

    • attributeDelegation: AttributeDelegation [0...*] (owned)
  • Updated: Mon, 16 Oct 2017 15:14 GMT

wrong inheritance for sequences and text not assertive enough

  • Key: UCM-4
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    Class sequence inherits from IStandardDataType, not IStandardTypeBase (which does not exist)

  • Reported: UCM 1.0b1 — Thu, 25 Aug 2016 15:07 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    replace IStandardTypeBase by IStandardDataType and put more precision in the text

    Fix the typo.
    Also be more assertive in the specification.

  • Updated: Mon, 16 Oct 2017 15:14 GMT

missing inheritance for port delegation

  • Key: UCM-3
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    According to the meta-model, class PortDelegation inherits from INamed. This does not appear in the document

  • Reported: UCM 1.0b1 — Thu, 25 Aug 2016 15:01 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    add inheritance in section 9.5.5.6

    The meta-model is correct. This is a typo.

  • Updated: Mon, 16 Oct 2017 15:14 GMT

change field identifier of class INamed

  • Key: UCM-2
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    Field identifier of class INamed should be renamed into name, which is more logical

  • Reported: UCM 1.0b1 — Thu, 25 Aug 2016 14:41 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    change the name of field identifier of class INamed to name

    Edit the meta-model to rename field identifier of class INamed to name
    Update section 9.1.4.1

  • Updated: Mon, 16 Oct 2017 15:14 GMT

use UML for class diagrams

  • Key: UCM-10
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    Class diagrams in section 9 do not exactly conform to the UML syntax. They should be recreated with the UML syntax.

  • Reported: UCM 1.0b1 — Fri, 26 Aug 2016 13:34 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    replace ecore diagrams of section 9 with UML class diagrams

    replace diagrams of figures 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 21, 24, 25, 26, 27, 28, 29 by UML class diagrams made with Papyrus. See attached file.

  • Updated: Mon, 16 Oct 2017 15:14 GMT
  • Attachments:

remove sections that explain the xml representation from section 9

  • Key: UCM-12
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    Section 9 deals with the UCM meta-model, not with concrete syntax. The description of the XML schema must be put in a separate section, at the end of the document. Sections 9.3.2.2, 9.3.3.6, 9.3.4.6, 9.3.5.4, 9.4.3.4, 9.5.3.9, 9.5.4.5, 9.5.5.8 must be removed.

  • Reported: UCM 1.0b1 — Mon, 29 Aug 2016 15:25 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    remove sections that explain the xml representation from section 9

    Remove sections 9.3.2.2, 9.3.3.6, 9.3.4.6, 9.3.5.4, 9.4.3.4, 9.5.3.9, 9.5.4.5, 9.5.5.8.

  • Updated: Mon, 16 Oct 2017 15:14 GMT

remove the examples from section 9

  • Key: UCM-11
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    this section is normative, and should not contain examples

  • Reported: UCM 1.0b1 — Fri, 26 Aug 2016 14:09 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    remove example text from section 9

    remove the examples

  • Updated: Mon, 16 Oct 2017 15:14 GMT

section for ConnectorPortConfiguration is missing

  • Key: UCM-6
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    The UCM meta-model contains a class named ConnectorPortConfiguration, which has no documentation. A section for it should be added.

  • Reported: UCM 1.0b1 — Thu, 25 Aug 2016 15:58 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    add a section for ConnectorPortConfiguration

    This section is simply missing: the meta-model is up to date.

  • Updated: Mon, 16 Oct 2017 15:14 GMT

wrong field type in AbstractTypeBinding

  • Key: UCM-5
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    field actualType of class AbstractTypeBinding should be IConcreteTypeDeclaration.

  • Reported: UCM 1.0b1 — Thu, 25 Aug 2016 15:26 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    replace ITypeDeclaration by IConcreteTypeDeclaration

    The meta-model is correct. This is only a typo in the document.

  • Updated: Mon, 16 Oct 2017 15:14 GMT

remove sections that explain the IDL representation from section 9

  • Key: UCM-13
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    Section 9 deals with the UCM meta-model, not with concrete syntax. The description of the IDL equivalent syntax must be put in a separate section, at the end of the document. Sections 9.3.2.3, 9.3.3.7, 9.3.4.7, 9.3.5.5, 9.4.3.5, 9.5.3.10, 9.5.4.6, 9.5.5.9 must be removed.

  • Reported: UCM 1.0b1 — Mon, 29 Aug 2016 15:30 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    remove IDL sections from section 9

    Remove sections 9.3.2.3, 9.3.3.7, 9.3.4.7, 9.3.5.5, 9.4.3.5, 9.5.3.10, 9.5.4.6, 9.5.5.9.

  • Updated: Mon, 16 Oct 2017 15:14 GMT

there is no distinction between compositions and aggregations in the descriptions of classes

  • Key: UCM-28
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    In the text that describes the meta-model classes, compositions and aggregations are not clearly identified: the reader must refer to the class diagrams. It would be better to have the information in the diagrams and in the text.

  • Reported: UCM 1.0b1 — Fri, 9 Sep 2016 14:31 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    append "(owned)" to items that correspond to compositions

    For the moment, the only way to distinguish between agregations and composititions is to have a look at the class diagrams: the text itself does provide information.
    Append "(owned)" to items that correspond to compositions to help make the distinction between agregations and compositions.

  • Updated: Mon, 16 Oct 2017 15:14 GMT

create an abstract class IItemBinding

  • Key: UCM-9
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    Ports of component types contain an IPortSpec, which is an abstract class that contains nothing, thus allowing future meta-model extensions without any restriction regarding the way ports are specified.
    On the other hand, class ConnectorDefinition contains ItemBinding, which explicitly associates an InteractionItem with an ITypeDeclaration. Although this will cover most situations, it is not as general as for component ports, since it implies that connector definitions depend on the notion of data type.
    There should be an intermediate abstract class IItemBinding that only contains InteractionItem, and that is extended by class ItemBinding.

  • Reported: UCM 1.0b1 — Fri, 26 Aug 2016 12:14 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    create class IItemBinding

    Create an abstract class named IItemBinding with the following field:

    • interactionItem: InteractionItem [1]

    Class ItemBinding will inherit class IItemBinding. Field itemBinding of class ConnectorDefinition will now reference IItemBinding.

  • Updated: Mon, 16 Oct 2017 15:14 GMT

enable extension for composite component implementation

  • Key: UCM-8
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    It would be nice to allow a composite component implementation to extend another one. This can be achieved by adding a field extends to the existing CompositeComponentImplementation class. Composite extensions would allow the declaration of additional assembly parts, port delegations, attribute delegations and connections without altering the elements declared in ancestor components.

  • Reported: UCM 1.0b1 — Fri, 26 Aug 2016 10:02 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    add composite component implementation refinement and update field names for extension mechanisms

    Add a field extends in class CompositeComponentImplementation. Also add a field refines in classes AssemblyPart and Connection. Rename fiels instanceOf of class AssemblyPart into componentDefinition, as an assembly part is not an instance.
    Fix inconsistencies in field names

  • Updated: Mon, 16 Oct 2017 15:14 GMT

make classes Connection and ConnectionEnd inherit from IConfigured

  • Key: UCM-7
  • Status: closed  
  • Source: THALES ( Thomas Vergnaud)
  • Summary:

    class ComponentTechnicalPolicy inherits from IConfigured, which allows the specification of values for configuration parameters. Connections and ConnectionEnd should also inherit from IConfigured, to enable the specification of configuration values as well.

  • Reported: UCM 1.0b1 — Fri, 26 Aug 2016 09:38 GMT
  • Disposition: Resolved — UCM 1.0
  • Disposition Summary:

    make classes Connection and ConnectionEnd inherit from IConfigured

    The meta-model must be edited to add inheritance to class IConfigured for classes Connection and ConnectionEnd.
    The main document must be updated in sections 9.5.5.4 and 9.5.5.5.

  • Updated: Mon, 16 Oct 2017 15:14 GMT