All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.autoRealization.Tests.M2.Reuse.Reuse_SingleValuedRootsAndRefs.yaml Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
$schema: ../../../../../../com.modelsolv.reprezen.realization/schema/auto-realization-config-schema.json
_type: RealizationModel
_documentation: > 
  Defines a ${TypeName}_Object realization that can be used in any single-valued context, and embeds all properties.  
  Defines a ${TypeName}_List realization that can be used in any multi-valued context, and embeds only reference properties.  
  
name: SingleValuedRootsAndRefs
realizationRules:
  SingleValued:
    _type: RealizationRule
    namingPattern: ${TypeName}_Object
    appliesTo:
    - _type: ContextPattern
      _documentation: ObjectResource root context
      level:
        _type: RootObjectContext
      definedIn:
        _type: ResourceDefinitionContext
      resourceType: OBJECT_RESOURCE
    - _type: ContextPattern
      _documentation: Message root context
      level:
        _type: RootObjectContext
      definedIn:
        _type: MessageDefinitionContext
    - _type: ContextPattern
      _documentation: Single-valued reference context
      level:
        _type: ReferencePropertyContext
        multiplicity: SINGLE_VALUED
    realization:
      _type: ObjectRealizationSpec
      propertySet:
        _type: InclusivePropertySet

  MultiValued:
    _type: RealizationRule
    namingPattern: ${TypeName}_List
    appliesTo:
    - _type: ContextPattern
      _documentation: Collection Resource root context
      level:
        _type: RootObjectContext
      definedIn:
        _type: ResourceDefinitionContext
      resourceType: COLLECTION_RESOURCE
    - _type: ContextPattern
      _documentation: Multi-valued reference context
      level:
        _type: ReferencePropertyContext
        multiplicity: MULTI_VALUED
    realization:
      _type: ObjectRealizationSpec
      propertySet:
        _type: ExclusivePropertySet
        includedProperties:
        - _type: PropertyRealization
          propertyType:
            _type: ReferencePropertyRealization




© 2015 - 2024 Weber Informatics LLC | Privacy Policy